libressl_d.compat.string

Undocumented in source.

Public Imports

core.stdc.string
public import core.stdc.string;
Undocumented in source.
core.sys.posix.string
public import core.sys.posix.string;
Undocumented in source.
core.sys.posix.strings
public import core.sys.posix.strings;
Undocumented in source.
libressl_d.compat.sys.types
public import libressl_d.compat.sys.types;
Undocumented in source.
core.stdc.errno
public import core.stdc.errno;
Undocumented in source.

Members

Aliases

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

Functions

explicit_bzero
void explicit_bzero(void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memmem
void* memmem(const(void)* big, size_t big_len, const(void)* little, size_t little_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strcasecmp
int strcasecmp(const(char)* s1, const(char)* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strlcat
size_t strlcat(char* dst, const(char)* src, size_t siz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strlcpy
size_t strlcpy(char* dst, const(char)* src, size_t siz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strncasecmp
int strncasecmp(const(char)* s1, const(char)* s2, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strndup
char* strndup(const(char)* str, size_t maxlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strnlen
size_t strnlen(const(char)* str, size_t maxlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strsep
char* strsep(char** stringp, const(char)* delim)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timingsafe_bcmp
int timingsafe_bcmp(const(void)* b1, const(void)* b2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timingsafe_memcmp
int timingsafe_memcmp(const(void)* b1, const(void)* b2, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta