Home | History | Annotate | Download | only in extensions

Lines Matching refs:seconds

38 	{.name = "seconds", .id = O_SECONDS, .type = XTTYPE_UINT32,
39 .flags = XTOPT_PUT, XTOPT_POINTER(s, seconds), .min = 1},
64 {.name = "seconds", .id = O_SECONDS, .type = XTTYPE_UINT32,
65 .flags = XTOPT_PUT, XTOPT_POINTER(s, seconds), .min = 1},
90 " --seconds seconds For check and update commands above.\n"
92 " the last 'seconds' seconds.\n"
93 " --reap Purge entries older then 'seconds'.\n"
94 " Can only be used in conjunction with the seconds option.\n"
97 " May be used in conjunction with the seconds option.\n"
196 if(info->seconds) printf(" seconds: %d", info->seconds);
236 if(info->seconds) printf(" --seconds %d", info->seconds);