Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/startd/
H A Dexpand.c169 size_t strl; in get_prop_val_str() local
275 strl = strlen(str); in get_prop_val_str()
297 nl = strl + 1 + strlen(nv); in get_prop_val_str()
306 str[strl] = sep; in get_prop_val_str()
307 (void) strcpy(&str[strl + 1], nv); in get_prop_val_str()
311 strl = nl; in get_prop_val_str()
/titanic_50/usr/src/cmd/sendmail/libsm/
H A DMakefile46 strl.o strrevcmp.o strto.o test.o ungetc.o util.o vasprintf.o \
52 t-fopen t-strl t-strrevcmp t-path t-float t-scanf t-sem t-shm \
/titanic_50/usr/src/cmd/sendmail/libmilter/
H A DMakefile.com31 REMOBJS= errstring.o strl.o
/titanic_50/usr/src/common/ctf/
H A Dctf_types.c1244 size_t strl = fp->ctf_str[CTF_STRTAB_0].cts_len; in ctf_string_iter() local
1246 while (strl > 0) { in ctf_string_iter()
1253 strl -= len; in ctf_string_iter()