Home
last modified time | relevance | path

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

/freebsd/tests/sys/acl/
H A Daclfuzzer.sh34 run_command() function
127 run_command "getfacl -qn $file"
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"
207 run_command "whoami"
209 run_command "umask 022"
210 run_command "mkdir $TMP"
[all …]
/freebsd/usr.bin/mail/
H A Dedit.c177 if (run_command(edit, 0, -1, -1, tempname, NULL) < 0) { in run_editor()
H A Dcollect.c353 rc = run_command(sh, 0, nullfd, fileno(fbuf), in collect()
575 if (run_command(sh, in mespipe()
H A Dextern.h199 int run_command(char *, sigset_t *, int, int, ...);
H A Dcmd3.c58 (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 Dcmd1.c445 (void)run_command(cmd, 0, -1, -1, dirname, NULL); in folders()
H A Dpopen.c232 run_command(char *cmd, sigset_t *nset, int infd, int outfd, ...) in run_command() function
/freebsd/contrib/bearssl/tools/
H A Dsslio.c75 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 Dcommand.c69 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/sbin/geom/core/
H A Dgeom.c457 run_command(int argc, char *argv[]) in run_command() function
851 run_command(argc, argv); in main()