Query: search
OS: sunos
Section: 3head
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
search.h(3HEAD) Headers search.h(3HEAD)NAMEsearch.h, search - search tablesSYNOPSIS#include <search.h>DESCRIPTIONThe <search.h> header defines the ENTRY type for structure entry, which includes the following members: char *key void *data and defines ACTION and VISIT as enumeration data types through type definitions as follows: enum { FIND, ENTER } ACTION; enum { preorder, postorder, endorder, leaf } VISIT; The size_t type is defined as described in <sys/types.h>. See types.h(3HEAD).ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+SEE ALSOhsearch(3C), insque(3C), lsearch(3C), tsearch(3C), types.h(3HEAD), attributes(5), standards(5) SunOS 5.10 10 Sep 2004 search.h(3HEAD)
Related Man Pages |
---|
monetary(3head) - opensolaris |
search.h(3head) - opensolaris |
search.h(0p) - posix |
search.h(7posix) - linux |
search.h(3head) - centos |
Similar Topics in the Unix Linux Community |
---|
FIND function - system wide |
sed help - search/copy from one file and search/paste to another |
complex requirement |
Pattern search and count |
Extract data from a file |