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

/freebsd-10-stable/contrib/less/
H A Dsearch.c306 POSITION epos; local
328 epos = position(sindex+1);
330 (epos == NULL_POSITION || epos > old_start_attnpos))
527 is_hilited_range(pos, epos)
529 POSITION epos;
532 return (n != NULL && (epos == NULL_POSITION || epos > n->r.hl_startpos));
604 is_hilited(pos, epos, nohide, p_matches)
606 POSITION epos;
[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)
H A Dfuncs.h201 public int pipe_data LESSPARAMS ((char *cmd, POSITION spos, POSITION epos));
289 public int is_hilited LESSPARAMS ((POSITION pos, POSITION epos, int nohide, int *p_matches));
293 public void prep_hilite LESSPARAMS ((POSITION spos, POSITION epos, int maxlines));
/freebsd-10-stable/libexec/revnetgroup/
H A Dparse_netgroup.c175 char *spos, *epos; local
228 if ((epos = strpbrk(spos, " \t"))) {
229 *epos = '\0';
230 len = epos - spos;
/freebsd-10-stable/contrib/ntp/libntp/
H A Dsnprintf.c1111 int epos = 0; local
1276 epos = convert(exponent, econvert, 2, 10, 0);
1282 if (epos == 1)
1283 econvert[epos++] = '0';
1284 econvert[epos++] = esign;
1285 econvert[epos++] = (flags & PRINT_F_UP) ? 'E' : 'e';
1317 - epos /* Number of exponent characters. */
1370 while (epos > 0) { /* Exponent. */
1371 epos--;
1372 OUTCHAR(str, *len, size, econvert[epos]);
[all...]
/freebsd-10-stable/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-stable/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-stable/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 191 milliseconds