Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnisdb/
H A Dldap_print.c319 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 Dldap_val.c776 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 Dldap_attr.c372 bp2buf(myself, &b, "(&"); in concatenateFilterComps()
376 bp2buf(myself, &b, "(%s)", comp[i]); in concatenateFilterComps()
378 bp2buf(myself, &b, ")"); in concatenateFilterComps()
H A Dldap_util.h102 void bp2buf(const char *msg, __nis_buffer_t *b, const char *fmt, ...);
H A Dmapfile-vers56 bp2buf;
H A Ddb_mindex2.cc228 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 Dldap_util.c483 bp2buf(const char *msg, __nis_buffer_t *b, const char *fmt, ...) { in bp2buf() function
H A Ddb_table.cc602 bp2buf(myself, &b, "%s.%s", in setEntryExp()
H A Dnis_db.cc895 bp2buf(myself, &b, "%s.%s", NIL(o->zo_name), NIL(o->zo_domain)); in dbRefreshObj()
H A Dldap_op.c320 bp2buf(myself, &b, "%s=%s", in createLdapRequest()