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