Home
last modified time | relevance | path

Searched refs:commp_time_to_secs (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libcommputil/common/
H A Dcommp_util.h67 extern int commp_time_to_secs(const char *, const char *, uint64_t *);
H A Dcommp_util.c190 commp_time_to_secs(const char *begin, const char *end, uint64_t *num) in commp_time_to_secs() function
H A Dsdp_parse_helper.c260 if (commp_time_to_secs((char *)value, (char *)(value + in add_value_to_list()
H A Dsdp_parse.c629 if (commp_time_to_secs(begin, current, &new_repeat->r_interval) != 0) in sdp_parse_repeat()
635 if (commp_time_to_secs(begin, current, &new_repeat->r_duration) != 0) in sdp_parse_repeat()