Searched refs:bp2buf (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/lib/libnisdb/ |
H A D | ldap_print.c | 319 bp2buf(myself, &b, "Columns:\n"); in printRuleValue() 321 bp2buf(myself, &b, "\t%s", NIL(rv->colName[i])); in printRuleValue() 323 bp2buf(myself, &b, "="); in printRuleValue() 332 bp2buf(myself, &b, "\n"); in printRuleValue() 334 bp2buf(myself, &b, "\n"); in printRuleValue() 336 bp2buf(myself, &b, "\t\t"); in printRuleValue() 347 bp2buf(myself, &b, "\n"); in printRuleValue() 354 bp2buf(myself, &b, "Attributes:\n"); in printRuleValue() 356 bp2buf(myself, &b, "\t%s", NIL(rv->attrName[i])); in printRuleValue() 358 bp2buf(myself, &b, "="); in printRuleValue() [all …]
|
H A D | ldap_val.c | 776 bp2buf(myself, &b, "%%s"); in getMappingFormat() 779 bp2buf(myself, &b, "%s", NIL(f->match.string)); in getMappingFormat() 782 bp2buf(myself, &b, "["); in getMappingFormat() 786 bp2buf(myself, &b, "%c", in getMappingFormat() 789 bp2buf(myself, &b, "%c-%c", in getMappingFormat() 793 bp2buf(myself, &b, "]"); in getMappingFormat() 798 bp2buf(myself, &b, "*"); in getMappingFormat() 801 bp2buf(myself, &b, "%s", NIL(f->match.berString)); in getMappingFormat() 805 bp2buf(myself, &b, "\""); in getMappingFormat() 808 bp2buf(myself, &b, "<unknown>"); in getMappingFormat() [all …]
|
H A D | ldap_attr.c | 372 bp2buf(myself, &b, "(&"); in concatenateFilterComps() 376 bp2buf(myself, &b, "(%s)", comp[i]); in concatenateFilterComps() 378 bp2buf(myself, &b, ")"); in concatenateFilterComps()
|
H A D | ldap_util.h | 102 void bp2buf(const char *msg, __nis_buffer_t *b, const char *fmt, ...);
|
H A D | mapfile-vers | 56 bp2buf;
|
H A D | db_mindex2.cc | 228 bp2buf(myself, &b, "%s.%s", in mappingFromObj() 375 bp2buf(myself, &b, ".%s", table->mapping.objName); in selectMapping() 705 bp2buf(myself, &b, "%s.%s", entryName, t->objName); in findDirEntryMapping()
|
H A D | ldap_util.c | 483 bp2buf(const char *msg, __nis_buffer_t *b, const char *fmt, ...) { in bp2buf() function
|
H A D | db_table.cc | 602 bp2buf(myself, &b, "%s.%s", in setEntryExp()
|
H A D | nis_db.cc | 895 bp2buf(myself, &b, "%s.%s", NIL(o->zo_name), NIL(o->zo_domain)); in dbRefreshObj()
|
H A D | ldap_op.c | 320 bp2buf(myself, &b, "%s=%s", in createLdapRequest()
|