Home
last modified time | relevance | path

Searched refs:execl (Results 1 – 25 of 80) sorted by relevance

1234

/freebsd/usr.bin/getconf/
H A Dgetconf.c102 execl(alt_path, "getconf", argv[optind], in main()
105 execl(alt_path, "getconf", argv[optind], in main()
/freebsd/contrib/tcp_wrappers/
H A Dshell_cmd.c85 (void) execl("/bin/sh", "sh", "-c", command, (char *) 0); in do_child()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dlldb-python17 os.execl(info["executable"], info["executable"], *sys.argv[1:])
/freebsd/tests/sys/cddl/zfs/bin/
H A Dchg_usr_exec.c70 if (execl("/bin/sh", "sh", "-c", cmds, (char *)0) != 0) { in main()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dchg_usr_exec.c71 if (execl(EXECSHELL, "sh", "-c", cmds, (char *)NULL) != 0) { in main()
H A Duser_ns_exec.c81 if (execl(EXECSHELL, "sh", "-c", cmds, (char *)NULL) != 0) { in child_main()
/freebsd/tools/test/stress2/misc/
H A Dtmpfs9.sh80 if (execl(path, path, (char *)0) == -1)
H A Dkevent9.sh51 execl("./kevent9-2", "kevent9-2", NULL);
/freebsd/lib/libc/stdlib/
H A Dsystem.c83 execl(_PATH_BSHELL, "sh", "-c", command, (char *)NULL); in __libc_system()
/freebsd/bin/mv/
H A Dmv.c383 execl(_PATH_CP, "mv", vflg ? "-PRpv" : "-PRp", "--", from, to, in copy()
410 execl(_PATH_RM, "mv", "-rf", "--", from, (char *)NULL); in copy()
/freebsd/usr.bin/diff/
H A Dpr.c72 execl(_PATH_PR, _PATH_PR, "-h", header, (char *)0); in start_pr()
/freebsd/libexec/atrun/
H A Datrun.c381 execl(_PATH_SENDMAIL, "sendmail", "-F", "Atrun Service", in run_file()
385 execl(MAIL_CMD, MAIL_CMD, mailname, (char *) NULL); in run_file()
/freebsd/usr.bin/ldd/
H A Dldd.c239 execl(rtld, rtld, "--", in main()
246 execl(rtld, rtld, "-d", "--", in main()
/freebsd/crypto/heimdal/appl/rcp/
H A Dutil.c129 execl(_PATH_BSHELL, "sh", "-c", s, NULL);
/freebsd/usr.bin/vi/catalog/
H A Dru_RU.UTF-8.base111 118 "Ошибка: execl: %s"
H A Dzh_CN.UTF-8.base111 118 "错误:execl: %s"
H A Duk_UA.UTF-8.base111 118 "Помилка: execl: %s"
/freebsd/usr.bin/tip/tip/
H A Dcmds.c597 execl(value(SHELL), cp, (char *)NULL); in shell()
697 execl(value(SHELL), cp, "-c", s, (char *)NULL); in execute()
941 execl(Shell, Shell, "-c", cmdbuf, (char *)NULL); in expand()
/freebsd/contrib/nvi/ex/
H A Dex_shell.c125 execl(O_STR(sp, O_SHELL), name, "-c", cmd, (char *)NULL); in ex_exec_proc()
H A Dex_filter.c139 execl(O_STR(sp, O_SHELL), name, "-c", np, (char *)NULL); in ex_filter()
/freebsd/contrib/dma/
H A Dlocal.c85 execl(LIBEXEC_PATH "/dma-mbox-create", "dma-mbox-create", name, (char *)NULL); in create_mbox()
/freebsd/usr.bin/apply/
H A Dapply.c227 execl(use_shell, use_name, "-c", command, (char *)NULL); in exec_shell()
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c259 if (execl(slave, slave, arg1, arg2, arg3, arg4, NULL) < 0) in main()
/freebsd/lib/libutil/
H A Dpw_util.c255 execl(_PATH_PWD_MKDB, "pwd_mkdb", "-p", in pw_mkdb()
258 execl(_PATH_PWD_MKDB, "pwd_mkdb", "-p", in pw_mkdb()
/freebsd/lib/libc/gen/
H A Dexec.c50 execl(const char *name, const char *arg, ...) in execl() function

1234