Home
last modified time | relevance | path

Searched refs:commp_strtoull (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcommputil/common/
H A Dcommp_util.c105 commp_strtoull(const char *begin, const char *end, uint64_t *num) in commp_strtoull() function
213 if (commp_strtoull(begin, end, num) != 0) in commp_time_to_secs()
H A Dcommp_util.h64 extern int commp_strtoull(const char *, const char *, uint64_t *);
H A Dsdp_parse.c281 if (commp_strtoull(begin, current, &new_origin->o_id) != 0) in sdp_parse_origin()
287 if (commp_strtoull(begin, current, &new_origin->o_version) != 0) in sdp_parse_origin()
359 if (commp_strtoull(begin, current, &new_time->t_start) != 0) in sdp_parse_time()
365 if (commp_strtoull(begin, current, &new_time->t_stop) != 0) in sdp_parse_time()
555 if (commp_strtoull(begin, current, &new_bw->b_value) != 0) in sdp_parse_bandwidth()
710 if (commp_strtoull(begin, current, &new_zone->z_time) != 0) in sdp_parse_zone()