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

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Daclparse.c2539 safe_strncopy( char *ptr, const char *src, size_t n, struct berval *buf ) function
2559 return safe_strncopy( ptr, s, n, buf );
2565 return safe_strncopy( ptr, bv->bv_val, bv->bv_len, buf );
2569 #define acl_safe_strncopy( ptr, s, n ) safe_strncopy( (ptr), (s), (n), &aclbuf )

Completed in 107 milliseconds