Searched refs:nl_str2msec (Results 1 – 4 of 4) sorted by relevance
62 extern int nl_str2msec(const char *, uint64_t *);
118 if ((err = nl_str2msec(arg, &msecs)) < 0) in parse_lifetime()
144 extern int nl_str2msec(const char *, uint64_t *);
516 int nl_str2msec(const char *str, uint64_t *result) in nl_str2msec() function