Searched refs:db (Results 1 - 17 of 17) sorted by relevance
/ast/src/cmd/tw/ |
H A D | locate.sh | 65 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 D | db.c | 27 #include <db.h>
|
H A D | package.sh | 78 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 D | dbm.c | 89 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 D | vmdebug.c | 221 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 D | csname.c | 56 * keep host db connection alive 66 if (state->db <= 0 && ++state->db)
|
H A D | cslib.h | 47 int db; /* csdb() state */ \ 211 #define csdb(h) do{if((h)->db<=0)cssetdb(h);}while(0)
|
H A D | csaddr.c | 158 if (!state->db) 159 state->db = -1;
|
/ast/src/lib/libcoshell/ |
H A D | colib.h | 84 char* db; /* state/db path */ member in struct:Coservice_s
|
H A D | coopen.c | 125 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 D | JCL.mk | 28 :COSHELL: service=event db=$(JCLEVENTS) coshell $(JCLGROUP:+group=$(JCLGROUP))
|
/ast/src/cmd/paxlib/calib/ |
H A D | calib.c | 283 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 D | dbm_t.c | 339 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 D | types.sh | 361 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 D | vcsfxsort.c | 58 { char *db = getenv("VCDEBUG"); local 59 Dblev = !db ? 0 : db[0] - '0';
|
/ast/src/cmd/coshell/ |
H A D | event.c | 205 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 D | Makerules.mk | 1286 .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