Searched refs:sc (Results 1 – 8 of 8) sorted by relevance
41 register int c, sc; in __strtok_r() local53 for (spanp = (char *)delim; (sc = *spanp++) != 0;) { in __strtok_r()54 if (c == sc) { in __strtok_r()80 if ((sc = *spanp++) == c) { in __strtok_r()88 } while (sc != 0); in __strtok_r()
98 register int c, sc; in wcstok() local110 for (spanp = delim; (sc = *spanp++) != L'\0';) { in wcstok()111 if (c == sc) goto cont; in wcstok()128 if ((sc = *spanp++) == c) { in wcstok()136 } while (sc != L'\0'); in wcstok()
99 char c, sc; in strcasestr() local107 if ((sc = *s++) == 0) in strcasestr()109 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
40 int sc; in fgetwc() local52 sc = stream->get(stream); in fgetwc()53 if (sc < 0) in fgetwc()55 u.c[i] = (char) sc; in fgetwc()
237 sc[] = { variable406 S = sc[0] + s * (sc[1] + s * (sc[2] + s * (sc[3] + in erfcl()407 s * (sc[4] + s)))); in erfcl()
80 static int eshift (short unsigned int *x, int sc);2506 eshift (short unsigned int *x, int sc) in eshift() argument2511 if (sc == 0) in eshift()2517 if (sc < 0) in eshift()2519 sc = -sc; in eshift()2520 while (sc >= 16) in eshift()2524 sc -= 16; in eshift()2527 while (sc >= 8) in eshift()2531 sc -= 8; in eshift()2534 while (sc > 0) in eshift()[all …]
28 # stack frame sc 0x25
672 short int sc = (short int) ((c << 8) + (char) c); in memset() local673 __short_int_memset (s, sc, n >> 1); in memset()