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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dshow_delta49 (time_str, rest) = string.split(line[1:],']',1)
50 time = string.atof(time_str)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dkeychain.c374 key_str2time(char *time_str, char *day_str, char *month_str, char *year_str)
401 /* Check hour field of time_str. */
402 colon = strchr (time_str, ':');
408 hour = strtoul (time_str, &endptr, 10);
412 /* Check min field of time_str. */
413 time_str = colon + 1;
414 colon = strchr (time_str, ':');
415 if (*time_str == '\0' || colon == NULL)
420 min = strtoul (time_str, &endptr, 10);
424 /* Check sec field of time_str
373 key_str2time(char *time_str, char *day_str, char *month_str, char *year_str) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/
H A Depi_ttcp.c1180 char time_str[30]; local
1183 sprintf(time_str, "%s %s %d %02d:%02d:%02d %d\n",
1189 char *time_str; local
1192 time_str = ctime(&now);
1194 fprintf(stdout,"%s: start time %s", label, time_str);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_vty.c2821 peer_timers_connect_set_vty (struct vty *vty, char *ip_str, char *time_str)
2831 VTY_GET_INTEGER_RANGE ("Connect time", connect, time_str, 0, 65535);
2889 peer_advertise_interval_vty (struct vty *vty, char *ip_str, char *time_str,
2900 if (time_str)
2901 VTY_GET_INTEGER_RANGE ("advertise interval", routeadv, time_str, 0, 600);
2772 peer_timers_connect_set_vty(struct vty *vty, char *ip_str, char *time_str) argument
2839 peer_advertise_interval_vty(struct vty *vty, char *ip_str, char *time_str, int set) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c2504 char * time_str; local
2538 time_str = getenv("TZ");
2539 if (!time_str)
2540 time_str = "";
2541 do_gmt = !strcmp(time_str, "GMT");
2544 time_str = asctime(do_gmt ? gmtime(&t) : localtime(&t));
2545 printf("%.24s", time_str);

Completed in 193 milliseconds