Searched refs:deref (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/ldap/common/ |
H A D | ldapdelete.c | 71 int rc, deref, optind; in main() local 104 deref = LDAP_DEREF_NEVER; /* prudent, but probably unnecessary */ in main() 105 ldap_set_option( ld, LDAP_OPT_DEREF, &deref ); in main()
|
H A D | ldapmodrdn.c | 42 int rc, havedn, deref, optind; in main() local 117 deref = LDAP_DEREF_NEVER; /* this seems prudent */ in main() 118 ldap_set_option( ld, LDAP_OPT_DEREF, &deref ); in main()
|
H A D | ldapsearch.c | 138 static int includeufn, allow_binary, vals2tmp, ldif, scope, deref; variable 168 deref = LDAP_DEREF_NEVER; in main() 270 ldap_set_option( ld, LDAP_OPT_DEREF, &deref ); in main() 421 deref = LDAP_DEREF_NEVER; in options_callback() 423 deref = LDAP_DEREF_SEARCHING; in options_callback() 425 deref = LDAP_DEREF_FINDING; in options_callback() 427 deref = LDAP_DEREF_ALWAYS; in options_callback()
|
H A D | ldapmodify.c | 242 int rc, use_ldif, deref; in process() local 252 deref = LDAP_DEREF_NEVER; /* this seems prudent */ in process() 253 ldap_set_option( ld, LDAP_OPT_DEREF, &deref ); in process()
|
/titanic_50/usr/src/lib/libadutils/common/ |
H A D | ldap_ping.c | 132 int scope = LDAP_SCOPE_BASE, deref = LDAP_DEREF_NEVER, in cldap_build_request() local 180 LDAP_REQ_SEARCH, basedn, scope, deref, in cldap_build_request()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 1869 deref(printarg_t *pap, size_t size) in deref() function 1953 if (deref(pap, size) != 0) in parse_member() 1987 if (deref(pap, size) != 0) in parse_member()
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | RELEASE | 22 09-08-01 join.c: fix empty field null pointer deref
|
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | README | 758 6933844 NULL ptr deref in e1000g_rx_setup() due to inconsistency between recv_list & rx_desc_num
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | README | 758 6933844 NULL ptr deref in e1000g_rx_setup() due to inconsistency between recv_list & rx_desc_num
|