Searched refs:type_code (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/cctools-845/include/gnu/
H A Dsymseg.h302 enum type_code
327 enum type_code code;
301 enum type_code enum
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_util.m573 code_compatible(char array_code, char type_code)
575 if (array_code == type_code) {
578 switch (type_code) {
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_util.m594 code_compatible(char array_code, char type_code)
596 if (array_code == type_code) {
599 switch (type_code) {
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftpd/
H A Dftpcmd.y122 %type <i> struct_code mode_code type_code form_code
197 | TYPE SP type_code CRLF check_secure
759 type_code
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmac.c560 mac_coerce_file_name_ptr (type_code, data_ptr, data_size,
562 DescType type_code;
571 if (type_code == typeNull)
573 else if (type_code == to_type || to_type == typeWildCard)
575 else if (type_code == TYPE_FILE_NAME)
641 if (type_code == typeFileURL)
650 err = AECoercePtr (type_code, data_ptr, data_size,
689 if (type_code == typeFSRef && data_size == sizeof (FSRef))
696 err = AECoercePtr (type_code, data_ptr, data_size,
713 if (type_code
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dpdp11.c2062 int type_code = aout_symbol(symbol)->type & 0xff;
2063 const char *stab_name = bfd_get_stab_name (type_code);
2068 sprintf(buf, "(%d)", type_code);
2072 ret->stab_type = type_code;
2055 int type_code = aout_symbol(symbol)->type & 0xff; local
H A Daoutx.h2465 int type_code = aout_symbol (symbol)->type & 0xff;
2466 const char *stab_name = bfd_get_stab_name (type_code);
2471 sprintf (buf, "(%d)", type_code);
2475 ret->stab_type = type_code;
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_cc.c1029 uint16_t type_code = dnp->dn_args->dn_value; local
1030 uint32_t parameter = ((uint32_t)type_code) << 16;

Completed in 165 milliseconds