Searched refs:strl (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dpartition.c234 int strl; local
237 strl = grub_strlen (buf);
240 out = grub_realloc (out, curlen + strl + 2);
241 grub_memcpy (out + strl + 1, out, curlen);
242 out[curlen + 1 + strl] = 0;
243 grub_memcpy (out, buf, strl);
244 out[strl] = ',';
245 curlen = curlen + 1 + strl;
249 curlen = strl;
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A DMakefile.com30 REMOBJS= errstring.o strl.o
/osnet-11/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 \

Completed in 1699 milliseconds