Searched defs:strc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrptime.c334 register unsigned char c, strc; local
339 while ((strc = *string++) != '\0') {
343 if (isupper(strc))
344 strc = tolower(strc);
345 if (c != strc)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c209 bool strc; local
211 strc = *p == '+'; /* strip comments? */
212 if (strc)
225 if (!strc)

Completed in 48 milliseconds