Home
last modified time | relevance | path

Searched refs: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) in get_ull_tok() function
376 if ((str = get_ull_tok(str, &ull)) == NULL || *str != ' ') { in read_holes_header()
384 if (get_ull_tok(str, &ull) == NULL) in read_holes_header()
413 if ((str = get_ull_tok(str, &ull)) == NULL) in parse_holesdata()
422 if ((str = get_ull_tok(str, &ull)) == NULL) in parse_holesdata()