Home
last modified time | relevance | path

Searched refs:RLENGTH (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/one-true-awk/bugs-fixed/
H A Drstart-rlength.awk5 print RSTART, RLENGTH
7 print RSTART, RLENGTH
9 print RSTART, RLENGTH
/freebsd/contrib/one-true-awk/testdir/
H A Dt.match12 print $0, RSTART, RLENGTH
3 if (RLENGTH != length($1))
5 NR, RLENGTH, RSTART >"/dev/tty"
H A DT.utf124 try match { print match($1, $2), RSTART, RLENGTH }
H A Dchem.awk449 s1 = substr(s, n, RLENGTH) # molecule
458 s = substr(s, n + RLENGTH) # tail
/freebsd/stand/common/
H A Dmerge_help.awk25 T = substr($0, RSTART + 2, RLENGTH - 2);
28 S = (RLENGTH == -1) ? "" : substr($0, RSTART + 2, RLENGTH - 2);
/freebsd/sys/tools/
H A Dmakeobjops.awk98 rline = rline substr(line, 1, RLENGTH - 1) "\n";
99 line = sprintf("%*s", indent, "") substr(line, RLENGTH + 1);
246 extra = substr(line, RSTART + RLENGTH);
/freebsd/contrib/tzdata/
H A Dzishrink.awk187 line = substr(line, 1, RSTART) substr(line, RSTART + RLENGTH - 1)
193 end = RSTART + RLENGTH
197 end = RSTART + RLENGTH
/freebsd/usr.sbin/bsdconfig/networking/share/
H A Dresolv.subr89 search = substr($0, RLENGTH + 1)
141 printf "%s%s\n", substr($0, 0, RLENGTH), domain
149 printf "%s%s\n", substr($0, 0, RLENGTH), search
290 substr($0, 0, RLENGTH), new_value
/freebsd/contrib/one-true-awk/
H A Dawk.h81 extern Awkfloat *RLENGTH;
H A Dtran.c51 Awkfloat *RLENGTH; /* length of same */ variable
101 RLENGTH = &rlengthloc->fval; in syminit()
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr257 struct = struct substr($1, 13, RLENGTH - 14)
262 struct = struct_prefix substr($1, 0, RLENGTH - 2)
286 prop = substr($0, 0, RLENGTH - 1)
288 value = substr($0, RSTART + RLENGTH)
333 ssid = substr($0, RLENGTH + 1)
/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk2665 _count = substr(str, RSTART+1, RLENGTH-2)
2686 _count = substr(str, RSTART+1, RLENGTH-2)
2784 line = substr(line, 1, RLENGTH-1)
4052 _attrs = substr($0, RSTART+1, RLENGTH-2)
4055 $0 = substr($0, RSTART+RLENGTH, length($0) - RSTART+RLENGTH)
/freebsd/usr.sbin/bsdconfig/share/
H A Dgeom.subr151 return substr($2, len + 3, RLENGTH - len - 3)
H A Dcommon.subr706 keyword = command = substr($0, plen + 1, RLENGTH - plen - 1)
771 keyword = command = substr($0, plen + 1, RLENGTH - plen - 1)
H A Dsysrc.subr483 matchlen = RSTART + RLENGTH - 1
H A Ddevice.subr284 value = substr($0, RLENGTH + 1)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dblkdev.shlib528 return substr(s, RSTART, RLENGTH)