Home
last modified time | relevance | path

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

123456789

/third_party/musl/src/fenv/
H A Dfeholdexcept.c3 int feholdexcept(fenv_t *envp) in feholdexcept() argument
H A Dfeupdateenv.c3 int feupdateenv(const fenv_t *envp) in feupdateenv() argument
H A Dfenv.c30 int fegetenv(fenv_t *envp) in fegetenv() argument
35 int fesetenv(const fenv_t *envp) in fesetenv() argument
/kernel/liteos_a/testsuites/unittest/fuzz/
H A Dfesetenv_fuzzer.cpp42 char *envp = DT_SetGetFixBlob(&g_Element[0], sizeof(fenv_t), sizeof(fenv_t), (char *)&fa); in TestFesetenv() local
/third_party/musl/src/process/
H A Dexecve.c4 int execve(const char *path, char *const argv[], char *const envp[]) in execve() argument
H A Dexecvp.c9 int __execvpe(const char *file, char *const argv[], char *const envp[]) in __execvpe() argument
H A Dfexecve.c8 int fexecve(int fd, char *const argv[], char *const envp[]) in fexecve() argument
H A Dexecle.c14 char **envp; in execle() local
H A Dposix_spawnp.c5 posix_spawnp(pid_t *restrict res, const char *restrict file, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *restrict attr, char *const argv[restrict], char *const envp[restrict]) posix_spawnp() argument
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_uevent.c16 char *envp[2] = { NULL, NULL }; in ipc_uevent_work() local
/third_party/ltp/include/lapi/
H A Dexecveat.h14 execveat(int dirfd, const char *pathname, char *const argv[], char *const envp[], int flags) execveat() argument
/third_party/musl/porting/liteos_a/user/src/process/
H A Dfexecve.c8 int fexecve(int fd, char *const argv[], char *const envp[]) in fexecve() argument
H A Dposix_spawnp.c5 posix_spawnp(pid_t *restrict res, const char *restrict file, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *restrict attr, char *const argv[restrict], char *const envp[restrict]) posix_spawnp() argument
/third_party/ltp/testcases/kernel/syscalls/execle/
H A Dexecle01.c26 char *const envp[] = { "LTP_TEST_ENV_VAR=test", ipc_env_var, NULL }; in verify_execle() local
/third_party/ltp/testcases/kernel/syscalls/execve/
H A Dexecve06.c29 char *const envp[] = {ipc_env_var, NULL}; in verify_execve() local
H A Dexecve01.c29 char *const envp[] = { "LTP_TEST_ENV_VAR=test", ipc_env_var, NULL }; in verify_execve() local
/third_party/musl/libc-test/src/functionalext/supplement/fenv/
H A Dfeupdateenv.c27 fenv_t envp; in feupdateenv_0100() local
H A Dfeholdexcept.c27 fenv_t envp; in feholdexcept_0100() local
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Delf_aux.c26 __init void scan_elf_aux( char **envp) in scan_elf_aux() argument
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dtest_FCMOV.c54 int main(int argc, char **argv, char **envp) in main() argument
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Delf_aux.c26 __init void scan_elf_aux( char **envp) in scan_elf_aux() argument
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dtest_FCMOV.c54 int main(int argc, char **argv, char **envp) in main() argument
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dcrt.h21 char **envp; in _start_c() local
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
H A Dprocess_test_068.cpp38 char *envp[] = {"ABC=asddfg", NULL}; in TestCase() local
H A Dprocess_test_069.cpp38 char *envp[] = {"ABC=asddfg", NULL}; in TestCase() local

Completed in 7 milliseconds

123456789