libressl_d.compat.unistd

Undocumented in source.

Public Imports

core.sys.posix.unistd
public import core.sys.posix.unistd;
Undocumented in source.
libressl_d.compat.stdlib
public import libressl_d.compat.stdlib;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
core.sys.windows.windows
public import core.sys.windows.windows;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Aliases

access
alias access = ._access
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

_access
int _access(char* path, int access_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ftruncate
int ftruncate(int fd, libressl_d.compat.stdio.off_t length_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getentropy
int getentropy(void* buf, size_t buflen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpagesize
int getpagesize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getuid
libressl_d.compat.sys.types.uid_t getuid()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pledge
int pledge(REQUEST request, PATHS paths)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pread
libressl_d.compat.sys.types.ssize_t pread(int d, void* buf, size_t nbytes, libressl_d.compat.stdio.off_t offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pwrite
libressl_d.compat.sys.types.ssize_t pwrite(int d, const(void)* buf, size_t nbytes, libressl_d.compat.stdio.off_t offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sleep
uint sleep(uint seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
unveil
int unveil(PATH path, PERMISSIONS permissions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

F_OK
enum F_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
R_OK
enum R_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SEEK_CUR
enum SEEK_CUR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SEEK_END
enum SEEK_END;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SEEK_SET
enum SEEK_SET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
STDERR_FILENO
enum STDERR_FILENO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
STDOUT_FILENO
enum STDOUT_FILENO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
W_OK
enum W_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
X_OK
enum X_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta