Go to the source code of this file.
◆ __XPLAT
◆ __close()
◆ __pipe_ascii()
◆ execvpe()
__Z_EXPORT int execvpe |
( |
const char * |
name, |
|
|
char *const |
argv[], |
|
|
char *const |
envp[] |
|
) |
| |
Execute a file.
- Parameters
-
[in] | name | used to construct a pathname that identifies the new process image file. |
[in] | argv | an array of character pointers to NULL-terminated strings. |
[in] | envp | an array of character pointers to NULL-terminated strings. |
- Returns
- if successful, it doesn't return; otherwise, it returns -1 and sets errno.
◆ getentropy()
__Z_EXPORT int getentropy |
( |
void * |
buffer, |
|
|
size_t |
length |
|
) |
| |