HomeSort by: relevance | last modified time | path
    Searched defs:DATUM (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ypserv/common/
ypdb.h 52 #ifndef DATUM
56 } datum; typedef in typeref:struct:__anon30a612e50108
57 #define DATUM
64 int ypdb_delete(DBM *, datum);
65 datum ypdb_fetch(DBM *, datum);
66 datum ypdb_firstkey(DBM *);
67 datum ypdb_nextkey(DBM *);
68 datum ypdb_setkey(DBM *, datum);
    [all...]
  /src/include/rpcsvc/
yp_prot.h 50 * gets the first key/datum from the map.
52 * gets the next key/datum from the map.
62 * false on the last datum. read the source, it's
86 #ifndef DATUM
90 } datum; typedef in typeref:struct:__anonbb74b4830108
91 #define DATUM
104 datum keydat;
125 datum valdat;
130 datum keydat;
131 datum valdat
    [all...]

Completed in 44 milliseconds