Searched refs:digit_val (Results 1 – 3 of 3) sorted by relevance
77 #define digit_val(c) ((c) - '0') macro
337 width = 10 * width + digit_val(*f++); in doformat()347 prec = 10 * prec + digit_val(*f++); in doformat()
624 n->ndup.dupfd = digit_val(text[0]); in fixredir()1248 np->nfile.fd = digit_val(fd); in readtoken1()