/third_party/musl/src/fenv/ |
H A D | feholdexcept.c | 3 int feholdexcept(fenv_t *envp) in feholdexcept() argument
|
H A D | feupdateenv.c | 3 int feupdateenv(const fenv_t *envp) in feupdateenv() argument
|
H A D | fenv.c | 30 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 D | fesetenv_fuzzer.cpp | 42 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 D | execve.c | 4 int execve(const char *path, char *const argv[], char *const envp[]) in execve() argument
|
H A D | execvp.c | 9 int __execvpe(const char *file, char *const argv[], char *const envp[]) in __execvpe() argument
|
H A D | fexecve.c | 8 int fexecve(int fd, char *const argv[], char *const envp[]) in fexecve() argument
|
H A D | execle.c | 14 char **envp; in execle() local
|
H A D | posix_spawnp.c | 5 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 D | iosm_ipc_uevent.c | 16 char *envp[2] = { NULL, NULL }; in ipc_uevent_work() local
|
/third_party/ltp/include/lapi/ |
H A D | execveat.h | 14 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 D | fexecve.c | 8 int fexecve(int fd, char *const argv[], char *const envp[]) in fexecve() argument
|
H A D | posix_spawnp.c | 5 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 D | execle01.c | 26 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 D | execve06.c | 29 char *const envp[] = {ipc_env_var, NULL}; in verify_execve() local
|
H A D | execve01.c | 29 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 D | feupdateenv.c | 27 fenv_t envp; in feupdateenv_0100() local
|
H A D | feholdexcept.c | 27 fenv_t envp; in feholdexcept_0100() local
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | elf_aux.c | 26 __init void scan_elf_aux( char **envp) in scan_elf_aux() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | test_FCMOV.c | 54 int main(int argc, char **argv, char **envp) in main() argument
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | elf_aux.c | 26 __init void scan_elf_aux( char **envp) in scan_elf_aux() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | test_FCMOV.c | 54 int main(int argc, char **argv, char **envp) in main() argument
|
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | crt.h | 21 char **envp; in _start_c() local
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
H A D | process_test_068.cpp | 38 char *envp[] = {"ABC=asddfg", NULL}; in TestCase() local
|
H A D | process_test_069.cpp | 38 char *envp[] = {"ABC=asddfg", NULL}; in TestCase() local
|