Searched refs:hsearch (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/usr.bin/xlint/lint2/
H A Dexterns2.h58 #define hsearch(a, b) _hsearch(NULL, (a), (b)) macro
H A Dread.c334 hte = hsearch(name, 1);
445 hte = hsearch(rename, 1);
461 hte = hsearch(name, 1);
530 hte = hsearch(name, 1);
659 tp->t_tag = hsearch(inpname(cp, &cp), 1);
663 tp->t_tynam = hsearch(inpname(cp, &cp), 1);
H A Dchk.c78 if ((hte = hsearch("main", 0)) != NULL)
/freebsd-10.0-release/include/
H A Dsearch.h51 ENTRY *hsearch(ENTRY, ACTION);
/freebsd-10.0-release/lib/libc/stdlib/
H A DSymbol.map37 hsearch;
H A Dhcreate.c38 * hcreate() / hsearch() / hdestroy()
154 hsearch(ENTRY item, ACTION action) function
/freebsd-10.0-release/usr.bin/bc/
H A Dbc.y889 found = hsearch(entry, FIND);
906 found = hsearch(entry, ENTER);
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h541 extern ENTRY * hsearch(ENTRY, ACTION);

Completed in 91 milliseconds