Home
last modified time | relevance | path

Searched refs:value_extract_word (Results 1 – 6 of 6) sorted by relevance

/external/ltrace/
Dvalue.c238 int o = value_extract_word(&length, (long *)&l, arguments); in value_size()
297 if (value_extract_word(valp, &l, NULL) < 0) in value_init_deref()
386 value_extract_word(struct value *value, long *retp, in value_extract_word() function
Dzero.c61 if (value_extract_word(rhs, &l, arguments) < 0) in zero_callback()
Dvalue.h140 int value_extract_word(struct value *val, long *retp,
Dlens_default.c66 if (value_extract_word(value, &l, arguments) < 0) \
177 if (value_extract_word(value, &lc, arguments) < 0) in format_char()
581 if (value_extract_word(value, &l, arguments) < 0) in format_wchar()
Dprintf.c384 && value_extract_word(value, (long *)self->future_length, NULL) < 0) in param_printf_stop()
Dexpr.c392 if (value_extract_word(&val, ret_value, arguments) < 0) in expr_eval_word()