Searched refs:__envp (Results 1 – 2 of 2) sorted by relevance
45 __BIONIC_FENV_INLINE int fegetenv(fenv_t* __envp) { in fegetenv() argument48 *__envp = _fpscr; in fegetenv()52 __BIONIC_FENV_INLINE int fesetenv(const fenv_t* __envp) { in fesetenv() argument53 fenv_t _fpscr = *__envp; in fesetenv()109 __BIONIC_FENV_INLINE int feholdexcept(fenv_t* __envp) { in feholdexcept() argument112 *__envp = __env; in feholdexcept()118 __BIONIC_FENV_INLINE int feupdateenv(const fenv_t* __envp) { in feupdateenv() argument121 fesetenv(__envp); in feupdateenv()
94 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);