Home
last modified time | relevance | path

Searched refs:exec_command (Results 1 – 6 of 6) sorted by relevance

/freebsd/tools/tools/git/
H A Dmfc-candidates.lua12 local function exec_command(command) function
79 hash = exec_command(
132 local url = exec_command("git remote get-url freebsd")
143 local cur_branch = exec_command("git symbolic-ref --short HEAD")
213 print(exec_command("git show --pretty='%h %s' --no-patch " .. hash))
/freebsd/contrib/pam-krb5/tests/tap/
H A Dprocess.c195 exec_command(void *data) in exec_command() function
215 run_child_function(exec_command, (void *) argv, &status, &output); in run_setup()
/freebsd/bin/ed/
H A Dglbl.c126 (status = exec_command()) < 0 || in exec_global()
H A Ded.h191 int exec_command(void);
H A Dmain.c196 (status = exec_command()) >= 0) in main()
427 exec_command(void) in exec_command() function
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c75 exec_command(int argc, const char *const argv[]) in exec_command() function
2183 if (exec_command(ac, av)) { in tap_cleanup()
2282 if (exec_command(ac, av)) { in main()