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

/freebsd-13-stable/include/arpa/
H A Dftp.h59 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/freebsd-13-stable/usr.bin/indent/
H A Dlexi.c118 const char **typenames; variable
276 bsearch(s_token, typenames, typename_top + 1,
277 sizeof(typenames[0]), strcmp_type))) {
613 typenames = (const char **)malloc(sizeof(typenames[0]) *
615 if (typenames == NULL)
626 typenames = realloc((void *)typenames,
627 sizeof(typenames[0]) * (typename_count *= 2));
628 if (typenames
[all...]
/freebsd-13-stable/libexec/ftpd/
H A Dextern.h100 extern char *typenames[]; /* defined in <arpa/ftp.h> included from ftpd.c */
H A Dftpcmd.y1633 typenames[type]);
H A Dftpd.c2449 printf(" TYPE: %s", typenames[type]);
/freebsd-13-stable/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-13-stable/sbin/pfilctl/
H A Dpfilctl.c45 static const char * const typenames[] = { variable
139 typenames[plh.pio_heads[i].pio_type]);
177 typenames[plh.pio_hooks[i].pio_type]);
/freebsd-13-stable/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-13-stable/lib/libpmc/
H A Dlibpmc_json.cc50 static const char *typenames[] = { variable
80 typenames[ev->pl_type], (uintmax_t)ev->pl_ts.tv_sec);
/freebsd-13-stable/stand/libsa/zfs/
H A Dnvlist.c1494 static const char *typenames[] = { variable
1529 for (i = 0; i < nitems(typenames); i++) {
1530 if (strcmp(name, typenames[i]) == 0)
1576 printf("%s [%d] %.*s", typenames[nvp_data->nv_type],
1660 typenames[nvp_data->nv_type],
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1618 printf(" TYPE: %s", typenames[type]);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1356 const char *typenames[] = { local
1383 typenames[ZFS_DIRENT_TYPE(attr.za_first_integer)]);

Completed in 247 milliseconds