Home
last modified time | relevance | path

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

/freebsd-12.1/tests/sys/acl/
H A Daclfuzzer.sh36 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 Dedit.c185 if (run_command(edit, 0, -1, -1, tempname, NULL) < 0) { in run_editor()
H A Dcollect.c361 rc = run_command(sh, 0, nullfd, fileno(fbuf), in collect()
583 if (run_command(sh, in mespipe()
H A Dextern.h203 int run_command(char *, sigset_t *, int, int, ...);
H A Dcmd3.c66 (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 Dcmd1.c453 (void)run_command(cmd, 0, -1, -1, dirname, NULL); in folders()
H A Dpopen.c240 run_command(char *cmd, sigset_t *nset, int infd, int outfd, ...) in run_command() function
/freebsd-12.1/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-12.1/usr.sbin/jail/
H A Dcommand.c71 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 Dinfcmd.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()
/freebsd-12.1/sbin/geom/core/
H A Dgeom.c452 run_command(int argc, char *argv[]) in run_command() function
842 run_command(argc, argv); in main()