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

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dquotearg.c125 unsigned char uc = c; local
127 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
128 int shift = uc % INT_BITS;
/ndk/sources/host-tools/make-3.81/
H A Ddir.c156 unsigned char uc = *name;
158 h = (h << 4) + (isupper (uc) ? tolower (uc) : uc);
160 h = (h << 4) + uc;
155 unsigned char uc = *name; local
/ndk/sources/host-tools/ndk-stack/regex/
H A Dregcomp.c1220 unsigned uc = (uch)c; local
1223 if (col[uc] != 0)

Completed in 174 milliseconds