Searched refs:geti64 (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/format/ |
H A D | io.c | 75 static int geti64(char *str, uint64_t *iptr, uint64_t *wild); 277 geti64(char *str, uint64_t *iptr, uint64_t *wild) in geti64() function 336 if (geti64(cptr, iptr, &wild64)) in getbn() 777 if (geti64(cleantoken, (uint64_t *)&bn64, NULL)) in input() 848 if (geti64(cleantoken, (uint64_t *)&bn64, NULL)) { in input() 1121 if (geti64(cleantoken, &bn64, &bounds->upper)) in input() 1309 if (geti64(cleantoken, &bn64, &bounds->upper)) in input() 1562 if (geti64(cleantoken, &blokno, NULL)) { in input() 1578 if (geti64(cleantoken, &blokno, NULL)) { in input()
|