Searched refs:exec_command (Results 1 – 6 of 6) sorted by relevance
12 local function exec_command(command) function79 hash = exec_command(132 local url = exec_command("git remote get-url freebsd 2>/dev/null")145 local cur_branch = exec_command("git symbolic-ref --short HEAD")154 to_branch = exec_command("git for-each-ref --sort=-v:refname " ..224 print(exec_command("git show --pretty='" .. gitshowfmt .. "' --no-patch " .. hash))
195 exec_command(void *data) in exec_command() function215 run_child_function(exec_command, (void *) argv, &status, &output); in run_setup()
126 (status = exec_command()) < 0 || in exec_global()
191 int exec_command(void);
196 (status = exec_command()) >= 0) in main()427 exec_command(void) in exec_command() function
75 exec_command(int argc, const char *const argv[]) in exec_command() function2183 if (exec_command(ac, av)) { in tap_cleanup()2282 if (exec_command(ac, av)) { in main()