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

  /system/core/sh/
syntax.h 77 #define digit_val(c) ((c) - '0') macro
output.c 337 width = 10 * width + digit_val(*f++);
347 prec = 10 * prec + digit_val(*f++);
parser.c 624 n->ndup.dupfd = digit_val(text[0]);
1248 np->nfile.fd = digit_val(fd);
    [all...]

Completed in 387 milliseconds