Home
last modified time | relevance | path

Searched refs:sc (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrtok.c45 int c, sc; in strtok_r() local
56 for (spanp = delim; (sc = *spanp++) != 0;) { in strtok_r()
57 if (c == sc) in strtok_r()
75 if ((sc = *spanp++) == c) { in strtok_r()
83 } while (sc != 0); in strtok_r()
Dstrpbrk.c40 int c, sc; in strpbrk() local
43 for (scanp = s2; (sc = *scanp++) != 0;) in strpbrk()
44 if (sc == c) in strpbrk()
Dstrcspn.c43 char c, sc; in strcspn() local
53 if ((sc = *spanp++) == c) in strcspn()
55 } while (sc != 0); in strcspn()
Dstrspn.c40 char c, sc; in strspn() local
47 for (spanp = s2; (sc = *spanp++) != 0;) in strspn()
48 if (sc == c) in strspn()
Dstrcasestr.c45 char c, sc; in strcasestr() local
53 if ((sc = *s++) == 0) in strcasestr()
55 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
Dstrsep.c50 int c, sc; in strsep() local
59 if ((sc = *spanp++) == c) { in strsep()
67 } while (sc != 0); in strsep()
/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcstok.c48 wchar_t c, sc; in wcstok() local
58 for (spanp = delim; (sc = *spanp++) != L'\0';) { in wcstok()
59 if (c == sc) in wcstok()
77 if ((sc = *spanp++) == c) { in wcstok()
85 } while (sc != L'\0'); in wcstok()
Dwcsstr.c51 wchar_t c, sc; in wcsstr() local
58 if ((sc = *s++) == L'\0') in wcsstr()
60 } while (sc != c); in wcsstr()
/bionic/libc/kernel/uapi/scsi/
Dscsi_bsg_ufs.h47 struct utp_upiu_cmd sc; member
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c423 char *h, *sc; in globtilde() local
480 sc = h; in globtilde()
485 clen = mbrtowc(&wc, sc, MB_LEN_MAX, &mbs); in globtilde()
488 wc = (unsigned char)*sc; in globtilde()
496 sc += clen; in globtilde()
760 char *sc; in glob3() local
780 sc = dp->d_name; in glob3()
783 clen = mbrtowc(&wc, sc, MB_LEN_MAX, &mbs); in glob3()
786 wc = (unsigned char)*sc; in glob3()
794 sc += clen; in glob3()
/bionic/libc/kernel/uapi/misc/
Dfastrpc.h38 __u32 sc; member