Home
last modified time | relevance | path

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

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