Searched refs:remove (Results 1 - 25 of 56) sorted by relevance

123

/ast/src/cmd/3d/
H A Dstd_3d.h30 #undef remove macro
31 #define remove unlink macro
H A Dunlink3d.c47 * remove instance if not default
71 #undef remove macro
74 remove(const char* path) function
/ast/src/lib/libast/comp/
H A Dremove.c24 #define remove ______remove macro
28 #undef remove macro
35 NoN(remove)
44 remove(const char* path)
H A Dunlink.c35 return(remove(path));
/ast/src/cmd/at/
H A Dcrontab.sh79 [r:remove|delete?Remove the calling user crontab entry.]
137 r) op=remove ;;
181 remove) $cron -r
/ast/src/cmd/mailx/
H A Dedit.c202 remove(state.tmp.edit);
247 remove(state.tmp.edit);
251 ret2: remove(state.tmp.edit);
/ast/src/cmd/msgcc/
H A Dmsgadmin.sh35 \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 Drstemp.c45 remove(path);
/ast/src/lib/libtk/library/demos/
H A Drmt65 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 Dsearch.tcl39 $w tag remove search 0.0 end
/ast/src/cmd/pack/
H A Dpack.c175 if(remove(infile) < 0)
176 error(ERROR_system(0), "%s: cannot remove", infile);
193 remove(outfile);
H A Dunpack.c189 if(remove(infile) < 0)
190 error(ERROR_system(0), "%s: cannot remove", infile);
202 remove(outfile);
/ast/src/lib/libast/aso/
H A Daso-fcntl.c82 remove(apl->path);
161 remove(path);
/ast/src/lib/libcs/
H A Dcsauth.c160 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 Dcsopen.c249 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 Dconsole.tcl219 %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 Dtext.tcl45 %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 Dproto.c141 "[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 Dprobe.c271 remove(tmp);
456 if (remove(path))
551 remove(path);
575 remove(tmp);
/ast/src/lib/libast/include/
H A Dast_std.h314 #if !defined(remove)
315 extern int remove(const char*);
/ast/src/cmd/pax/
H A Dfile.c73 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 Dcp.c60 "[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 Drm.c32 "[+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 Dsplit.c121 "[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 Dcs.c241 remove(p);
243 remove(p);
267 remove(p);
269 remove(p);

Completed in 417 milliseconds

123