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

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Darpaftp.h61 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
H A Dftpd.c2539 cprintf(stdout, " TYPE: %s", typenames[type]);
/freebsd-9.3-release/include/arpa/
H A Dftp.h57 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/freebsd-9.3-release/libexec/ftpd/
H A Dextern.h102 extern char *typenames[]; /* defined in <arpa/ftp.h> included from ftpd.c */
H A Dftpcmd.y1633 typenames[type]);
H A Dftpd.c2421 printf(" TYPE: %s", typenames[type]);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dgen.c172 } typenames[TYPENAMES]; variable in typeref:struct:ttnam
302 if (typenames[i].typename[0] != 0 &&
303 typenames[i].type == type)
304 return (&typenames[i]);
318 if (typenames[i].typename[0] != 0 &&
319 typenames[i].type == type &&
320 strcmp(typename, typenames[i].typename) != 0) {
323 type, typenames[i].typename, typename);
326 if (typenames[i].typename[0] == 0 && ttn == NULL)
327 ttn = &typenames[
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_hash.c248 static const char *typenames[] = local
324 typenames[name_table[n].nte_type],
343 typenames[name_table[n].nte_type],
/freebsd-9.3-release/sys/boot/zfs/
H A Dzfsimpl.c297 static const char* typenames[] = { local
350 printf("%s %s", typenames[pairtype], pairname);
380 printf("%s %s", typenames[pairtype], pairname);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1653 printf(" TYPE: %s", typenames[type]);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c492 const char *typenames[] = { local
519 typenames[ZFS_DIRENT_TYPE(attr.za_first_integer)]);

Completed in 214 milliseconds