Home
last modified time | relevance | path

Searched refs:strl (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dexpand.c167 size_t strl; in get_prop_val_str() local
273 strl = strlen(str); in get_prop_val_str()
295 nl = strl + 1 + strlen(nv); in get_prop_val_str()
304 str[strl] = sep; in get_prop_val_str()
305 (void) strcpy(&str[strl + 1], nv); in get_prop_val_str()
309 strl = nl; in get_prop_val_str()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A DMakefile42 strl.o strrevcmp.o strto.o test.o ungetc.o util.o vasprintf.o \
48 t-fopen t-strl t-strrevcmp t-path t-float t-scanf t-sem t-shm \
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A DMakefile.com31 REMOBJS= errstring.o strl.o
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c1270 size_t strl = fp->ctf_str[CTF_STRTAB_0].cts_len; in ctf_string_iter() local
1272 while (strl > 0) { in ctf_string_iter()
1279 strl -= len; in ctf_string_iter()