Searched refs:db2 (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/tool/
H A Ddiffdb.c18 static int db2 = -1; variable
32 db2 = open(argv[2], O_RDONLY);
33 if( db2<0 ){
38 while( read(db1, a1, PAGESIZE)==PAGESIZE && read(db2,a2,PAGESIZE)==PAGESIZE ){
46 close(db2);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/
H A DMakefile.com98 CPPFLAGS += -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/mpool \
99 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/db \
100 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/hash \
101 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/btree \
102 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/recno \
103 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/include \
H A DMakefile40 README= README.db2
/osnet-11/usr/src/lib/krb5/plugins/kdb/
H A DMakefile31 db2 \
/osnet-11/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb2.c33 ** SMDB_TYPE_TO_DB2_TYPE -- Translates smdb database type to db2 type.
60 ** DB2_ERROR_TO_SMDB -- Translates db2 errors to smdbe errors
66 ** The SMDBE error corresponding to the db2 error.
143 ** SMDB_PUT_FLAGS_TO_DB2_FLAGS -- Translates smdb put flags to db2 put flags.
149 ** The db2 flags that are equivalent to the smdb flags.
170 ** SMDB_CURSOR_GET_FLAGS_TO_DB2 -- Translates smdb cursor get flags to db2
177 ** The db2 flags that are equivalent to the smdb flags.
215 SMDB_DB2_DATABASE *db2; local
217 db2 = (SMDB_DB2_DATABASE *) malloc(sizeof(SMDB_DB2_DATABASE));
218 if (db2 !
229 SMDB_DB2_DATABASE *db2 = (SMDB_DB2_DATABASE *) database->smdb_impl; local
271 SMDB_DB2_DATABASE *db2 = (SMDB_DB2_DATABASE *) database->smdb_impl; local
583 SMDB_DB2_DATABASE *db2; local
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A DMakefile.com26 LIBRARY= db2.a
31 # db2 plugin objects
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Deval.t367 sub DB::db2 { $x; eval '$x' }
378 print DB::db2() == 2 ? 'ok' : 'not ok', " $test\n"; $test++;

Completed in 50 milliseconds