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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/bridge-1.x/brctl/
H A Dbrctl_cmd.c31 static int strtotimeval(struct timeval *tv, const char *time) function
217 if (strtotimeval(&tv, argv[2])) {
252 if (strtotimeval(&tv, argv[2])) {
270 if (strtotimeval(&tv, argv[2])) {
288 if (strtotimeval(&tv, argv[2])) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devdns.c3280 strtotimeval(const char *const str, struct timeval *out) function
3383 if (strtotimeval(val, &tv) == -1) return -1;
3389 if (strtotimeval(val, &tv) == -1) return -1;
3431 if (strtotimeval(val, &tv) == -1) return -1;

Completed in 71 milliseconds