Searched defs:remove (Results 1 - 8 of 8) sorted by relevance
/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)
|
/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/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/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...] |
/ast/src/cmd/html/ |
H A D | htmlrefs.c | 82 "[l:limit?Limit \b--copy\b and \b--remove\b operations to path names matching" 92 "[X:remove?Unreferenced files are removed when \b--unreferenced\b and" 108 "[x:unreferenced?If \b--copy\b is also specified then remove files and" 124 " release, and remove unreferenced files in the copy.]" 195 int remove; member in struct:State_s 985 state->remove = opt_info.num; 1120 remove(p); 1167 if (((fp->flags & DIRECTORY) ? rmdir : remove)(p)) 1168 error(ERROR_SYSTEM|2, "%s: cannot remove", p); 1182 if (state->exec && ((ent->fts_info & FTS_D) ? rmdir : remove)(en [all...] |
/ast/src/cmd/ksh93/sh/ |
H A D | name.c | 211 Namval_t *nv_addnode(Namval_t* np, int remove) argument 249 if(remove) 258 if(remove)
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 151 # define remove(x) unlink(x) macro 152 # define rename(x,y) ((link(x,y)||remove(x))?-1:0) 182 if (remove(oldfile) || rename(newfile, oldfile))
|
Completed in 37 milliseconds