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

/freebsd-11-stable/contrib/less/
H A Dlsystem.c291 * Feed it the file contents between the positions spos and epos.
294 pipe_data(cmd, spos, epos)
297 POSITION epos;
336 while (epos == NULL_POSITION || spos++ <= epos)
H A Dsearch.c310 POSITION epos; local
332 epos = position(sindex+1);
334 (epos == NULL_POSITION || epos > old_start_attnpos))
534 is_hilited_range(pos, epos)
536 POSITION epos;
539 return (n != NULL && (epos == NULL_POSITION || epos > n->r.hl_startpos));
611 is_hilited_attr(pos, epos, nohide, p_matches)
613 POSITION epos;
[all...]
H A Dfuncs.h218 public int pipe_data LESSPARAMS ((char *cmd, POSITION spos, POSITION epos));
320 public int is_hilited_attr LESSPARAMS ((POSITION pos, POSITION epos, int nohide, int *p_matches));
324 public void prep_hilite LESSPARAMS ((POSITION spos, POSITION epos, int maxlines));
/freebsd-11-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-11-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-11-stable/lib/libc/gen/
H A Dgetnetgrent.c679 char *epos, *gpos, *pos, *spos; local
738 if ((epos = strpbrk(spos, " \t"))) {
739 *epos = '\0';
740 len = epos - spos;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dbeacon.c373 u8 *pos, *epos, *csa_pos; local
413 epos = ((u8 *) resp) + MAX_PROBERESP_LEN;
441 pos = hostapd_eid_country(hapd, pos, epos - pos);
460 pos = hostapd_eid_wpa(hapd, pos, epos - pos);
462 pos = hostapd_eid_bss_load(hapd, pos, epos - pos);
464 pos = hostapd_eid_rm_enabled_capab(hapd, pos, epos - pos);
527 pos = hostapd_eid_wpa(hapd, pos, epos - pos);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_peap.c637 const u8 *epos; local
640 epos = eap_hdr_validate(EAP_VENDOR_MICROSOFT, 0x21,
642 if (epos) {
647 epos, eleft);

Completed in 87 milliseconds