Searched defs:parse_argnum (Results 1 - 1 of 1) sorted by relevance

/external/ltrace/
H A Dread_config_file.c255 static struct expr_node *parse_argnum(struct locus *loc,
265 struct expr_node *arg = parse_argnum(loc, str, &own, 0);
305 parse_argnum(struct locus *loc, char **str, int *ownp, int zero) function
594 length = parse_argnum(loc, str, &own_length, 1);
767 struct expr_node *length = parse_argnum(loc, str, &own_length, 0);

Completed in 50 milliseconds