Searched refs:value_extract_word (Results 1 - 6 of 6) sorted by relevance
/external/ltrace/ |
H A D | zero.c | 61 if (value_extract_word(rhs, &l, arguments) < 0)
|
H A D | value.h | 140 int value_extract_word(struct value *val, long *retp,
|
H A D | value.c | 238 int o = value_extract_word(&length, (long *)&l, arguments); 297 if (value_extract_word(valp, &l, NULL) < 0) 311 /* The functions value_extract_buf and value_extract_word assume that 317 * But actually the situation is similar for value_extract_word as 320 * be in client for all we know. So value_extract_word has to assume 386 value_extract_word(struct value *value, long *retp, function
|
H A D | lens_default.c | 66 if (value_extract_word(value, &l, arguments) < 0) \ 177 if (value_extract_word(value, &lc, arguments) < 0) 581 if (value_extract_word(value, &l, arguments) < 0)
|
H A D | printf.c | 384 && value_extract_word(value, (long *)self->future_length, NULL) < 0)
|
H A D | expr.c | 392 if (value_extract_word(&val, ret_value, arguments) < 0)
|
Completed in 104 milliseconds