Searched refs:typenames (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/include/arpa/
H A Dftp.h55 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/freebsd-current/usr.bin/indent/
H A Dlexi.c110 const char **typenames; variable
268 bsearch(s_token, typenames, typename_top + 1,
269 sizeof(typenames[0]), strcmp_type))) {
607 typenames = (const char **)malloc(sizeof(typenames[0]) *
609 if (typenames == NULL)
620 typenames = realloc((void *)typenames,
621 sizeof(typenames[0]) * (typename_count *= 2));
622 if (typenames
[all...]
/freebsd-current/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]);
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c67 static const char *typenames[] = variable
220 : typenames[name_table[n].ute_type])
230 size_t want = 5 + strlen(typenames[n]);
233 result, typenames[n]);
239 _nc_STRCAT(result, typenames[n], sizeof(result));
/freebsd-current/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlzbe_pair.c136 static const char *typenames[] = { variable
171 for (i = 0; i < ARRAY_SIZE(typenames); i++) {
172 if (strcmp(name, typenames[i]) == 0)
/freebsd-current/sbin/pfilctl/
H A Dpfilctl.c42 static const char * const typenames[] = { variable
136 typenames[plh.pio_heads[i].pio_type]);
174 typenames[plh.pio_hooks[i].pio_type]);
/freebsd-current/lib/libpmc/
H A Dlibpmc_json.cc48 static const char *typenames[] = { variable
78 typenames[ev->pl_type], (uintmax_t)ev->pl_ts.tv_sec);
/freebsd-current/stand/libsa/zfs/
H A Dnvlist.c1498 static const char *typenames[] = { variable
1533 for (i = 0; i < nitems(typenames); i++) {
1534 if (strcmp(name, typenames[i]) == 0)
1580 printf("%s [%d] %.*s", typenames[nvp_data->nv_type],
1664 typenames[nvp_data->nv_type],
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1618 printf(" TYPE: %s", typenames[type]);
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1313 const char *typenames[] = { local
1340 typenames[ZFS_DIRENT_TYPE(attr.za_first_integer)]);

Completed in 140 milliseconds