HomeSort by: relevance | last modified time | path
    Searched refs:lee (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/nsd/dist/contrib/
nsd_munin_ 99 lee=55
143 # do not refetch if the file exists and only LEE seconds old
147 if test $now -lt `expr $value + $lee`; then
  /src/external/bsd/unbound/dist/contrib/
unbound_munin_ 109 lee=55
165 # do not refetch if the file exists and only LEE seconds old
170 if test $now -lt `expr $value + $lee`; then
  /src/sys/compat/linux/common/
linux_misc.c 1831 struct linux_epoll_event lee; local
1837 error = copyin(SCARG(uap, event), &lee, sizeof(lee));
1846 ee.events = lee.events;
1847 ee.data = lee.data;

Completed in 35 milliseconds