Searched refs:rm_so (Results 76 - 96 of 96) sorted by relevance

1234

/netbsd-current/external/bsd/file/dist/src/
H A Dfuncs.c663 ms->o.buf[rm.rm_so] = '\0';
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h65 OFF_T rm_so; member in struct:__sanitizer::__sanitizer_regmatch
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h72 OFF_T rm_so; member in struct:__sanitizer::__sanitizer_regmatch
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h65 OFF_T rm_so; member in struct:__sanitizer::__sanitizer_regmatch
/netbsd-current/external/bsd/tmux/dist/
H A Dwindow-copy.c3221 regmatch.rm_so != regmatch.rm_eo) {
3225 buf + regmatch.rm_so);
3345 if (regmatch.rm_so == regmatch.rm_eo)
3348 buf + px + regmatch.rm_so);
/netbsd-current/sbin/sysctl/
H A Dsysctl.c426 if (match.rm_so == 0 && match.rm_eo == (int)l)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c1044 && mat.rm_so == 0 && mat.rm_eo == 1)
H A Dregex.c8160 pmatch[r].rm_so = regs.start[r];
/netbsd-current/external/gpl2/grep/dist/src/
H A Ddfa.c1065 && mat.rm_so == 0 && mat.rm_eo == 1)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype.c2119 int so = pmatch[dolnum].rm_so;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgengtype.cc2137 int so = pmatch[dolnum].rm_so;
/netbsd-current/external/bsd/less/dist/
H A Dconfigure5870 if (rm.rm_so != 1) return (1); /* check for correct offset */
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dregex.c8292 pmatch[r].rm_so = regs.start[r];
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dregex.c7823 pmatch[r].rm_so = regs.start[r];
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c8073 pmatch[r].rm_so = regs.start[r];
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dregex.c8073 pmatch[r].rm_so = regs.start[r];
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dregex.c8077 pmatch[r].rm_so = regs.start[r];
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dregex.c8077 pmatch[r].rm_so = regs.start[r];
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c8077 pmatch[r].rm_so = regs.start[r];
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dregex.c8077 pmatch[r].rm_so = regs.start[r];
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dconfigure24279 if ((m[0].rm_so != 0) || (m[0].rm_eo != 1)) {

Completed in 442 milliseconds

1234