Searched defs:rm (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libcmd/
H A Drm.c26 * rm [-fir] [file ...]
30 "[-?\n@(#)$Id: rm (AT&T Research) 2012-02-14 $\n]"
32 "[+NAME?rm - remove files]"
106 rm(State_t* state, register FTSENT* ent) function
409 while (!sh_checksig(context) && (ent = fts_read(fts)) && !rm(&state, ent));
H A Dcp.c241 int rm; local
450 rm = state->remove || ent->fts_info == FTS_SL;
451 if (!rm || !state->force)
473 rm = 1;
488 rm = 1;
490 else if (!rm)
544 if (rm && remove(state->path))
561 rm = 1;
562 else if (!rm && st.st_mode && !remove(state->path))
564 rm
[all...]
/ast/src/cmd/dsslib/sort/
H A Dsort.c65 Vmalloc_t* rm; member in struct:State_s
/ast/src/cmd/nmake/
H A Dmisc.c54 Stat_t rm; local
59 if (!stat(sfstruse(internal.tmp), &rm) && rm.st_ino == st->st_ino)
/ast/src/cmd/mailx/
H A Dfio.c541 rm(char* name) function
/ast/src/lib/libdss/
H A Dcxopen.c967 register Vmalloc_t* rm; local
969 if (!(vm = vmopen(Vmdcheap, Vmbest, 0)) || !(em = vmopen(Vmdcheap, Vmlast, 0)) || !(rm = vmopen(Vmdcheap, Vmlast, 0)))
992 cx->rm = rm;
1027 vmclose(rm);
1173 if (cx->rm)
1174 vmclose(cx->rm);
H A Dcx.h595 Vmalloc_t* rm; /* record memory */ member in struct:Cx_s
/ast/src/lib/libast/misc/
H A Doptget.c2378 int rm; local
3757 if ((rm = margin - ts) < OPT_MARGIN)
3758 rm = OPT_MARGIN;
3775 rm = margin;
3891 rm = margin;
3906 if (co >= rm)
3951 if (co >= rm)
4018 else if (co++ >= rm && !n)
4037 rm = margin;
/ast/src/cmd/html/
H A Dtroff2html.c2070 rm(char* s) function
2369 rm(s);
3125 rm(ap->argv[i]);
3138 rm(s);
4574 ".rm", troff_rm, 0, 0,0,0,0,

Completed in 40 milliseconds