- 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.