Searched refs:commp_strtoull (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libcommputil/common/ |
H A D | commp_util.h | 66 extern int commp_strtoull(const char *, const char *, uint64_t *);
|
H A D | commp_util.c | 107 commp_strtoull(const char *begin, const char *end, uint64_t *num) function 215 if (commp_strtoull(begin, end, num) != 0)
|
H A D | sdp_parse.c | 283 if (commp_strtoull(begin, current, &new_origin->o_id) != 0) 289 if (commp_strtoull(begin, current, &new_origin->o_version) != 0) 361 if (commp_strtoull(begin, current, &new_time->t_start) != 0) 367 if (commp_strtoull(begin, current, &new_time->t_stop) != 0) 557 if (commp_strtoull(begin, current, &new_bw->b_value) != 0) 712 if (commp_strtoull(begin, current, &new_zone->z_time) != 0)
|
Completed in 25 milliseconds