Searched refs:epos (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/less/
H A Dsearch.c222 POSITION epos; local
248 epos = position(slinenum+1);
267 POSITION epos; local
289 epos = position(slinenum+1);
291 (epos == NULL_POSITION || epos > old_start_attnpos))
357 is_hilited_range(pos, epos)
359 POSITION epos;
369 (epos == NULL_POSITION || epos > h
[all...]
H A Dlsystem.c284 * Feed it the file contents between the positions spos and epos.
287 pipe_data(cmd, spos, epos)
290 POSITION epos;
330 while (epos == NULL_POSITION || spos++ <= epos)
/freebsd-10.0-release/libexec/revnetgroup/
H A Dparse_netgroup.c179 char *spos, *epos; local
232 if ((epos = strpbrk(spos, " \t"))) {
233 *epos = '\0';
234 len = epos - spos;
/freebsd-10.0-release/lib/libc/gen/
H A Dgetnetgrent.c421 char *epos, *gpos, *pos, *spos; local
480 if ((epos = strpbrk(spos, " \t"))) {
481 *epos = '\0';
482 len = epos - spos;
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dbeacon.c196 u8 *pos, *epos; local
215 epos = ((u8 *) resp) + MAX_PROBERESP_LEN;
243 pos = hostapd_eid_country(hapd, pos, epos - pos);
252 pos = hostapd_eid_wpa(hapd, pos, epos - pos);
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_peap.c649 const u8 *epos; local
652 epos = eap_hdr_validate(EAP_VENDOR_MICROSOFT, 0x21,
654 if (epos) {
659 epos, eleft);

Completed in 151 milliseconds