Searched refs:get_time_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_attr.c49 static bool_t get_time_t(const char *s, time_t *t, time_t default_val);
640 if (get_time_t(buf, &timeout,
672 if (get_time_t(buf, &timeout,
712 if (get_time_t(buf, &timeout, DEFAULT_BATCHING_TIME_OUT))
781 if (get_time_t(buf, &timeout,
830 if (get_time_t(buf, &timeout,
868 if (get_time_t(buf, &timeout,
1062 * FUNCTION: get_time_t
1072 get_time_t(const char *s, time_t *t, time_t default_val) function

Completed in 57 milliseconds