HomeSort by relevance Sort by last modified time
    Searched refs:insert_stop (Results 1 - 4 of 4) sorted by null

  /external/ltrace/
param.h 90 int *insert_stop);
118 * INSERT_STOP to a non-zero value, a stop parameter shall be inserted
134 int *insert_stop),
148 struct arg_type_info *infop, int *insert_stop);
param.c 51 int *insert_stop),
96 struct arg_type_info *infop, int *insert_stop)
98 return param->u.pack.next(context, infop, insert_stop);
printf.c 205 int *insert_stop)
output.c 349 int insert_stop = 0; local
352 || param_pack_next(param, e, info, &insert_stop) < 0) {
359 if (insert_stop)

Completed in 59 milliseconds