Searched refs:db (Results 1 - 17 of 17) sorted by relevance

/ast/src/cmd/tw/
H A Dlocate.sh65 db=
70 d) db="$db:$OPTARG"
80 case $db in
81 '') db=${LOCATE_PATH} ;;
83 case $db in
84 ?*) db="-F${db#:}" ;;
102 $show tw -d / $opts $db -f "$@"
/ast/src/cmd/INIT/
H A Ddb.c27 #include <db.h>
H A Dpackage.sh78 admin_db=admin.db
160 omitted then \badmin.db\b is assumed. The caller must have
980 admin [ all ] [ db FILE ] [ on PATTERN ] [ action ... ]
982 omitted then "admin.db" is assumed. The caller must have rcp(1)
1398 db) case $# in
1399 1) echo $command: $action: $1: db file argument expected >&2
4875 # update the db
/ast/src/cmd/cs/
H A Ddbm.c89 Db_t* db; /* open dbm info */ member in struct:__anon75
133 cp->db = 0;
170 if (!cp->db) goto notopen;
171 if (!--cp->db->ref) dbm_close(cp->db->dbm);
172 cp->db = 0;
176 if (!cp->db) goto notopen;
177 val = dbm_fetch(cp->db->dbm, key);
179 else if (dbm_error(cp->db->dbm))
181 dbm_clearerr(cp->db
[all...]
/ast/src/lib/libast/vmalloc/
H A Dvmdebug.c221 reg Dbfile_t *last, *db; local
227 db = NIL(Dbfile_t*);
229 { for(last = NIL(Dbfile_t*), db = Dbfile; db; last = db, db = db->next)
230 if(strcmp(db->file,file) == 0)
232 if(!db)
233 { db
[all...]
/ast/src/lib/libcs/
H A Dcsname.c56 * keep host db connection alive
66 if (state->db <= 0 && ++state->db)
H A Dcslib.h47 int db; /* csdb() state */ \
211 #define csdb(h) do{if((h)->db<=0)cssetdb(h);}while(0)
H A Dcsaddr.c158 if (!state->db)
159 state->db = -1;
/ast/src/lib/libcoshell/
H A Dcolib.h84 char* db; /* state/db path */ member in struct:Coservice_s
H A Dcoopen.c125 cs->db = s + 6;
126 else if (strneq(v, "db=", 3))
127 cs->db = s + 3;
135 if (cs->db)
136 *a++ = cs->db;
/ast/src/cmd/jcl/
H A DJCL.mk28 :COSHELL: service=event db=$(JCLEVENTS) coshell $(JCLGROUP:+group=$(JCLGROUP))
/ast/src/cmd/paxlib/calib/
H A Dcalib.c283 register Cadir_t* db; local
308 db = dp = de = 0;
329 m = dp - db + CHUNK;
330 if (!(db = newof(db, Cadir_t, m, 0)))
336 dp = db + m - CHUNK;
337 de = db + m - 1;
348 ar->dirs = ar->dir = db;
/ast/src/cmd/kshlib/dbm_t/
H A Ddbm_t.c339 DBM *db; local
386 if (!error_info.errors && !(db=dbm_open(dbfile, oflags, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)))
388 error(ERROR_SYSTEM|3, "%s: cannot open db",dbfile);
397 ap->dbm = db;
/ast/src/cmd/ksh93/tests/
H A Dtypes.sh361 expected=$'Std_file_t db.file[/etc/profile]=(action=preserve;typeset -A sum=([8242e663d6f7bb4c5427a0e58e2925f3]=1);)'
373 Std_t db=(magic='stdinstall (at&t research) 2009-08-25';Std_file_t -A file=( [/./home/gsf/.env.sh]=(action=preserve;typeset -A sum=([9b67ab407d01a52b3e73e3945b9a3ee0]=1);)[/etc/profile]=(action=preserve;typeset -A sum=([8242e663d6f7bb4c5427a0e58e2925f3]=1);)[/home/gsf/.profile]=(action=preserve;typeset -A sum=([3ce23137335219672bf2865d003a098e]=1);));)
374 typeset -p db.file[/etc/profile]
/ast/src/lib/libvcodex/
H A Dvcsfxsort.c58 { char *db = getenv("VCDEBUG"); local
59 Dblev = !db ? 0 : db[0] - '0';
/ast/src/cmd/coshell/
H A Devent.c205 int major; /* db major version */
206 int minor; /* db major version */
213 char* path; /* event db path */
445 log(state, con, 'W', "%s not in db", key.dptr);
510 log(state, con, 'W', "%s not in db", key.dptr);
999 * open and verify event db
1003 db(register State_t* state) function
1018 error(3, "%s: invalid db -- data size %d, expected %d", state->path, val.dsize, sizeof(data));
1021 error(3, "%s: %s: invalid db -- ident mismatch, expected %s", state->path, ident_key, ident_name);
1030 error(3, "%s: %s: invalid db
[all...]
/ast/src/cmd/nmake/
H A DMakerules.mk1286 .SOURCE.db : $$(CIAFLAGS:N=-d*:/-d//)
1292 CIAFILES = $(CC.DIALECT:N=C++:?Ref.db Sym.db?reference.db symbol.db?)
4807 $(IGNORE) $(RM) $(RMFLAGS) $(.BUILT.:A=.REGULAR:A!=.ARCHIVE|.COMMAND:N!=*.(m[klos]|db$(CC.SUFFIX.SHARED:?|$(CC.SUFFIX.SHARED:/\.//).*??))$(-clean-ignore:+|($(-clean-ignore))))

Completed in 58 milliseconds