Searched refs:run_command (Results 1 – 10 of 10) sorted by relevance
| /trueos/tools/regression/acltools/ |
| HD | aclfuzzer.sh | 36 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/ |
| HD | edit.c | 183 if (run_command(edit, 0, -1, -1, tempname, NULL, NULL) < 0) { in run_editor()
|
| HD | collect.c | 360 rc = run_command(sh, 0, nullfd, fileno(fbuf), in collect() 582 if (run_command(sh, in mespipe()
|
| HD | extern.h | 201 int run_command(char *, sigset_t *, int, int, char *, char *, char *);
|
| HD | cmd3.c | 64 (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()
|
| HD | cmd1.c | 442 (void)run_command(cmd, 0, -1, -1, dirname, NULL, NULL); in folders()
|
| HD | popen.c | 210 run_command(char *cmd, sigset_t *mask, int infd, int outfd, char *a0, in run_command() function
|
| /trueos/usr.sbin/jail/ |
| HD | command.c | 68 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/ |
| HD | infcmd.c | 109 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/ |
| HD | geom.c | 444 run_command(int argc, char *argv[]) in run_command() function 652 run_command(argc, argv); in main()
|