Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_err.h9 #define OP_ADD 4 macro
H A Dldap_err.c103 if (op == OP_ADD || op == OP_MOD) in translate_ldap_error()
H A Dldap_realm.c848 st = translate_ldap_error (st, OP_ADD);
937 st = translate_ldap_error (st, OP_ADD); in krb5_ldap_delete_krbcontainer()
1139 st = set_ldap_error (context, st, OP_ADD);
H A Dldap_pwd_policy.c108 st = set_ldap_error (context, st, OP_ADD);
H A Dldap_tkt_policy.c100 st = set_ldap_error (context, st, OP_ADD);
H A Dldap_services.c142 st = set_ldap_error (context, st, OP_ADD);
H A Dldap_principal2.c1099 st = translate_ldap_error (st, OP_ADD);
1108 st = translate_ldap_error (st, OP_ADD);
/titanic_44/usr/src/cmd/sgs/include/
H A Ddwarf.h131 #define OP_ADD 0x07 /* pop top 2 items, add, push result */ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c165 OP_ADD, enumerator
698 case OP_ADD: in want_packet()
2621 "+", OP_ADD,
/titanic_44/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c60 #define OP_ADD 0 macro
4266 int op = OP_ADD; in main()
4537 if ((rc == NS_LDAP_NOTFOUND) && (op == OP_ADD) && in main()
4605 if (op == OP_ADD) { in main()