| /src/usr.sbin/ypserv/common/ |
| ypdb.h | 52 #ifndef DATUM 56 } datum; typedef in typeref:struct:__anon8607 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/crypto/external/bsd/heimdal/dist/lib/roken/ |
| ndbm_wrap.c | 61 #define DBT2DATUM(DBT, DATUM) do { (DATUM)->dptr = (DBT)->data; (DATUM)->dsize = (DBT)->size; } while(0) 62 #define DATUM2DBT(DATUM, DBT) do { (DBT)->data = (DATUM)->dptr; (DBT)->size = (DATUM)->dsize; } while(0) 83 dbm_delete (DBM *db, datum dkey) 94 datum 95 dbm_fetch (DBM *db, datum dkey) 97 datum dvalue [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:__anon161 91 #define DATUM 104 datum keydat; 125 datum valdat; 130 datum keydat; 131 datum valdat [all...] |
| /src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| nfs_prot_ncr2.h | 299 #ifndef DATUM 303 } datum; typedef in typeref:struct:__anon6242 304 # define DATUM 305 #endif /* not DATUM */ 306 extern datum dbm_fetch(DBM *, datum); 307 extern datum dbm_firstkey(DBM *); 308 extern datum dbm_nextkey(DBM *); 309 extern int dbm_delete(DBM *, datum); 310 extern int dbm_store(DBM *, datum, datum, int) [all...] |
| /src/external/bsd/am-utils/dist/include/ |
| am_defs.h | 350 * like Linux, it also defines "struct datum". 354 # ifndef DATUM 355 /* ensure that struct datum is not included again from <rpcsvc/yp_prot.h> */ 356 # define DATUM 357 # endif /* not DATUM */
|
| /src/external/bsd/ntp/dist/ |
| configure | 1797 --enable-BANCOMM - Datum/Bancomm bc635/VME interface 1808 --enable-DATUM s Datum Programmable Time System 30730 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking Datum/Bancomm bc635/VME interface" >&5 30731 printf %s "checking Datum/Bancomm bc635/VME interface... " >&6; } 31150 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking Datum Programmable Time System" >&5 31151 printf %s "checking Datum Programmable Time System... " >&6; } 31152 # Check whether --enable-DATUM was given.
|