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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_time.c35 static const char *const week_days[] = { variable
244 for (i = 1; i < ARRAY_SIZE(week_days); ++i)
245 if (strncmp(day, week_days[i], 2) == 0) {
357 printf(",%s", week_days[i]);
359 printf("%s", week_days[i]);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_time.c35 static const char *const week_days[] = { variable
244 for (i = 1; i < ARRAY_SIZE(week_days); ++i)
245 if (strncmp(day, week_days[i], 2) == 0) {
357 printf(",%s", week_days[i]);
359 printf("%s", week_days[i]);

Completed in 108 milliseconds