Searched defs:get_ull_tok (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c271 get_ull_tok(const char *str, uint64_t *ulp) function
376 if ((str = get_ull_tok(str, &ull)) == NULL || *str != ' ') {
384 if (get_ull_tok(str, &ull) == NULL)
413 if ((str = get_ull_tok(str, &ull)) == NULL)
422 if ((str = get_ull_tok(str, &ull)) == NULL)

Completed in 229 milliseconds