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

/macosx-10.9.5/Libc-997.90.3/include/arpa/
H A Dftp.h59 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dgen.c157 } typenames[TYPENAMES]; variable in typeref:struct:ttnam
308 if (typenames[i].typename[0] != 0 &&
309 typenames[i].type == type)
310 return (&typenames[i]);
322 if (typenames[i].typename[0] != 0 &&
323 typenames[i].type == type &&
324 strcmp(typename, typenames[i].typename) != 0) {
327 type, typenames[i].typename, typename);
330 if (typenames[i].typename[0] == 0 && ttn == NULL)
331 ttn = &typenames[
[all...]
/macosx-10.9.5/ncurses-42/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],
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffdump.c500 static char *typenames[] = { local
515 #define NTYPES (sizeof (typenames) / sizeof (typenames[0]))
518 fprintf(fd, "%s (%u)", typenames[type], type);
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/t/
H A Dstress.t1029 (that is, for typenames and structure components).
1162 /* A nonempty list of identifiers, including typenames. */
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/t/
H A Dstress.t1029 (that is, for typenames and structure components).
1162 /* A nonempty list of identifiers, including typenames. */
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftpd/
H A Dftpd.c1618 printf(" TYPE: %s", typenames[type]);

Completed in 123 milliseconds