Searched refs:value_extract_word (Results 1 – 6 of 6) sorted by relevance
/external/ltrace/ |
D | value.c | 238 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
|
D | zero.c | 61 if (value_extract_word(rhs, &l, arguments) < 0) in zero_callback()
|
D | value.h | 140 int value_extract_word(struct value *val, long *retp,
|
D | lens_default.c | 66 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()
|
D | printf.c | 384 && value_extract_word(value, (long *)self->future_length, NULL) < 0) in param_printf_stop()
|
D | expr.c | 392 if (value_extract_word(&val, ret_value, arguments) < 0) in expr_eval_word()
|