Home
last modified time | relevance | path

Searched refs:uc (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/string/
Dmemccpy.c41 unsigned char uc = c; in memccpy() local
43 if ((*tp++ = *fp++) == uc) in memccpy()
/bionic/libc/kernel/uapi/scsi/
Dscsi_bsg_ufs.h49 struct utp_upiu_query uc; member
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1081 unsigned char uc = (unsigned char)ch; in ordinary() local
1086 if ((p->g->cflags & REG_ICASE) && isalpha(uc) && othercase(uc) != uc) in ordinary()
1087 bothcases(p, uc); in ordinary()
1089 EMIT(OCHAR, (sopno)uc); in ordinary()
1090 if (cap[uc] == 0) { in ordinary()
1093 cap[uc] = (unsigned char)p->g->ncategories++; in ordinary()
1562 unsigned uc = (unsigned char)c; in isinsets() local
1572 if (col[uc] != 0) in isinsets()