Searched refs:regoff_t (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/nvi/regex/
H A Dregex.h47 typedef off_t regoff_t; typedef
57 regoff_t rm_so; /* start of match */
58 regoff_t rm_eo; /* end of match */
H A Dengine.c488 regoff_t offsave;
/freebsd-current/include/
H A Dregex.h43 typedef __off_t regoff_t; typedef
58 regoff_t rm_so; /* start of match */
59 regoff_t rm_eo; /* end of match */
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c47 regoff_t startoff = 0;
48 regoff_t endoff = 0;
84 startoff = (regoff_t)atoi(optarg);
87 endoff = (regoff_t)atoi(optarg);
/freebsd-current/lib/libc/regex/grot/
H A Dmain.c20 regoff_t startoff = 0;
21 regoff_t endoff = 0;
53 startoff = (regoff_t)atoi(optarg);
56 endoff = (regoff_t)atoi(optarg);
/freebsd-current/usr.bin/sed/
H A Dprocess.c385 regoff_t slen;
387 regoff_t le = 0;
/freebsd-current/usr.bin/whereis/
H A Dwhereis.c386 regoff_t rlen;
/freebsd-current/usr.bin/sort/
H A Dsort.c700 regoff_t i = 0;
/freebsd-current/lib/libc/regex/
H A Dengine.c631 regoff_t offsave;

Completed in 199 milliseconds