Searched refs:rm_so (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-13-stable/libexec/getty/
H A Dsubr.c496 totalsize = match[subex].rm_eo - match[subex].rm_so + 1;
497 strlcpy(editedhost, HN + match[subex].rm_so, totalsize >
/freebsd-13-stable/usr.bin/whereis/
H A Dwhereis.c508 matches[1].rm_so) > 0) {
518 buf + matches[1].rm_so,
/freebsd-13-stable/sbin/fdisk/
H A Dfdisk.c1498 if ((s = malloc(rm[1].rm_eo - rm[1].rm_so + 1)) == NULL)
1500 memcpy(s, rootfs.f_mntfromname + rm[1].rm_so,
1501 rm[1].rm_eo - rm[1].rm_so);
1502 s[rm[1].rm_eo - rm[1].rm_so] = 0;
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_global.c209 match[0].rm_so = 0;
/freebsd-13-stable/usr.sbin/iovctl/
H A Dvalidate.c83 vf_num = strtoul(key + matches[1].rm_so, NULL, 10);
/freebsd-13-stable/usr.bin/split/
H A Dsplit.c286 pmatch.rm_so = 0;
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c109 if (pmatch[1].rm_so == -1) {
115 scheme_len = pmatch[1].rm_eo - pmatch[1].rm_so;
127 (void) memcpy(*schemep, str + pmatch[1].rm_so, scheme_len);
/freebsd-13-stable/usr.sbin/setfmac/
H A Dsetfmac.c419 pmatch.rm_so = 0;
/freebsd-13-stable/lib/libpmc/
H A Dlibpmc_pmu_util.c186 if (pmatch[0].rm_so == 0 && (buf[pmatch[0].rm_eo] == 0
/freebsd-13-stable/contrib/file/src/
H A Dfuncs.c620 ms->o.buf[rm.rm_so] = '\0';
H A Dsoftmagic.c2210 ms->search.s += CAST(int, pmatch.rm_so);
2211 ms->search.offset += CAST(size_t, pmatch.rm_so);
2213 pmatch.rm_eo - pmatch.rm_so);
/freebsd-13-stable/bin/pkill/
H A Dpkill.c380 if (regmatch.rm_so == 0 &&
/freebsd-13-stable/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c704 o = strtol(&buf[match[1].rm_so], NULL, 16);
/freebsd-13-stable/usr.bin/find/
H A Dfunction.c1435 pmatch.rm_so = 0;
1446 if (errcode == 0 && pmatch.rm_so == 0 && pmatch.rm_eo == len)
/freebsd-13-stable/contrib/bmake/
H A Dvar.c1618 SepBuf_AddBytes(buf, wp, (size_t)m[0].rm_so);
1629 wp + m[0].rm_so, wp + m[0].rm_eo);
1645 } else if (m[n].rm_so == -1) {
1651 wp + m[n].rm_so, wp + m[n].rm_eo);
1659 if (m[0].rm_so == 0 && m[0].rm_eo == 0) {
/freebsd-13-stable/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c296 &p_keyloc[uri_matches[2].rm_so];
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h65 OFF_T rm_so; member in struct:__sanitizer::__sanitizer_regmatch
/freebsd-13-stable/contrib/sendmail/src/
H A Dmap.c7563 pmatch[*ip].rm_so < 0 || pmatch[*ip].rm_eo < 0)
7566 sp = name + pmatch[*ip].rm_so;
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure24279 if ((m[0].rm_so != 0) || (m[0].rm_eo != 1)) {

Completed in 361 milliseconds

12