Searched refs:run_command (Results 1 – 11 of 11) sorted by relevance
/freebsd/tests/sys/acl/ |
H A D | aclfuzzer.sh | 34 run_command() function 121 run_command "setfacl -a0 $acl $file" 127 run_command "getfacl -qn $file" 133 run_command "ls -al $file | sed -n '2p' | cut -d' ' -f1" 144 run_command "chmod $b1$b2$b3$b4 $file $2" 150 run_command "touch $file" 156 run_command "rm -f $file" 162 run_command "mkdir $file" 168 run_command "rmdir $file" 175 run_command "mv -f $from $to" [all …]
|
/freebsd/usr.bin/mail/ |
H A D | edit.c | 177 if (run_command(edit, 0, -1, -1, tempname, NULL) < 0) { in run_editor()
|
H A D | collect.c | 353 rc = run_command(sh, 0, nullfd, fileno(fbuf), in collect() 575 if (run_command(sh, in mespipe()
|
H A D | extern.h | 199 int run_command(char *, sigset_t *, int, int, ...);
|
H A D | cmd3.c | 58 (void)run_command(sh, 0, -1, -1, "-c", cmd, NULL); in shell() 76 (void)run_command(sh, 0, -1, -1, NULL); in dosh()
|
H A D | cmd1.c | 445 (void)run_command(cmd, 0, -1, -1, dirname, NULL); in folders()
|
H A D | popen.c | 232 run_command(char *cmd, sigset_t *nset, int infd, int outfd, ...) in run_command() function
|
/freebsd/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/usr.sbin/jail/ |
H A D | command.c | 69 static int run_command(struct cfjail *j); 166 switch (run_command(j)) { in next_command() 287 run_command(struct cfjail *j) in run_command() function
|
/freebsd/crypto/libecc/ |
H A D | meson.build | 3 …version: run_command('dunamai', 'from', 'git', '--style', 'semver', '--dirty', check: true).stdout…
|
/freebsd/sbin/geom/core/ |
H A D | geom.c | 457 run_command(int argc, char *argv[]) in run_command() function 851 run_command(argc, argv); in main()
|