Searched refs:datum (Results 1 - 25 of 150) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/common/
H A Dypdb.h56 } datum; typedef in typeref:struct:__anon10084
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);
71 int ypdb_store(DBM *, datum, datum, in
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dmyndbm.h36 } datum; typedef in typeref:struct:__anon2859
54 datum mydbm_fetch (DBM * db, datum key);
55 datum mydbm_firstkey (DBM * db);
56 datum mydbm_nextkey (DBM * db);
57 extern int mydbm_store (DBM *, datum, datum, int);
/netbsd-6-1-5-RELEASE/include/
H A Dndbm.h65 } datum; typedef in typeref:struct:__anon4980
81 int dbm_delete(DBM *, datum) __RENAME(__dbm_delete13);
82 datum dbm_fetch(DBM *, datum) __RENAME(__dbm_fetch13);
83 datum dbm_firstkey(DBM *) __RENAME(__dbm_firstkey13);
84 datum dbm_nextkey(DBM *) __RENAME(__dbm_nextkey13);
85 int dbm_store(DBM *, datum, datum, int) __RENAME(__dbm_store13);
/netbsd-6-1-5-RELEASE/gnu/dist/bc/dc/
H A Deval.c151 dc_data datum;
213 if (dc_register_get(peekc, &datum) == DC_SUCCESS)
214 if (dc_eval_and_free_str(datum) == DC_QUIT)
224 if (dc_register_get(peekc, &datum) == DC_SUCCESS)
225 if (dc_eval_and_free_str(datum) == DC_QUIT)
235 if (dc_register_get(peekc, &datum) == DC_SUCCESS)
236 if (dc_eval_and_free_str(datum) == DC_QUIT)
257 if (dc_pop(&datum) == DC_SUCCESS){
259 if (datum.dc_type == DC_NUMBER){
260 tmps = (char) dc_num2int(datum
148 dc_data datum; variable
348 dc_push(datum); variable
372 dc_push(datum); variable
382 dc_push(datum); variable
616 dc_data datum; variable
656 dc_push(datum); variable
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dndbm_wrap.h69 #define datum dbm_rename(datum) macro
74 } datum; typedef in typeref:struct:__anon232
87 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL dbm_delete (DBM*, datum);
89 ROKEN_LIB_FUNCTION datum ROKEN_LIB_CALL dbm_fetch (DBM*, datum);
90 ROKEN_LIB_FUNCTION datum ROKEN_LIB_CALL dbm_firstkey (DBM*);
91 ROKEN_LIB_FUNCTION datum ROKEN_LIB_CALL dbm_nextkey (DBM*);
93 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL dbm_store (DBM*, datum, datum, in
[all...]
H A Dndbm_wrap.c81 dbm_delete (DBM *db, datum dkey)
92 datum
93 dbm_fetch (DBM *db, datum dkey)
95 datum dvalue;
112 static datum
116 datum datum; local
121 datum.dptr = NULL;
122 datum.dsize = 0;
124 DBT2DATUM(&value, &datum);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dgdbm.h45 } datum; typedef in typeref:struct:__anon3581
58 extern datum gdbm_fetch ();
64 extern datum gdbm_firstkey ();
66 extern datum gdbm_nextkey ();
/netbsd-6-1-5-RELEASE/sys/dev/dec/
H A Dmcclock_pad32.h41 u_char datum; member in struct:mcclock_pad32_clockdatum
H A Dmcclock_pad32.c70 mcclock_pad32_write(struct mcclock_softc *dev, u_int reg, u_int datum) argument
74 sc->sc_dp[reg].datum = datum;
82 return (sc->sc_dp[reg].datum);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dgdbm.h45 } datum; typedef in typeref:struct:__anon949
58 extern datum gdbm_fetch ();
64 extern datum gdbm_firstkey ();
66 extern datum gdbm_nextkey ();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D990517-1.c5 } datum; typedef in typeref:struct:__anon5325
7 extern void sdbm__putpair (char *, datum, datum) ;
11 datum key;
12 datum val;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D990517-1.c5 } datum; typedef in typeref:struct:__anon3681
7 extern void sdbm__putpair (char *, datum, datum) ;
11 datum key;
12 datum val;
/netbsd-6-1-5-RELEASE/usr.bin/make/lst.lib/
H A DlstDatum.c50 * Return the datum associated with a list node.
58 * Return the datum stored in the given node.
61 * The datum or NULL if the node is invalid.
72 return ((ln)->datum);
H A DlstReplace.c50 * Replace the datum in a node with a new datum
58 * Replace the datum in the given node with the new datum
64 * The datum field fo the node is altered.
74 (ln)->datum = d;
H A DlstDeQueue.c50 * Remove the node and return its datum from the head of the list
58 * Remove and return the datum at the head of the given list.
61 * The datum in the node at the head or NULL if the list
80 rd = tln->datum;
H A DlstDupl.c92 if (Lst_AtEnd(nl, copyProc(ln->datum)) == FAILURE) {
95 } else if (Lst_AtEnd(nl, ln->datum) == FAILURE) {
H A DlstFindFrom.c59 * given list using the passed datum and comparison function to
83 if ((*cProc)(tln->datum, d) == 0)
H A DlstMember.c50 * See if a given datum is on a given list.
67 if (lNode->datum == d) {
/netbsd-6-1-5-RELEASE/lib/libc/db/hash/
H A Dndbmdatum.c62 datum
63 dbm_fetch(DBM *db, datum key)
65 datum retdata;
86 datum
90 datum retkey;
106 datum
110 datum retkey;
127 dbm_delete(DBM *db, datum key)
148 dbm_store(DBM *db, datum key, datum dat
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dmips_mcclock.c97 saved_rega = clk[MC_REGA].datum;
98 saved_regb = clk[MC_REGB].datum;
104 clk[MC_REGA].datum = MC_BASE_32_KHz | MC_RATE_256_Hz;
105 clk[MC_REGB].datum = MC_REGB_BINARY|MC_REGB_24HR|MC_REGB_PIE| MC_REGB_SQWE;
111 clk[MC_REGA].datum = saved_rega;
112 clk[MC_REGB].datum = saved_regb;
148 junk = clk[MC_REGC].datum;
156 junk = clk[MC_REGC].datum;
167 junk = clk[MC_REGC].datum;
/netbsd-6-1-5-RELEASE/lib/libc/compat/db/hash/
H A Dcompat_ndbmdatum.c30 #define datum datum12 macro
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/dev/
H A Dmcclock.c98 mcclock_write(struct mc146818_softc *sc, u_int reg, u_int datum) argument
107 bus_space_write_1(iot, ioh, 1, datum);
115 u_int datum; local
121 datum = bus_space_read_1(iot, ioh, 1);
123 return datum;
/netbsd-6-1-5-RELEASE/sys/arch/alpha/tc/
H A Dmcclock_ioasic.c51 u_char datum; member in struct:mcclock_ioasic_clockdatum
100 mcclock_ioasic_write(struct mc146818_softc *sc, u_int reg, u_int datum) argument
104 isc->sc_dp[reg].datum = datum;
112 return isc->sc_dp[reg].datum;
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/ypserv/
H A Dypserv.h57 struct ypresp_val ypdb_get_record(const char *, const char *, datum, int);
59 struct ypresp_key_val ypdb_get_next(const char *, const char *, datum, int);
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/acorn26/
H A Ddb_machdep.c91 db_expr_t datum; local
100 while (db_expression(&datum)) {
103 bus_space_write_1(iot, ioh, 0, datum);
107 bus_space_write_2(iot, ioh, 0, datum);

Completed in 171 milliseconds

123456