Searched refs:digit_val (Results 1 - 3 of 3) sorted by relevance

/system/core/sh/
H A Dsyntax.h77 #define digit_val(c) ((c) - '0') macro
H A Doutput.c337 width = 10 * width + digit_val(*f++);
347 prec = 10 * prec + digit_val(*f++);
H A Dparser.c624 n->ndup.dupfd = digit_val(text[0]);
1248 np->nfile.fd = digit_val(fd);

Completed in 49 milliseconds