HomeSort by: relevance | last modified time | path
    Searched defs:hunt (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/tip/
hunt.c 1 /* $NetBSD: hunt.c,v 1.18 2011/09/06 18:33:01 joerg Exp $ */
35 static char sccsid[] = "@(#)hunt.c 8.1 (Berkeley) 6/6/93";
37 __RCSID("$NetBSD: hunt.c,v 1.18 2011/09/06 18:33:01 joerg Exp $");
56 hunt(char *name) function in typeref:typename:int
  /src/lib/libc/time/
zdump.c 95 static time_t hunt(timezone_t, time_t, time_t, bool);
634 newt = hunt(tz, t, newt, false);
723 hunt(timezone_t tz, time_t lot, time_t hit, bool only_ok) function in typeref:typename:time_t
883 time_t t, boundary = hunt(tz, lo, hi, true);
900 could be sped up by refining 'hunt' to search for either

Completed in 43 milliseconds