Searched defs:exists (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libpp/ |
H A D | ppexpr.c | 39 * exists predicate evaluation 43 exists(int op, char* pred, register char* args) function 234 return exists(index, pred, args);
|
/ast/src/cmd/pax/ |
H A D | file.c | 260 int exists; local 281 exists = 0; 283 else if (exists = !(*state.statf)(f->name, &st)) 287 error(1, "%s: already exists -- not overwritten", f->name); 389 if (exists) 412 if (exists && f->st->st_ino == st.st_ino && f->st->st_dev == st.st_dev) 419 if (exists) 423 if (!exists && missdir(ap, f)) 428 if (exists || (*state.linkf)(f->path, f->name)) 445 if (exists [all...] |
/ast/src/cmd/bzip/ |
H A D | bzip2.c | 582 fprintf ( stderr, "%s: Deleting output file %s, if it exists.\n", 735 Bool exists = (tmp != NULL); local 737 return exists; 870 fprintf ( stderr, "%s: Output file %s already exists, skipping.\n", 995 fprintf ( stderr, "%s: Output file %s already exists, skipping.\n",
|
/ast/src/cmd/mailx/ |
H A D | imap.c | 217 int exists; /* # messages */ member in struct:__anon128::__anon130 1111 while (state.msg.count < imap->mailbox.exists) 1217 if (imap->mailbox.exists < 0) 1218 imap->mailbox.exists = op->count; 1221 n = op->count - imap->mailbox.exists; 1231 imap->mailbox.exists = op->count; 1760 imap->mailbox.exists = -1; 1929 sfprintf(sfstdout, " exists %d\n", imap->mailbox.exists);
|
/ast/src/cmd/nmake/ |
H A D | make.h | 149 #define EXISTS 4 /* rule already exists in desired state */ 577 Rule_t* exists; /* .EXISTS rule pointer */ member in struct:Internal_s
|
Completed in 77 milliseconds