Home
last modified time | relevance | path

Searched refs:IS_CHAR (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_parser.h260 #define IS_CHAR(e) \ macro
H A Ddt_printf.c111 ctf_type_encoding(ctfp, base, &e) == 0 && IS_CHAR(e)); in pfcheck_str()
H A Ddt_parser.c992 ctf_type_encoding(fp, base, &e) == 0 && IS_CHAR(e)) in dt_node_is_strcompat()
997 ctf_type_encoding(fp, base, &e) == 0 && IS_CHAR(e)) in dt_node_is_strcompat()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c89 #define IS_CHAR(e) \ macro
973 if (IS_CHAR(*ep)) { in print_int_val()
1151 mdb_ctf_type_encoding(base, &e) == 0 && IS_CHAR(e)) { in print_ptr()
1211 mdb_ctf_type_encoding(base, &e) == 0 && IS_CHAR(e) && in print_array()