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

/external/iptables/extensions/
H A Dlibxt_time.c37 static const char *const week_days[] = { variable
247 for (i = 1; i < ARRAY_SIZE(week_days); ++i)
248 if (strncmp(day, week_days[i], 2) == 0) {
363 printf(",%s", week_days[i]);
365 printf("%s", week_days[i]);

Completed in 42 milliseconds