Symbol: ber_printf
usr/src/cmd/ldap/common/etest.c
67
if ( ber_printf( ber, "{ti}", 0x1f44, num ) == -1 ) {
usr/src/cmd/ldap/common/etest.c
87
if ( ber_printf( ber, "i", i ) == -1 ) {
usr/src/head/lber.h
194
int LDAP_C ber_printf(BerElement *ber, const char *fmt, ...);
usr/src/lib/libadutils/common/ldap_ping.c
179
if (ber_printf(ber, "{it{seeiib", msgid,
usr/src/lib/libadutils/common/ldap_ping.c
192
if (ber_printf(ber, "{s}}}", NETLOGON_ATTR_NAME) < 0)
usr/src/lib/libldap5/sources/ldap/common/abandon.c
200
bererr = ber_printf( ber, "{isti",
usr/src/lib/libldap5/sources/ldap/common/abandon.c
205
bererr = ber_printf( ber, "{iti",
usr/src/lib/libldap5/sources/ldap/common/add.c
141
if ( ber_printf( ber, "{it{s{", *msgidp, LDAP_REQ_ADD, dn )
usr/src/lib/libldap5/sources/ldap/common/add.c
152
rc = ber_printf( ber, "{s[V]}", attrs[i]->mod_type,
usr/src/lib/libldap5/sources/ldap/common/add.c
155
rc = ber_printf( ber, "{s[v]}", attrs[i]->mod_type,
usr/src/lib/libldap5/sources/ldap/common/add.c
166
if ( ber_printf( ber, "}}" ) == -1 ) {
usr/src/lib/libldap5/sources/ldap/common/compare.c
124
if ( ber_printf( ber, "{it{s{so}}", *msgidp, LDAP_REQ_COMPARE, dn,
usr/src/lib/libldap5/sources/ldap/common/control.c
70
if ( ber_printf( ber, "t{", LDAP_TAG_CONTROLS ) == -1 ) {
usr/src/lib/libldap5/sources/ldap/common/control.c
77
if ( ber_printf( ber, "{s", c->ldctl_oid ) == -1 ) {
usr/src/lib/libldap5/sources/ldap/common/control.c
84
if ( ber_printf( ber, "b", (int)c->ldctl_iscritical )
usr/src/lib/libldap5/sources/ldap/common/control.c
91
if ( ber_printf( ber, "o", c->ldctl_value.bv_val,
usr/src/lib/libldap5/sources/ldap/common/delete.c
108
if ( ber_printf( ber, "{its", *msgidp, LDAP_REQ_DELETE, dn )
usr/src/lib/libldap5/sources/ldap/common/extendop.c
102
if ( ber_printf( ber, "{it{tsto}", msgid, LDAP_REQ_EXTENDED,
usr/src/lib/libldap5/sources/ldap/common/modify.c
139
if ( ber_printf( ber, "{it{s{", *msgidp, LDAP_REQ_MODIFY, dn )
usr/src/lib/libldap5/sources/ldap/common/modify.c
150
rc = ber_printf( ber, "{e{s[V]}}",
usr/src/lib/libldap5/sources/ldap/common/modify.c
154
rc = ber_printf( ber, "{e{s[v]}}", mods[i]->mod_op,
usr/src/lib/libldap5/sources/ldap/common/modify.c
166
if ( ber_printf( ber, "}}" ) == -1 ) {
usr/src/lib/libldap5/sources/ldap/common/proxyauthctrl.c
135
if ( LBER_ERROR == ber_printf( ber,
usr/src/lib/libldap5/sources/ldap/common/proxyauthctrl.c
75
if ( LBER_ERROR == ber_printf( ber,
usr/src/lib/libldap5/sources/ldap/common/psearch.c
60
if ( ber_printf( ber, "{ibb}", changetypes, changesonly,
usr/src/lib/libldap5/sources/ldap/common/rename.c
146
if ( ber_printf( ber, "{it{ssb", *msgidp, LDAP_REQ_MODDN, dn,
usr/src/lib/libldap5/sources/ldap/common/rename.c
154
if ( ber_printf( ber, "}" ) == -1 ) {
usr/src/lib/libldap5/sources/ldap/common/rename.c
160
if ( ber_printf( ber, "ts}", LDAP_TAG_NEWSUPERIOR, newparent )
usr/src/lib/libldap5/sources/ldap/common/request.c
1179
rc = ber_printf( ber, "{it{is", msgid, tag,
usr/src/lib/libldap5/sources/ldap/common/request.c
1182
rc = ber_printf( ber, "{its}", msgid, tag, dn );
usr/src/lib/libldap5/sources/ldap/common/request.c
1184
rc = ber_printf( ber, "{it{s", msgid, tag, dn );
usr/src/lib/libldap5/sources/ldap/common/request.c
1202
|| ber_printf( ber, "}}" ) == -1 )) {
usr/src/lib/libldap5/sources/ldap/common/result.c
994
if ( ber_printf( ber, "{it{ess}}", lr->lr_msgid,
usr/src/lib/libldap5/sources/ldap/common/saslbind.c
123
rc = ber_printf( ber, "{it{isto}", msgid, LDAP_REQ_BIND,
usr/src/lib/libldap5/sources/ldap/common/saslbind.c
129
rc = ber_printf( ber, "{it{ist{s}}", msgid,
usr/src/lib/libldap5/sources/ldap/common/saslbind.c
133
rc = ber_printf( ber, "{it{ist{so}}", msgid,
usr/src/lib/libldap5/sources/ldap/common/sbind.c
121
if ( ber_printf( ber, "{it{ists}", msgid, LDAP_REQ_BIND,
usr/src/lib/libldap5/sources/ldap/common/search.c
332
err = ber_printf( ber, "{ist{seeiib", msgid,
usr/src/lib/libldap5/sources/ldap/common/search.c
337
err = ber_printf( ber, "{it{seeiib", msgid,
usr/src/lib/libldap5/sources/ldap/common/search.c
365
if ( ber_printf( ber, "{v}}", attrs ) == -1 ) {
usr/src/lib/libldap5/sources/ldap/common/search.c
424
if ( ber_printf( ber, "t{", tag ) == -1 )
usr/src/lib/libldap5/sources/ldap/common/search.c
437
if ( ber_printf( ber, "}" ) == -1 )
usr/src/lib/libldap5/sources/ldap/common/search.c
554
if ( ber_printf( ber, "]" ) == -1 )
usr/src/lib/libldap5/sources/ldap/common/search.c
740
if ( (rc = ber_printf( ber, "t{", ftype )) == -1 ) {
usr/src/lib/libldap5/sources/ldap/common/search.c
744
if ( (rc = ber_printf( ber, "ts", LDAP_TAG_MRA_OID,
usr/src/lib/libldap5/sources/ldap/common/search.c
750
if ( (rc = ber_printf( ber, "ts",
usr/src/lib/libldap5/sources/ldap/common/search.c
756
( rc = ber_printf( ber, "totb}", LDAP_TAG_MRA_VALUE,
usr/src/lib/libldap5/sources/ldap/common/search.c
776
rc = ber_printf( ber, "ts", ftype, str );
usr/src/lib/libldap5/sources/ldap/common/search.c
778
rc = ber_printf( ber, "t{so}", ftype, str, value, len );
usr/src/lib/libldap5/sources/ldap/common/search.c
883
if ( ber_printf( ber, "t{s{", LDAP_FILTER_SUBSTRINGS, type ) == -1 ) {
usr/src/lib/libldap5/sources/ldap/common/search.c
901
ber_printf( ber, "to", ftype, val, len ) == -1 ) {
usr/src/lib/libldap5/sources/ldap/common/search.c
909
if ( ber_printf( ber, "}}" ) == -1 ) {
usr/src/lib/libldap5/sources/ldap/common/sortctrl.c
103
if ( ber_printf( ber, "}" ) == -1 ) {
usr/src/lib/libldap5/sources/ldap/common/sortctrl.c
64
if ( ber_printf( ber, "{" ) == -1 ) {
usr/src/lib/libldap5/sources/ldap/common/sortctrl.c
74
if ( ber_printf( ber, "{s", (sortKeyList[i])->sk_attrtype )
usr/src/lib/libldap5/sources/ldap/common/sortctrl.c
81
if ( ber_printf( ber, "ts", LDAP_TAG_SK_MATCHRULE,
usr/src/lib/libldap5/sources/ldap/common/sortctrl.c
91
if ( ber_printf( ber, "tb}", LDAP_TAG_SK_REVERSE,
usr/src/lib/libldap5/sources/ldap/common/sortctrl.c
96
if ( ber_printf( ber, "}" ) == -1 ) {
usr/src/lib/libldap5/sources/ldap/common/spagectrl.c
34
if (ber_printf(ber, "{io}", pagesize,
usr/src/lib/libldap5/sources/ldap/common/unbind.c
209
if ( ber_printf( ber, "{itn", msgid, LDAP_REQ_UNBIND ) == -1 ) {
usr/src/lib/libldap5/sources/ldap/common/vlistctrl.c
111
if ( LBER_ERROR == ber_printf( ber,
usr/src/lib/libldap5/sources/ldap/common/vlistctrl.c
125
if ( LBER_ERROR == ber_printf( ber,
usr/src/lib/libldap5/sources/ldap/common/vlistctrl.c
98
if ( LBER_ERROR == ber_printf( ber,
usr/src/lib/libnisdb/ldap_val.c
363
ret = ber_printf(ber, berstring,
usr/src/lib/libnisdb/ldap_val.c
369
ret = ber_printf(ber, berstring,
usr/src/lib/libnisdb/ldap_val.c
373
ret = ber_printf(ber, berstring);
usr/src/lib/libnisdb/ldap_val.c
375
ret = ber_printf(ber, berstring,
usr/src/lib/libnisdb/ldap_val.c
381
ret = ber_printf(ber, berstring, str);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
198
if (ber_printf(key_asn, "{i", version) == -1) {
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
206
if (ber_printf(key_asn, "to", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
217
else if (ber_printf(key_asn, "to", LBER_INTEGER, tmp_pad.big_value,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
227
if (ber_printf(key_asn, "to", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
237
else if (ber_printf(key_asn, "to", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
247
else if (ber_printf(key_asn, "to", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
256
else if (ber_printf(key_asn, "to", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
265
else if (ber_printf(key_asn, "to", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
274
else if (ber_printf(key_asn, "to}", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
303
if (ber_printf(p8obj_asn, "{i{ton}o}", version,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
410
if (ber_printf(key_asn, "to", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
436
if (ber_printf(p8obj_asn, "{i{to", version,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
451
if (ber_printf(p8obj_asn, "{to", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
465
if (ber_printf(p8obj_asn, "to", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
478
if (ber_printf(p8obj_asn, "to}", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
490
if (ber_printf(p8obj_asn, "}o}",
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
595
if (ber_printf(key_asn, "to", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
621
if (ber_printf(p8obj_asn, "{i{to", version,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
636
if (ber_printf(p8obj_asn, "{to", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
649
if (ber_printf(p8obj_asn, "to}", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
661
if (ber_printf(p8obj_asn, "}o}",
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
768
if (ber_printf(key_asn, "to", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
794
if (ber_printf(p8obj_asn, "{i{to", version,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
810
if (ber_printf(p8obj_asn, "{to", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
824
if (ber_printf(p8obj_asn, "to", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
838
if (ber_printf(p8obj_asn, "to}", LBER_INTEGER,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softASN1.c
850
if (ber_printf(p8obj_asn, "}o}",