Searched refs:proc_create (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libproc/ |
H A D | Makefile | 6 proc_create.c \
|
H A D | libproc.h | 141 int proc_create(const char *, char * const *, char * const *,
|
H A D | proc_create.c | 178 proc_create(const char *file, char * const *argv, char * const *envp, in proc_create() function
|
/freebsd/lib/libproc/tests/ |
H A D | proc_test.c | 65 error = proc_create(argv[0], argv, NULL, NULL, NULL, &phdl); in start_prog()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_proc.c | 756 if ((err = proc_create(file, argv, dtp->dt_proc_env, pcf, child_arg, in dt_proc_create()
|