Home
last modified time | relevance | path

Searched refs:__envp (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/include/bits/
H A Dfenv_inlines_arm.h45 __BIONIC_FENV_INLINE int fegetenv(fenv_t* __envp) { in fegetenv() argument
48 *__envp = _fpscr; in fegetenv()
52 __BIONIC_FENV_INLINE int fesetenv(const fenv_t* __envp) { in fesetenv() argument
53 fenv_t _fpscr = *__envp; in fesetenv()
109 __BIONIC_FENV_INLINE int feholdexcept(fenv_t* __envp) { in feholdexcept() argument
112 *__envp = __env; in feholdexcept()
118 __BIONIC_FENV_INLINE int feupdateenv(const fenv_t* __envp) { in feupdateenv() argument
121 fesetenv(__envp); in feupdateenv()
/aosp12/bionic/libc/include/
H A Dunistd.h94 int execvpe(const char* __file, char* const* __argv, char* const* __envp) __INTRODUCED_IN(21);
95 int execve(const char* __file, char* const* __argv, char* const* __envp);
100 int fexecve(int __fd, char* const* __argv, char* const* __envp) __INTRODUCED_IN(28);