Home
last modified time | relevance | path

Searched refs:safe_strncopy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Daclparse.c2490 safe_strncopy( char *ptr, const char *src, size_t n, struct berval *buf ) in safe_strncopy() function
2510 return safe_strncopy( ptr, s, n, buf ); in safe_strcopy()
2516 return safe_strncopy( ptr, bv->bv_val, bv->bv_len, buf ); in safe_strbvcopy()
2520 #define acl_safe_strncopy( ptr, s, n ) safe_strncopy( (ptr), (s), (n), &aclbuf )