Searched refs:pathp32 (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_execve.c97 char ***pathp, char **pathp32)
102 *pathp32 = NETBSD32PTR64(fae32->fae_data.open.path);
106 *pathp32 = NETBSD32PTR64(fae32->fae_data.chdir.path);
121 char *pbuf = NULL, **pathp = NULL, *pathp32 = NULL; local
158 if (!netbsd32_posix_spawn_fae_path(fae, f32, &pathp, &pathp32)
159 || pathp == NULL || pathp32 == NULL)
161 error = copyinstr(pathp32, pbuf, MAXPATHLEN, &slen);
94 netbsd32_posix_spawn_fae_path( struct posix_spawn_file_actions_entry *fae, struct netbsd32_posix_spawn_file_actions_entry *fae32, char ***pathp, char **pathp32) argument

Completed in 72 milliseconds