| /src/tests/lib/libc/locale/ |
| t_wctype.c | 47 static const char *typenames[] = { variable 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
|
| /src/usr.bin/indent/ |
| lexi.c | 100 } typenames; variable in typeref:struct:__anon8268 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...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| gen.c | 132 #define TYPENAMES 256 160 } typenames[TYPENAMES]; variable in typeref:struct:ttnam 363 for (i = 0; i < TYPENAMES && typenames[i].typebuf[0] != 0; i++) { 364 if (typenames[i].type != type) { 367 if (strcmp(typebuf, typenames[i].typebuf) != 0) { 370 typenames[i].typebuf, typebuf); 373 ttn = &typenames[i]; 376 if (i >= TYPENAMES - 1) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| gen.c | 148 #define TYPENAMES 256 175 } typenames[TYPENAMES]; variable in typeref:struct:ttnam 309 for (i = 0; i < TYPENAMES; i++) { 310 if (typenames[i].typebuf[0] != 0 && typenames[i].type == type) { 311 return (&typenames[i]); 325 for (i = 0; i < TYPENAMES; i++) { 326 if (typenames[i].typebuf[0] != 0 && typenames[i].type == type & [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| error.cc | 376 vec<tree, va_gc> *typenames) 464 /* Don't bother with typenames for a partial instantiation. */ 465 if (vec_safe_is_empty (typenames) || uses_template_parms (args)) 468 /* Don't try to print typenames when we're processing a clone. */ 478 FOR_EACH_VEC_SAFE_ELT (typenames, i, t) 1597 vec<tree, va_gc> *typenames; member in struct:find_typenames_t 1623 vec_safe_push (d->typenames, mv); 1633 ft.typenames = NULL; 1637 return ft.typenames; 1653 vec<tree, va_gc> *typenames = t ? find_typenames (t) : NULL local [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| error.cc | 380 vec<tree, va_gc> *typenames) 472 /* Don't bother with typenames for a partial instantiation. */ 473 if (vec_safe_is_empty (typenames) || uses_template_parms (args)) 476 /* Don't try to print typenames when we're processing a clone. */ 486 FOR_EACH_VEC_SAFE_ELT (typenames, i, t) 1648 vec<tree, va_gc> *typenames; member in struct:find_typenames_t 1674 vec_safe_push (d->typenames, mv); 1684 ft.typenames = NULL; 1688 return ft.typenames; 1704 vec<tree, va_gc> *typenames = t ? find_typenames (t) : NULL local [all...] |
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb.c | 588 const char *typenames[] = { local 615 typenames[ZFS_DIRENT_TYPE(attr.za_first_integer)]);
|