Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libcommputil/common/
H A Dcommp_util.c107 commp_strtoull(const char *begin, const char *end, uint64_t *num) in commp_strtoull() function
215 if (commp_strtoull(begin, end, num) != 0) in commp_time_to_secs()
H A Dcommp_util.h66 extern int commp_strtoull(const char *, const char *, uint64_t *);
H A Dsdp_parse.c283 if (commp_strtoull(begin, current, &new_origin->o_id) != 0) in sdp_parse_origin()
289 if (commp_strtoull(begin, current, &new_origin->o_version) != 0) in sdp_parse_origin()
361 if (commp_strtoull(begin, current, &new_time->t_start) != 0) in sdp_parse_time()
367 if (commp_strtoull(begin, current, &new_time->t_stop) != 0) in sdp_parse_time()
557 if (commp_strtoull(begin, current, &new_bw->b_value) != 0) in sdp_parse_bandwidth()
712 if (commp_strtoull(begin, current, &new_zone->z_time) != 0) in sdp_parse_zone()