Home
last modified time | relevance | path

Searched refs:f_limit (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/locate/locate/
H A Dlocate.c93 int f_limit; /* limit number of output lines, 0 == infinite */ variable
133 f_limit = atoi(optarg); in main()
H A Dfastfind.c262 else if (f_limit) { in fastfind_mmap_icase()
264 if (f_limit >= counter) in fastfind_mmap_icase()
/openbsd/usr.sbin/hostapd/
H A Dhandle.c132 if (frame->f_limit.tv_sec || frame->f_limit.tv_usec) { in hostapd_handle_frame()
135 timeradd(&t_now, &frame->f_limit, &frame->f_then); in hostapd_handle_frame()
H A Dparse.y381 timeradd(&frame.f_last, &frame.f_limit, &frame.f_then);
498 frame.f_limit.tv_sec = $2;
506 frame.f_limit.tv_sec = $2 / 1000000;
507 frame.f_limit.tv_usec = $2 % 1000000;
H A Dhostapd.h255 struct timeval f_limit, f_then, f_last; member