Searched refs:run_command (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/tools/regression/acltools/
H A Daclfuzzer.sh36 run_command() function
123 run_command "setfacl -a0 $acl $file"
129 run_command "getfacl -qn $file"
135 run_command "ls -al $file | sed -n '2p' | cut -d' ' -f1"
146 run_command "chmod $b1$b2$b3$b4 $file $2"
152 run_command "touch $file"
158 run_command "rm -f $file"
164 run_command "mkdir $file"
170 run_command "rmdir $file"
177 run_command "m
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Dedit.c183 if (run_command(edit, 0, -1, -1, tempname, NULL, NULL) < 0) {
H A Dextern.h201 int run_command(char *, sigset_t *, int, int, char *, char *, char *);
H A Dcmd3.c64 (void)run_command(sh, 0, -1, -1, "-c", cmd, NULL);
82 (void)run_command(sh, 0, -1, -1, NULL, NULL, NULL);
H A Dcollect.c360 rc = run_command(sh, 0, nullfd, fileno(fbuf),
582 if (run_command(sh,
H A Dcmd1.c442 (void)run_command(cmd, 0, -1, -1, dirname, NULL, NULL);
H A Dpopen.c210 run_command(char *cmd, sigset_t *mask, int infd, int outfd, char *a0, function
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinfcmd.c109 static void run_command (char *, int);
386 run_command (char *args, int from_tty)
2133 c = add_com ("run", class_run, run_command,
383 run_command (char *args, int from_tty) function
/freebsd-9.3-release/usr.sbin/jail/
H A Dcommand.c68 static int run_command(struct cfjail *j);
135 switch (run_command(j)) {
253 run_command(struct cfjail *j) function
/freebsd-9.3-release/sbin/geom/core/
H A Dgeom.c444 run_command(int argc, char *argv[]) function
652 run_command(argc, argv);

Completed in 138 milliseconds