Searched refs:geti64 (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/format/ |
H A D | io.c | 79 static int geti64(char *str, uint64_t *iptr, uint64_t *wild); 97 static int geti64(char *str, uint64_t *iptr, uint64_t *wild); 308 geti64(str, iptr, wild) in geti64() function 371 if (geti64(cptr, iptr, &wild64)) 815 if (geti64(cleantoken, (uint64_t *)&bn64, 885 if (geti64(cleantoken, (uint64_t *)&bn64, (uint64_t *)NULL)) { 1157 if (geti64(cleantoken, &bn64, &bounds->upper)) 1342 if (geti64(cleantoken, &bn64, &bounds->upper)) 1589 if (geti64(cleantoken, &blokno, (uint64_t *)NULL)) { 1605 if (geti64(cleantoken, &blokno, (uint64_t *)NULL)) {
|