| /freebsd-head/usr.bin/indent/ |
| HD | lexi.c | 110 const char **typenames; variable 268 bsearch(s_token, typenames, typename_top + 1, in lexi() 269 sizeof(typenames[0]), strcmp_type))) { in lexi() 607 typenames = (const char **)malloc(sizeof(typenames[0]) * in alloc_typenames() 609 if (typenames == NULL) in alloc_typenames() 620 typenames = realloc((void *)typenames, in add_typename() 621 sizeof(typenames[0]) * (typename_count *= 2)); in add_typename() 622 if (typenames == NULL) in add_typename() 626 typenames[++typename_top] = copy = strdup(key); in add_typename() 627 else if ((comparison = strcmp(key, typenames[typename_top])) >= 0) { in add_typename() [all …]
|
| /freebsd-head/contrib/ncurses/ncurses/tinfo/ |
| HD | make_hash.c | 67 static const char *typenames[] = 220 : typenames[name_table[n].ute_type]) 230 size_t want = 5 + strlen(typenames[n]); in get_type() 233 result, typenames[n]); in get_type() 239 _nc_STRCAT(result, typenames[n], sizeof(result)); in get_type()
|
| /freebsd-head/sbin/pfilctl/ |
| HD | pfilctl.c | 42 static const char * const typenames[] = { variable 136 typenames[plh.pio_heads[i].pio_type]); in listheads() 174 typenames[plh.pio_hooks[i].pio_type]); in listhooks()
|
| /freebsd-head/sys/contrib/openzfs/lib/libzfsbootenv/ |
| HD | lzbe_pair.c | 137 static const char *typenames[] = { variable 172 for (i = 0; i < ARRAY_SIZE(typenames); i++) { in nvpair_type_from_name() 173 if (strcmp(name, typenames[i]) == 0) in nvpair_type_from_name()
|
| /freebsd-head/include/arpa/ |
| HD | ftp.h | 55 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
|
| /freebsd-head/libexec/ftpd/ |
| HD | extern.h | 94 extern char *typenames[]; /* defined in <arpa/ftp.h> included from ftpd.c */
|
| HD | ftpcmd.y | 1622 typenames[type]);
|
| HD | ftpd.c | 2392 printf(" TYPE: %s", typenames[type]); in statcmd()
|
| /freebsd-head/lib/libpmc/ |
| HD | libpmc_json.cc | 48 static const char *typenames[] = { variable 78 typenames[ev->pl_type], (uintmax_t)ev->pl_ts.tv_sec); in startentry()
|
| /freebsd-head/contrib/elftoolchain/libdwarf/ |
| HD | dwarf_types.m4 | 36 MAKE_NAMETBL_API(type,Type,type,typenames)
|
| /freebsd-head/stand/libsa/zfs/ |
| HD | nvlist.c | 1498 static const char *typenames[] = { variable 1533 for (i = 0; i < nitems(typenames); i++) { in nvpair_type_from_name() 1534 if (strcmp(name, typenames[i]) == 0) in nvpair_type_from_name() 1580 printf("%s [%d] %.*s", typenames[nvp_data->nv_type], in nvpair_print() 1664 typenames[nvp_data->nv_type], in nvpair_print()
|
| /freebsd-head/crypto/heimdal/appl/ftp/ftpd/ |
| HD | ftpd.c | 1618 printf(" TYPE: %s", typenames[type]); in statcmd()
|
| /freebsd-head/contrib/byacc/ |
| HD | README.BTYACC | 248 BtYacc does not correctly handle typenames, if one typename
|
| /freebsd-head/sys/contrib/openzfs/cmd/zdb/ |
| HD | zdb.c | 1370 const char *typenames[] = { in dump_zpldir() local 1397 typenames[ZFS_DIRENT_TYPE(attrp->za_first_integer)]); in dump_zpldir()
|
| /freebsd-head/contrib/unbound/doc/ |
| HD | Changelog | 5570 type long long and no ifdefs, and ub_ before the typenames.
|