Searched refs:docmd (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/logadm/ |
H A D | main.c | 63 static void docmd(struct opts *opts, const char *msg, const char *cmd, 424 docmd(opts, "-a cmd", Sh, "-c", lhs, NULL); in doaftercmd() 441 docmd(opts, "compress old log (-z flag)", Gzip, "-f", lhs, NULL); in do_delayed_gzip() 732 docmd(opts, NULL, Touch, fname, NULL, NULL); in rotatelog() 733 docmd(opts, NULL, Chown, owner, fname, NULL); in rotatelog() 734 docmd(opts, NULL, Chmod, mode, fname, NULL); in rotatelog() 743 docmd(opts, "-R cmd", Sh, "-c", fn_s(cmd), NULL); in rotatelog() 821 docmd(opts, "-b cmd", Sh, "-c", cmd, NULL); in rotateto() 828 docmd(opts, "verify directory exists", Mkdir, "-p", in rotateto() 842 docmd(opts, "-M cmd", Sh, "-c", fn_s(cmd), NULL); in rotateto() [all …]
|
/titanic_41/usr/src/cmd/svr4pkg/pkgscripts/ |
H A D | cmdexec.c | 46 static int docmd(char *cmd, char *file, char *input); 117 if (docmd(cmd, destfile, input)) { in main() 127 docmd(char *cmd, char *file, char *input) in docmd() function
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | Makefile | 28 OBJS= docmd.o expand.o lookup.o main.o server.o
|
/titanic_41/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 663 int docmd = PO_FALSE; variable 682 docmd = PO_TRUE; 688 if (docmd == PO_TRUE) 702 if (docmd == PO_FALSE && dofile == PO_FALSE)
|