Searched refs:commp_strtoull (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libcommputil/common/ |
H A D | commp_util.c | 105 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 D | commp_util.h | 64 extern int commp_strtoull(const char *, const char *, uint64_t *);
|
H A D | sdp_parse.c | 281 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()
|