Searched refs:strtotimeval (Results 1 – 2 of 2) sorted by relevance
175 static void strtotimeval(struct timeval *tv, char *time) in strtotimeval() function206 strtotimeval(&tv, argv[1]); in br_set_ageing_time()214 strtotimeval(&tv, argv[1]); in br_set_fwd_delay()222 strtotimeval(&tv, argv[1]); in br_set_hello_time()230 strtotimeval(&tv, argv[1]); in br_set_max_age()
3300 strtotimeval(const char *const str, struct timeval *out) in strtotimeval() function3403 if (strtotimeval(val, &tv) == -1) return -1; in evdns_base_set_option_impl()3409 if (strtotimeval(val, &tv) == -1) return -1; in evdns_base_set_option_impl()3451 if (strtotimeval(val, &tv) == -1) return -1; in evdns_base_set_option_impl()