Searched refs:strl (Results 1 – 4 of 4) sorted by relevance
169 size_t strl; in get_prop_val_str() local275 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()
46 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 \
31 REMOBJS= errstring.o strl.o
1244 size_t strl = fp->ctf_str[CTF_STRTAB_0].cts_len; in ctf_string_iter() local1246 while (strl > 0) { in ctf_string_iter()1253 strl -= len; in ctf_string_iter()