Searched refs:c_type (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/findutils/find/
H A Dparser.c419 enum comparison_type c_type;
424 if (!get_num_days (argv[*arg_ptr], &num, &c_type))
428 our_pred->args.info.kind = c_type;
500 enum comparison_type c_type;
505 if (!get_num_days (argv[*arg_ptr], &num, &c_type))
509 our_pred->args.info.kind = c_type;
1007 enum comparison_type c_type;
1012 if (!get_num_days (argv[*arg_ptr], &num, &c_type))
1016 our_pred->args.info.kind = c_type;
1521 enum comparison_type c_type;
416 enum comparison_type c_type; local
497 enum comparison_type c_type; local
1004 enum comparison_type c_type; local
1518 enum comparison_type c_type; local
1636 enum comparison_type c_type; local
2427 enum comparison_type c_type; local
2531 enum comparison_type c_type; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcoffread.c137 unsigned int c_type; member in struct:coff_symbol
763 if (!last_source_file && SDB_TYPE (cs->c_type)
768 if (ISFCN (cs->c_type) && cs->c_sclass != C_TPDEF)
844 else if (!SDB_TYPE (cs->c_type)
941 if (SDB_TYPE (cs->c_type))
1144 cs->c_type = (unsigned) sym->n_type;
1145 if (!SDB_TYPE (cs->c_type))
1146 cs->c_type = 0;
1501 if (ISFCN (cs->c_type))
1505 lookup_function_type (decode_function_type (cs, cs->c_type, au
1690 decode_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux) argument
1771 decode_function_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux) argument
1783 decode_base_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux) argument
[all...]
H A Dxcoffread.c100 unsigned int c_type;
1018 cs->c_type = (unsigned) symbol->n_type;
1067 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1202 if (ISFCN (cs->c_type) && cs->c_sclass != C_TPDEF)
1204 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1238 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1264 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1280 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1479 if (ISFCN (cs->c_type))
98 unsigned int c_type; member in struct:coff_symbol
/haiku-fatelf/src/tests/add-ons/print/pcl6/
H A Ddisasm.cpp338 #define READ_ARRAY(array_name, c_type, type) \
339 attr->val.array_name = new c_type[length]; \
342 c_type data; \
367 #define PRINT_ARRAY(array_name, format, c_type, type) \
371 printf(format, (c_type)attr->val.type##_array[i]); \
/haiku-fatelf/src/kits/network/libbind/nameser/
H A Dns_print.c573 u_int c_type, key_tag, alg; local
579 c_type = ns_get16(rdata); rdata += NS_INT16SZ;
583 len = SPRINTF((tmp, "%d %d %d ", c_type, key_tag, alg));

Completed in 183 milliseconds