Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BPLEN
usr/src/lib/libldap5/sources/ldap/ber/bprint.c
43
char out[ BPLEN ];
usr/src/lib/libldap5/sources/ldap/ber/bprint.c
46
memset( out, 0, BPLEN );
usr/src/lib/libldap5/sources/ldap/ber/bprint.c
49
char msg[BPLEN + 80];
usr/src/lib/libldap5/sources/ldap/ber/bprint.c
70
if ( i > BPLEN - 2 ) {
usr/src/lib/libldap5/sources/ldap/ber/bprint.c
71
char msg[BPLEN + 80];
usr/src/lib/libldap5/sources/ldap/ber/bprint.c
74
memset( out, 0, BPLEN );