Searched refs:typenames (Results 1 – 15 of 15) sorted by relevance
/freebsd/usr.bin/indent/ |
H A D | 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/contrib/ncurses/ncurses/tinfo/ |
H A D | 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/sbin/pfilctl/ |
H A D | 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/sys/contrib/openzfs/lib/libzfsbootenv/ |
H A D | lzbe_pair.c | 136 static const char *typenames[] = { variable 171 for (i = 0; i < ARRAY_SIZE(typenames); i++) { in nvpair_type_from_name() 172 if (strcmp(name, typenames[i]) == 0) in nvpair_type_from_name()
|
/freebsd/include/arpa/ |
H A D | ftp.h | 55 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
|
/freebsd/libexec/ftpd/ |
H A D | extern.h | 94 extern char *typenames[]; /* defined in <arpa/ftp.h> included from ftpd.c */
|
H A D | ftpcmd.y | 1622 typenames[type]);
|
H A D | ftpd.c | 2392 printf(" TYPE: %s", typenames[type]); in statcmd()
|
/freebsd/lib/libpmc/ |
H A D | libpmc_json.cc | 48 static const char *typenames[] = { variable 78 typenames[ev->pl_type], (uintmax_t)ev->pl_ts.tv_sec); in startentry()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_types.m4 | 36 MAKE_NAMETBL_API(type,Type,type,typenames)
|
/freebsd/stand/libsa/zfs/ |
H A D | 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/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpd.c | 1618 printf(" TYPE: %s", typenames[type]); in statcmd()
|
/freebsd/contrib/byacc/ |
H A D | README.BTYACC | 248 BtYacc does not correctly handle typenames, if one typename
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 1369 const char *typenames[] = { in dump_zpldir() local 1396 typenames[ZFS_DIRENT_TYPE(attrp->za_first_integer)]); in dump_zpldir()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 5305 type long long and no ifdefs, and ub_ before the typenames.
|