Home
last modified time | relevance | path

Searched refs:typenames (Results 1 – 15 of 15) sorted by relevance

/freebsd/usr.bin/indent/
H A Dlexi.c110 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()
622 if (typenames == NULL) in add_typename()
626 typenames[++typename_top] = copy = strdup(key); in add_typename()
631 typenames[++typename_top] = copy = strdup(key); in add_typename()
640 memmove(&typenames[p + 1], &typenames[p], in add_typename()
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c67 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 Dpfilctl.c42 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 Dlzbe_pair.c136 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 Dftp.h55 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/freebsd/libexec/ftpd/
H A Dextern.h94 extern char *typenames[]; /* defined in <arpa/ftp.h> included from ftpd.c */
H A Dftpcmd.y1622 typenames[type]);
H A Dftpd.c2392 printf(" TYPE: %s", typenames[type]); in statcmd()
/freebsd/lib/libpmc/
H A Dlibpmc_json.cc48 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 Ddwarf_types.m436 MAKE_NAMETBL_API(type,Type,type,typenames)
/freebsd/stand/libsa/zfs/
H A Dnvlist.c1498 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 Dftpd.c1618 printf(" TYPE: %s", typenames[type]); in statcmd()
/freebsd/contrib/byacc/
H A DREADME.BTYACC248 BtYacc does not correctly handle typenames, if one typename
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1341 const char *typenames[] = { in dump_zpldir() local
1368 typenames[ZFS_DIRENT_TYPE(attr.za_first_integer)]); in dump_zpldir()
/freebsd/contrib/unbound/doc/
H A DChangelog4891 type long long and no ifdefs, and ub_ before the typenames.