Searched defs:hsearch (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hsearch.c | 40 static char sccsid[] = "@(#)hsearch.c 8.5 (Berkeley) 9/21/94"; 71 hsearch(item, action) function
|
H A D | search.h | 53 /* Backward compatibility to hsearch interface. */ 65 #define hsearch kdb2_hsearch macro 69 ENTRY *hsearch __P((ENTRY, ACTION));
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | hsearch.c | 23 * hsearch() for systems that have <search.h> but no hsearch() 43 #define hsearch ______hsearch macro 49 #undef hsearch macro 57 /* POSIX hsearch library based on libdt 117 ENTRY* hsearch(ENTRY item, ACTION action) function 119 ENTRY* hsearch(item, action)
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | hsearch.c | 140 ENTRY *hsearch(); 150 ENTRY *res; /* Result of hsearch */ 188 res = hsearch(*new, ENTER); 249 hsearch(ENTRY item, ACTION action) function 371 hsearch(ENTRY item, ACTION action) function 525 hsearch(table[i], FIND);
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | hsearch.c | 48 #pragma weak _hsearch = hsearch 151 ENTRY *res; /* Result of hsearch */ 188 res = hsearch(*new, ENTER); 282 *hsearch(ENTRY item, ACTION action) function 411 *hsearch(item, action) /* Chained search with sorted lists */ function 553 hsearch(table[i], FIND);
|
/illumos-gate/usr/src/cmd/sendmail/db/ |
H A D | db.h | 1029 #define hsearch(a, b) __db_hsearch(a, b) macro
|
Completed in 75 milliseconds