Home
last modified time | relevance | path

Searched refs:sdbm_exists (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/ext/SDBM_File/
H A DREADME.too14 sdbm_exists added to the library by Russ Allbery <rra@stanford.edu>.
H A Dsdbm.h75 extern int sdbm_exists(DBM *, datum);
H A DSDBM_File.xs25 #define sdbm_EXISTS(db,key) sdbm_exists(db->dbp,key)
H A Dsdbm.c199 sdbm_exists(DBM *db, datum key) in sdbm_exists() function
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl56delta.pod1199 An EXISTS method has been added to this module (and sdbm_exists() has
H A Dperl561delta.pod1797 An EXISTS method has been added to this module (and sdbm_exists() has