Searched defs:envp (Results 1 - 25 of 86) sorted by relevance

1234

/freebsd-current/lib/libc/gen/
H A Dexect.c33 exect(const char *path, char *const argv[], char *const envp[]) argument
H A Dexec.c80 char **envp; local
291 execvpe(const char *name, char * const argv[], char * const envp[]) argument
143 execvPe(const char *name, const char *path, char * const *argv, char * const *envp) argument
/freebsd-current/stand/kboot/libkboot/
H A Dcrt1.c65 char **envp; local
/freebsd-current/contrib/netbsd-tests/lib/libc/c063/
H A Dt_fexecve.c58 const char *const envp[] = { NULL }; local
/freebsd-current/contrib/netbsd-tests/kernel/kqueue/
H A Dt_proc1.c62 char *envp[] = { NULL, NULL }; local
/freebsd-current/usr.sbin/cron/cron/
H A Duser.c58 char **envp, **tenvp; local
H A Dstructs.h29 char **envp; member in struct:_entry
/freebsd-current/stand/userboot/userboot/
H A Dbootinfo64.c100 uint64_t envp; local
H A Dbootinfo32.c60 vm_offset_t envp; local
/freebsd-current/contrib/wpa/src/utils/
H A Dbrowser-wpadebug.c100 char *envp[] = { "PATH=/system/bin:/vendor/bin", NULL }; local
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dsetproctitle.c75 char **envp = environ; local
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_bcmvar.h52 const char *envp; /**< Pointer to the NVRAM variable mirroring member in struct:bhnd_nvram_bcm_hvar
/freebsd-current/lib/msun/amd64/
H A Dfenv.c85 fegetenv(fenv_t *envp) argument
99 feholdexcept(fenv_t *envp) argument
116 feupdateenv(const fenv_t *envp) argument
/freebsd-current/contrib/netbsd-tests/lib/librumpclient/
H A Dh_execthr.c98 main(int argc, char *argv[], char *envp[]) argument
/freebsd-current/contrib/blocklist/port/
H A Dpopenve.c189 popenve(const char *cmd, char *const *argv, char *const *envp, const char *type) argument
/freebsd-current/usr.sbin/cron/lib/
H A Denv.c39 env_free(char **envp) argument
51 env_copy(char **envp) argument
77 env_set(char **envp, char *envstr) argument
248 env_get(char *name, char **envp) argument
[all...]
/freebsd-current/lib/msun/i387/
H A Dfenv.c130 fegetenv(fenv_t *envp) argument
148 feholdexcept(fenv_t *envp) argument
167 feupdateenv(const fenv_t *envp) argument
/freebsd-current/lib/libproc/
H A Dproc_create.c178 proc_create(const char *file, char * const *argv, char * const *envp, argument
/freebsd-current/stand/i386/libi386/
H A Dbootinfo32.c61 vm_offset_t envp; local
H A Dbootinfo64.c103 uint64_t envp; local
/freebsd-current/stand/common/
H A Dmetadata.c81 vm_offset_t envp; local
/freebsd-current/usr.sbin/crunch/crunchgen/
H A Dcrunched_main.c111 main(int argc, char **argv, char **envp) argument
175 crunched_main(int argc, char **argv, char **envp) argument
/freebsd-current/usr.sbin/mailwrapper/
H A Dmailwrapper.c88 main(int argc, char *argv[], char *envp[]) argument
/freebsd-current/crypto/heimdal/lib/roken/
H A Dsimple_exec.c256 simple_execve_timed(const char *file, char *const args[], char *const envp[], argument
272 simple_execve(const char *file, char *const args[], char *const envp[]) argument
299 char *const* envp; local
/freebsd-current/contrib/tcp_wrappers/
H A Denviron.c52 char **envp; local
65 char **envp = findenv(name, len); local
84 char **envp; local
96 char **envp; local
140 char **envp; local
175 char **envp; local
[all...]

Completed in 224 milliseconds

1234