Searched refs:execvp (Results 1 - 25 of 154) sorted by relevance

1234567

/netbsd-current/lib/libc/arch/vax/sys/
H A Dexeclp.S45 calls $2,_C_LABEL(execvp)
/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dnot.c24 execvp(argv[1], &argv[1]);
/netbsd-current/external/gpl2/lvm2/dist/lib/misc/
H A Dlvm-exec.c71 execvp(argv[0], (char **const) argv);
72 log_sys_error("execvp", argv[0]);
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dexec_command.c77 (void) execvp(argv->argv[0], argv->argv);
83 msg_fatal("execvp %s: %m", argv->argv[0]);
H A Dspawn_command.c278 execvp(args.argv[0], args.argv);
279 msg_fatal("%s: execvp %s: %m", myname, args.argv[0]);
284 execvp(argv->argv[0], argv->argv);
285 msg_fatal("%s: execvp %s: %m", myname, argv->argv[0]);
/netbsd-current/lib/libc/gen/
H A Dexecvp.c1 /* $NetBSD: execvp.c,v 1.32 2024/01/20 14:52:47 christos Exp $ */
37 __RCSID("$NetBSD: execvp.c,v 1.32 2024/01/20 14:52:47 christos Exp $");
54 __weak_alias(execvp,_execvp)
109 (void)write(STDERR_FILENO, "execvp: ", 8);
158 execvp(const char *name, char * const *argv) function
H A Dexeclp.c72 return execvp(name, argv);
/netbsd-current/regress/sys/kern/ras/ras3/
H A Dras3.c83 if (execvp(argv[0],args) < 0) {
/netbsd-current/usr.bin/nice/
H A Dnice.c111 (void)execvp(argv[0], &argv[0]);
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dfork.c86 execvp(args[0], args);
/netbsd-current/usr.bin/env/
H A Denv.c95 (void)execvp(*argv, argv);
/netbsd-current/external/bsd/nvi/dist/ipc/
H A Dip_run.c153 execvp("vi-ipc", argv);
154 execvp(execp, argv);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-interface.c244 return execvp (path, args);
294 /* A wrapper for the execvp function. Flushes the accumulated
301 return execvp (path, argv);
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-interface.c259 int ret = execvp (path, args);
320 /* A wrapper for the execvp function. Flushes the accumulated
328 int ret = execvp (path, argv);
/netbsd-current/external/ibm-public/postfix/dist/src/postfix/
H A Dpostfix.c644 execvp(script, argv + optind - 1);
659 execvp(my_argv->argv[0], my_argv->argv);
/netbsd-current/usr.bin/nohup/
H A Dnohup.c93 execvp(argv[0], &argv[0]);
/netbsd-current/usr.sbin/fusermount/
H A Dfusermount.c149 execvp(execme, &argv[optind + 1]);
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Drun.c20 extern int execvp (char *file, char **argv);
34 * The execvp() syscall will be used, so that the PATH is searched correctly.
283 (void) execvp (run_argv[0], run_argv);
591 /* Okay to cast out const below - execvp don't return nohow. */
592 execvp ((char *)command[0], (char **)command);
/netbsd-current/external/gpl3/gcc/dist/fixincludes/
H A Dprocopen.c164 execvp (pz_cmd, (char**)pp_args);
165 fprintf (stderr, "Error %d: Could not execvp( '%s', ... ): %s\n",
/netbsd-current/usr.sbin/chroot/
H A Dchroot.c187 execvp(argv[1], &argv[1]);
/netbsd-current/sbin/mount_puffs/
H A Dmount_puffs.c106 /* We intentionally use execvp(3) here because the program can
108 if (execvp(program, __UNCONST(argv)) == -1) {
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/
H A Dprocopen.c164 execvp (pz_cmd, (char**)pp_args);
165 fprintf (stderr, "Error %d: Could not execvp( '%s', ... ): %s\n",
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dgpgsig.c160 execvp(gpg_cmd, __UNCONST(argv));
/netbsd-current/external/bsd/nsd/dist/
H A Dpopen3.c89 execvp(*command, command);
/netbsd-current/external/ibm-public/postfix/dist/src/postlock/
H A Dpostlock.c275 execvp(command[0], command);
276 msg_fatal("execvp %s: %m", command[0]);

Completed in 374 milliseconds

1234567