Searched refs:sc (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | strtok.c | 45 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()
|
D | strpbrk.c | 40 int c, sc; in strpbrk() local 43 for (scanp = s2; (sc = *scanp++) != 0;) in strpbrk() 44 if (sc == c) in strpbrk()
|
D | strcspn.c | 43 char c, sc; in strcspn() local 53 if ((sc = *spanp++) == c) in strcspn() 55 } while (sc != 0); in strcspn()
|
D | strspn.c | 40 char c, sc; in strspn() local 47 for (spanp = s2; (sc = *spanp++) != 0;) in strspn() 48 if (sc == c) in strspn()
|
D | strcasestr.c | 45 char c, sc; in strcasestr() local 53 if ((sc = *s++) == 0) in strcasestr() 55 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
|
D | strsep.c | 50 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/ |
D | wcstok.c | 48 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()
|
D | wcsstr.c | 51 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/ |
D | scsi_bsg_ufs.h | 47 struct utp_upiu_cmd sc; member
|
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | glob.c | 423 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/ |
D | fastrpc.h | 38 __u32 sc; member
|