Searched refs:run_command (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/tests/sys/acl/ |
| H A D | aclfuzzer.sh | 36 run_command() function 129 run_command "getfacl -qn $file" 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" 209 run_command "whoami" 211 run_command "umask 022" 212 run_command "mkdir $TMP" [all …]
|
| /freebsd-12.1/usr.bin/mail/ |
| H A D | edit.c | 185 if (run_command(edit, 0, -1, -1, tempname, NULL) < 0) { in run_editor()
|
| H A D | collect.c | 361 rc = run_command(sh, 0, nullfd, fileno(fbuf), in collect() 583 if (run_command(sh, in mespipe()
|
| H A D | extern.h | 203 int run_command(char *, sigset_t *, int, int, ...);
|
| H A D | cmd3.c | 66 (void)run_command(sh, 0, -1, -1, "-c", cmd, NULL); in shell() 84 (void)run_command(sh, 0, -1, -1, NULL); in dosh()
|
| H A D | cmd1.c | 453 (void)run_command(cmd, 0, -1, -1, dirname, NULL); in folders()
|
| H A D | popen.c | 240 run_command(char *cmd, sigset_t *nset, int infd, int outfd, ...) in run_command() function
|
| /freebsd-12.1/contrib/bearssl/tools/ |
| H A D | sslio.c | 75 run_command(br_ssl_engine_context *cc, unsigned char *buf, size_t len) in run_command() function 737 } else if (!run_command(cc, buf, rlen)) { in run_ssl_engine()
|
| /freebsd-12.1/usr.sbin/jail/ |
| H A D | command.c | 71 static int run_command(struct cfjail *j); 153 switch (run_command(j)) { in next_command() 274 run_command(struct cfjail *j) in run_command() function
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | 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()
|
| /freebsd-12.1/sbin/geom/core/ |
| H A D | geom.c | 452 run_command(int argc, char *argv[]) in run_command() function 842 run_command(argc, argv); in main()
|