Lines Matching refs:period
95 { INTARG | 'p', "period", "store period in seconds for the daemon command" },
251 int period = 5*60;
357 period = atoi(optarg);
358 if (period < 10)
359 period = 5*60;
360 else if (period > 24*60*60)
361 period = 24*60*60;
459 res = state_daemon(cfgfile, cardname, period, pidfile);
465 res = state_daemon(cfgfile, cardname, period, pidfile);