Searched refs:T_PTR (Results 1 – 8 of 8) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | symbol.c | 876 #define T_PTR(B) SYM_PTR, 0, 0, &bits_in_pointer, &pointer_alignment, B macro 925 { &string_ctype, T_PTR(&char_ctype) }, 926 { &ptr_ctype, T_PTR(&void_ctype) }, 927 { &null_ctype, T_PTR(&void_ctype) }, 928 { &label_ctype, T_PTR(&void_ctype) }, 929 { &lazy_ptr_ctype, T_PTR(&void_ctype) }, 930 { &schar_ptr_ctype, T_PTR(&schar_ctype) }, 931 { &short_ptr_ctype, T_PTR(&short_ctype) }, 932 { &int_ptr_ctype, T_PTR(&int_ctype) }, 933 { &uint_ptr_ctype, T_PTR(&uint_ctype) }, [all …]
|
/third_party/cares/include/ |
D | ares_nameser.h | 344 #ifndef T_PTR 345 # define T_PTR 12 /* ns_t_ptr */ macro
|
/third_party/node/deps/cares/include/ |
D | ares_nameser.h | 370 #ifndef T_PTR 371 # define T_PTR 12 /* ns_t_ptr */ macro
|
/third_party/node/deps/cares/src/lib/ |
D | ares_gethostbyaddr.c | 141 ares_query(aquery->channel, name, C_IN, T_PTR, addr_callback, aquery); in next_lookup()
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | nameser.h | 407 #define T_PTR ns_t_ptr macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | nameser.h | 407 #define T_PTR ns_t_ptr macro
|
/third_party/musl/include/arpa/ |
D | nameser.h | 407 #define T_PTR ns_t_ptr macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | nameser.h | 407 #define T_PTR ns_t_ptr macro
|