Home | Sort by: relevance | last modified time | path |
/src/tests/lib/libc/locale/ | |
t_wctype.c | 47 static const char *typenames[] = { variable in typeref:typename:const char * [] 161 wct = wctype(typenames[i]); 180 idx, typenames[idx], c, c, wc, (long int)wct, inout); |
/src/include/arpa/ | |
ftp.h | 57 const char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable in typeref:typename:const char * [] |
/src/usr.bin/indent/ | |
lexi.c | 100 } typenames; variable in typeref:struct:__anon6178c7710108 279 const char **arr = typenames.items; 281 unsigned hi = typenames.len; 311 if (typenames.len >= typenames.cap) { 312 typenames.cap = 16 + 2 * typenames.cap; 313 typenames.items = nonnull(realloc(typenames.items, 314 sizeof(typenames.items[0]) * typenames.cap)) [all...] |