Searched defs:strndup (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | compat_strndup.c | 27 strndup(const char *str, size_t maxlen) in strndup() function
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | strndup.c | 28 strndup(const char *str, size_t maxlen) in strndup() function
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | strndup.c | 42 strndup(const char *old, size_t sz) in strndup() function
|
H A D | roken.h.in | 487 #define strndup rk_strndup macro
|
/freebsd/lib/libc/string/ |
H A D | strndup.c | 24 strndup(const char *str, size_t maxlen) in strndup() function
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | strndup.h | 37 strndup(const char *str, size_t len) in strndup() function
|
/freebsd/sys/libkern/ |
H A D | strndup.c | 38 strndup(const char *string, size_t maxlen, struct malloc_type *type) in strndup() function
|
/freebsd/contrib/file/src/ |
H A D | softmagic.c | 508 # define strndup aix_strndup /* aix is broken */ macro 513 strndup(const char *str, size_t n) in strndup() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 138 INTERCEPTOR(char *, strndup, const char *S, uptr size) { in INTERCEPTOR() argument
|