Home
last modified time | relevance | path

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

/trueos/tools/regression/acltools/
HDaclfuzzer.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 "mv -f $from $to"
[all …]
/trueos/usr.bin/mail/
HDedit.c183 if (run_command(edit, 0, -1, -1, tempname, NULL, NULL) < 0) { in run_editor()
HDcollect.c360 rc = run_command(sh, 0, nullfd, fileno(fbuf), in collect()
582 if (run_command(sh, in mespipe()
HDextern.h201 int run_command(char *, sigset_t *, int, int, char *, char *, char *);
HDcmd3.c64 (void)run_command(sh, 0, -1, -1, "-c", cmd, NULL); in shell()
82 (void)run_command(sh, 0, -1, -1, NULL, NULL, NULL); in dosh()
HDcmd1.c442 (void)run_command(cmd, 0, -1, -1, dirname, NULL, NULL); in folders()
HDpopen.c210 run_command(char *cmd, sigset_t *mask, int infd, int outfd, char *a0, in run_command() function
/trueos/usr.sbin/jail/
HDcommand.c68 static int run_command(struct cfjail *j);
146 switch (run_command(j)) { in next_command()
264 run_command(struct cfjail *j) in run_command() function
/trueos/contrib/gdb/gdb/
HDinfcmd.c109 static void run_command (char *, int);
383 run_command (char *args, int from_tty) in run_command() function
2119 c = add_com ("run", class_run, run_command, in _initialize_infcmd()
/trueos/sbin/geom/core/
HDgeom.c444 run_command(int argc, char *argv[]) in run_command() function
652 run_command(argc, argv); in main()