Query: ndbm
OS: sunos
Section: 3head
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ndbm.h(3HEAD) Headers ndbm.h(3HEAD)NAMEndbm.h, ndbm - definitions for ndbm database operationsSYNOPSIS#include <ndbm.h>DESCRIPTIONThe <ndbm.h> header defines the datum type as a structure that includes at least the following members: void *dptr /* pointer to the application's data */ size_t dsize /* size of the object pointed to by dptr */ The size_t type is defined through typedef as described in <stddef.h>. The <ndbm.h> header defines the DBM type through typedef. The following constants are defined as possible values for the store_mode argument to dbm_store(): DBM_INSERT Insertion of new entries only. DBM_REPLACE Allow replacing existing entries.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+SEE ALSOndbm(3C), attributes(5), standards(5) SunOS 5.10 30 Aug 2002 ndbm.h(3HEAD)
Related Man Pages |
---|
dbm_nextkey(3) - netbsd |
dbm_fetch(3) - netbsd |
dbm_firstkey(3) - netbsd |
ndbm(3head) - sunos |
ndbm.h(3head) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Binary Installation |
Sendmail Configuration |
Sendmail changes userid in Return-Path |
Compile sendmail on hpux |
Solaris 10 no email is sent from server |