/ast/src/cmd/3d/ |
H A D | std_3d.h | 30 #undef remove macro 31 #define remove unlink macro
|
H A D | unlink3d.c | 47 * remove instance if not default 71 #undef remove macro 74 remove(const char* path) function
|
/ast/src/lib/libast/comp/ |
H A D | remove.c | 24 #define remove ______remove macro 28 #undef remove macro 35 NoN(remove) 44 remove(const char* path)
|
H A D | unlink.c | 35 return(remove(path));
|
/ast/src/cmd/at/ |
H A D | crontab.sh | 79 [r:remove|delete?Remove the calling user crontab entry.] 137 r) op=remove ;; 181 remove) $cron -r
|
/ast/src/cmd/mailx/ |
H A D | edit.c | 202 remove(state.tmp.edit); 247 remove(state.tmp.edit); 251 ret2: remove(state.tmp.edit);
|
/ast/src/cmd/msgcc/ |
H A D | msgadmin.sh | 35 \b--generate\b, \b--remove\b, \b--translate\b, or \b--verify\b 49 [r:remove?Remove all translated message files and work directories.] 99 r) op=remove ;; 150 remove) (( !$# )) && set -- *.msg translate.tmp
|
/ast/src/lib/librecsort/ |
H A D | rstemp.c | 45 remove(path);
|
/ast/src/lib/libtk/library/demos/ |
H A D | rmt | 65 catch {.t tag remove sel sel.first promptEnd} 73 catch {.t tag remove sel sel.first promptEnd} 118 $w tag remove sel sel.first promptEnd
|
H A D | search.tcl | 39 $w tag remove search 0.0 end
|
/ast/src/cmd/pack/ |
H A D | pack.c | 175 if(remove(infile) < 0) 176 error(ERROR_system(0), "%s: cannot remove", infile); 193 remove(outfile);
|
H A D | unpack.c | 189 if(remove(infile) < 0) 190 error(ERROR_system(0), "%s: cannot remove", infile); 202 remove(outfile);
|
/ast/src/lib/libast/aso/ |
H A D | aso-fcntl.c | 82 remove(apl->path); 161 remove(path);
|
/ast/src/lib/libcs/ |
H A D | csauth.c | 160 if ((stat(tmp, &st) || t1 <= (unsigned long)st.st_ctime && !remove(tmp)) && !close(open(tmp, O_CREAT|O_TRUNC|O_cloexec, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH))) break; 203 if (remove(tmp)) 205 messagef((state->id, NiL, -1, "auth: %s: challenge remove error", tmp)); 214 if (key) remove(key);
|
H A D | csopen.c | 249 if (remove(state->mount)) 252 remove(state->mount); 379 remove(path); 423 remove(path); 511 remove(path); 532 remove(path); 540 if (errno != EADDRINUSE || n && remove(path) && errno != ENOENT) 1189 if (remove(path)) 1191 messagef((state->id, NiL, -1, "open: %s: %s: remove error", state->path, path)); 1210 remove(pat [all...] |
/ast/src/lib/libtk/library/ |
H A D | console.tcl | 219 %W tag remove sel sel.first promptEnd 228 %W tag remove sel sel.first promptEnd 378 $w tag remove sel sel.first promptEnd
|
H A D | text.tcl | 45 %W tag remove sel 0.0 end 242 %W tag remove sel 1.0 end 498 $w tag remove sel 0.0 $first 500 $w tag remove sel $last end 529 $w tag remove sel 0.0 $first 531 $w tag remove sel $last end 594 $w tag remove sel 1.0 end 626 $w tag remove sel 1.0 $first 628 $w tag remove sel $last end
|
/ast/src/cmd/proto/ |
H A D | proto.c | 141 "[z:zap?Disable conversion and remove \b#pragma prototyped\b.]" 234 #define remove(x) unlink(x) macro 235 #define rename(x,y) ((link(x,y)||remove(x))?-1:0) 266 if (remove(oldfile) || rename(newfile, oldfile))
|
/ast/src/cmd/probe/ |
H A D | probe.c | 271 remove(tmp); 456 if (remove(path)) 551 remove(path); 575 remove(tmp);
|
/ast/src/lib/libast/include/ |
H A D | ast_std.h | 314 #if !defined(remove) 315 extern int remove(const char*);
|
/ast/src/cmd/pax/ |
H A D | file.c | 73 if (remove(state.tmp.file)) 74 error(1, "%s: cannot remove filter temporary %s", f->path, state.tmp.file); 77 if (remove(state.tmp.file)) 78 error(1, "%s: cannot remove filter temporary %s", f->path, state.tmp.file); 396 error(ERROR_SYSTEM|2, "%s: cannot remove directory", f->name); 402 if (remove(f->name)) 403 error(ERROR_SYSTEM|2, "%s: cannot remove file", f->name); 420 remove(f->name); 447 if (remove(f->name)) 449 error(ERROR_SYSTEM|2, "cannot remove curren [all...] |
/ast/src/lib/libcmd/ |
H A D | cp.c | 60 "[U:remove-destination?Remove existing destination files before copying.]" 86 "[U:remove-destination?Remove existing destination files before moving.]" 175 int remove; /* remove destination before op */ member in struct:State_s 450 rm = state->remove || ent->fts_info == FTS_SL; 544 if (rm && remove(state->path)) 546 error(ERROR_SYSTEM|2, "%s: cannot remove", state->path); 562 else if (!rm && st.st_mode && !remove(state->path)) 666 if (state->op == MV && remove(ent->fts_path)) 667 error(ERROR_SYSTEM|1, "%s: cannot remove", en [all...] |
H A D | rm.c | 32 "[+NAME?rm - remove files]" 34 " does not remove directories. If a file is unwritable, the" 36 " given, \brm\b prompts the user for whether to remove the file." 43 " \bfsync\b(2) and closing before attempting to remove. Implemented" 52 "[i:interactive|prompt?Prompt whether to remove each file." 59 " enabled) for each directory before attempting to remove directory" 87 int directory; /* remove(dir) not rmdir(dir) */ 91 int recursive; /* remove subtrees too */ 102 * remove a single file 149 error(2, "%s: cannot remove", en [all...] |
/ast/src/cmd/std/ |
H A D | split.c | 121 "[k:keep-files?Do not remove output files on errors.]" 319 * remove all generated files 332 remove(getfname(fp)); 463 remove(cp); 473 remove(cp);
|
/ast/src/cmd/cs/ |
H A D | cs.c | 241 remove(p); 243 remove(p); 267 remove(p); 269 remove(p);
|