Searched refs:lc (Results 1 - 25 of 376) sorted by relevance

1234567891011>>

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dunbind.c42 ldapconn_t *lc = NULL, lc_curr; local
54 while ( ( lc = avl_delete( &li->li_conninfo.lai_tree, (caddr_t)&lc_curr, ldap_back_conn_cmp ) ) != NULL )
56 assert( !LDAP_BACK_PCONN_ISPRIV( lc ) );
60 lc->lc_conn->c_connid, lc->lc_refcnt, lc->lc_lcflags );
62 if ( lc->lc_refcnt > 0 ) {
65 LDAP_BACK_CONN_CACHED_CLEAR( lc );
66 LDAP_BACK_CONN_TAINTED_SET( lc );
69 ldap_back_conn_free( lc );
[all...]
H A Dback-ldap.h66 #define LDAP_BACK_CONN2PRIV(lc) ((unsigned long)(lc)->lc_conn)
67 #define LDAP_BACK_PCONN_ISPRIV(lc) (((void *)(lc)->lc_conn) >= ((void *)LDAP_BACK_PCONN_FIRST) \
68 && ((void *)(lc)->lc_conn) < ((void *)LDAP_BACK_PCONN_LAST))
69 #define LDAP_BACK_PCONN_ISROOTDN(lc) (LDAP_BACK_PCONN_ISPRIV((lc)) \
70 && (LDAP_BACK_CONN2PRIV((lc)) < LDAP_BACK_PCONN_ANON))
71 #define LDAP_BACK_PCONN_ISANON(lc) (LDAP_BACK_PCONN_ISPRIV((lc)) \
[all...]
H A Dcompare.c41 ldapconn_t *lc = NULL; local
47 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
48 lc = NULL;
54 rc = ldap_back_controls_add( op, rs, lc, &ctrls );
60 rs->sr_err = ldap_compare_ext( lc->lc_ld, op->o_req_dn.bv_val,
64 rc = ldap_back_op_result( lc, op, rs, msgid,
69 if ( ldap_back_retry( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
79 if ( lc != NULL ) {
80 ldap_back_release_conn( li, lc );
H A Ddelete.c41 ldapconn_t *lc = NULL; local
47 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
53 rc = ldap_back_controls_add( op, rs, lc, &ctrls );
60 rs->sr_err = ldap_delete_ext( lc->lc_ld, op->o_req_dn.bv_val,
62 rc = ldap_back_op_result( lc, op, rs, msgid,
67 if ( ldap_back_retry( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
77 if ( lc != NULL ) {
78 ldap_back_release_conn( li, lc );
H A Dbind.c63 ldap_back_conn_print( ldapconn_t *lc, const char *avlstr ) argument
69 ldap_back_conn2str( &lc->lc_base, buf, sizeof( buf ) );
71 if ( lc->lc_lcflags & flagsmap[i].f ) {
80 fprintf( stderr, "lc=%p %s %s flags=0x%08x (%s)\n",
81 (void *)lc, buf, avlstr, lc->lc_lcflags, fbuf );
88 ldapconn_t *lc; local
100 lc = root->avl_data;
101 ldap_back_conn_print( lc, avl_bf2str( root->avl_bf ) );
125 ldapconn_t *lc; local
208 ldapconn_t *lc; local
494 ldap_back_freeconn( ldapinfo_t *li, ldapconn_t *lc, int dolock ) argument
665 ldap_back_prepare_conn( ldapconn_t *lc, Operation *op, SlapReply *rs, ldap_back_send_t sendok ) argument
803 ldapconn_t *lc = NULL, local
1190 ldapconn_t *lc = *lcp; local
1307 ldapconn_t *lc; local
1607 ldapconn_t *lc = (ldapconn_t *)params; local
1675 ldap_back_cancel( ldapconn_t *lc, Operation *op, SlapReply *rs, ber_int_t msgid, ldap_back_send_t sendok ) argument
1704 ldap_back_op_result( ldapconn_t *lc, Operation *op, SlapReply *rs, ber_int_t msgid, time_t timeout, ldap_back_send_t sendok ) argument
2187 ldap_back_proxy_authz_bind( ldapconn_t *lc, Operation *op, SlapReply *rs, ldap_back_send_t sendok, struct berval *binddn, struct berval *bindcred ) argument
2771 ldap_back_controls_add( Operation *op, SlapReply *rs, ldapconn_t *lc, LDAPControl ***pctrls ) argument
2944 ldap_back_conn2str( const ldapconn_base_t *lc, char *buf, ber_len_t buflen ) argument
2987 ldap_back_connid2str( const ldapconn_base_t *lc, char *buf, ber_len_t buflen ) argument
[all...]
H A Dmodrdn.c41 ldapconn_t *lc = NULL; local
49 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
85 rc = ldap_back_controls_add( op, rs, lc, &ctrls );
92 rs->sr_err = ldap_rename( lc->lc_ld, op->o_req_dn.bv_val,
95 rc = ldap_back_op_result( lc, op, rs, msgid,
100 if ( ldap_back_retry( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
114 if ( lc != NULL ) {
115 ldap_back_release_conn( li, lc );
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Dhelp.rb17 lc = IRB.conf[:LC_MESSAGES]
18 path = lc.find("irb/help-message")
23 lc.puts l unless space_line
31 lc.puts l
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/
H A Dconfig_test.c43 const char *lc; member in struct:varnames
76 for (v = all_vars; v->lc != NULL; v++)
88 for (v = all_vars; v->lc != NULL; v++) {
89 if (strcmp(v->lc, var) == 0)
90 ATF_CHECK_STREQ(atf_config_get(v->lc), test_value);
92 ATF_CHECK(strcmp(atf_config_get(v->lc), test_value) != 0);
113 for (v = all_vars; v->lc != NULL; v++)
114 ATF_CHECK(strcmp(atf_config_get(v->lc), test_value) != 0);
117 for (v = all_vars; v->lc != NULL; v++) {
119 if (strcmp(atf_config_get(v->lc), "") !
[all...]
/macosx-10.10/libiconv-42/libiconv/libcharset/tools/
H A Dall-charsets-X1120 for lc in `./all-locales | sort | uniq`
22 charmap=`LC_ALL=$lc ./locale_charmap 2>/dev/null || echo '<error>'`
23 codeset=`LC_ALL=$lc ./locale_codeset 2>/dev/null || echo '<error>'`
24 charset=`LC_ALL=$lc ./locale_charset 2>/dev/null || echo '<error>'`
25 x11encoding=`LC_ALL=$lc ./locale_x11encoding 2>/dev/null || echo '<error>'`
27 "$lc" "$charmap" "$codeset" "$charset" "$x11encoding"
/macosx-10.10/emacs-93/emacs/src/m/
H A Dparagon.h7 #define LIB_STANDARD -lc -lic -lmach
H A Dxps100.h93 #define LIB_STANDARD -lc
H A Daltos.h38 #define LIB_STANDARD -lc
H A Dtandem-s2.h21 #define LIB_STANDARD -lbsd -lc /usr/lib/crtn.o1.31
H A Dtower32v3.h87 #define LIB_STANDARD -lc /lib/crtn.o
92 #define LIB_STANDARD -lc -lPW /lib/crtn.o
95 /* #define LIB_STANDARD -lc /lib/crtn.o */
/macosx-10.10/emacs-93/emacs/lisp/
H A Dcase-table.el118 (defun set-case-syntax-pair (uc lc table)
125 (setq lc (set-case-syntax-1 lc))
126 (aset table uc lc)
127 (aset table lc lc)
130 (aset up lc uc))
135 (modify-syntax-entry lc "w " (standard-syntax-table))
138 (defun set-upcase-syntax (uc lc table)
143 (setq lc (se
[all...]
/macosx-10.10/lsof-53/lsof/lib/
H A Drnmh.c326 static struct l_nch *lc = (struct l_nch *)NULL; local
352 for (lc = Ncache; lc; lc = ln) {
353 ln = lc->next;
354 (void) free((FREE_P *)lc);
507 if (lc)
508 lc = (struct l_nch *)realloc(lc, nlcl);
510 lc
659 struct l_nch *lc; local
[all...]
H A Drnch.c323 struct l_nch **hp, *lc; local
465 for (i = 0, lc = Ncache; i < Nc; i++, lc++) {
466 if (lc->nm) {
467 (void) free((FREE_P *)lc->nm);
468 lc->nm = (char *)NULL;
500 for (i = iNc * 16, kc = &nc, kf = kp, lc = Ncache, n = 0; kp; )
502 for (i = n = 0, kc = kca, lc = Ncache; i < Nc; i++, kc++)
583 lc = &Ncache[n];
591 lc
730 struct l_nch *lc; local
[all...]
H A Drnam.c284 struct l_nch **hp, *lc; local
413 for (i = iNc * 16, kc = &nc, lc = Ncache, n = 0; kp; )
415 for (i = n = 0, kc = kca, lc = Ncache; i < Nc; i++, kc++)
447 lc = &Ncache[n];
452 lc->na = (KA_T)kc->NCACHE_NODEADDR;
453 lc->id = kc->NCACHE_NODEID;
457 lc->pa = (KA_T)kc->NCACHE_PARADDR;
458 lc->pla = (struct l_nch *)NULL;
462 lc->did = kc->NCACHE_PARID;
465 (void) strncpy(lc
581 struct l_nch *lc; local
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/examples/
H A Dmain.cpp26 LDAPConnection *lc=new LDAPConnection("localhost",9009); local
27 lc->setConstraints(cons);
30 lc->bind("cn=Manager,o=Organisation,c=DE" , "secret",cons);
31 std::cout << lc->getHost() << std::endl;
32 bool result = lc->compare("cn=Manager,o=Organisation,c=DE",
46 // lc->add(entry);
48 // lc->del("ou=Groups,o=Organisation,c=DE");
50 LDAPSearchResults* entries = lc->search("o=Organisation,c=DE",
70 lc->unbind();
71 delete lc;
[all...]
H A DreadSchema.cpp23 LDAPConnection *lc=new LDAPConnection("192.168.3.128",389); local
26 lc->bind("uid=admin,dc=home,dc=local" , "secret");
27 std::cout << lc->getHost() << std::endl;
30 LDAPSearchResults* entries = lc->search("",
44 entries = lc->search(schemabase, LDAPConnection::SEARCH_BASE, "(objectClass=*)",
65 lc->unbind();
66 delete lc;
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dconfig_test.cpp43 const char *lc; member in struct:varnames
103 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
112 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
122 for (const struct varnames* v = all_vars; v->lc != NULL; v++) {
123 if (std::strcmp(v->lc, var) == 0)
124 ATF_REQUIRE_EQ(atf::config::get(v->lc), test_value);
126 ATF_REQUIRE(atf::config::get(v->lc) != test_value);
145 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
146 ATF_REQUIRE(atf::config::get(v->lc) != test_value);
149 for (const struct varnames* v = all_vars; v->lc !
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Drequest.c84 static void use_connection LDAP_P(( LDAP *ld, LDAPConn *lc ));
184 LDAPConn *lc = lr->lr_conn; local
187 if ( ber_flush2( lc->lconn_sb, lr->lr_ber, LBER_FLUSH_FREE_NEVER ) != 0 ) {
191 ldap_mark_select_write( ld, lc->lconn_sb );
197 ldap_free_connection( ld, lc, 0, 0 );
208 ldap_mark_select_read( ld, lc->lconn_sb );
227 LDAPConn *lc,
242 if ( lc == NULL ) {
244 lc = ld->ld_defconn;
246 lc
221 ldap_send_server_request( LDAP *ld, BerElement *ber, ber_int_t msgid, LDAPRequest *parentreq, LDAPURLDesc **srvlist, LDAPConn *lc, LDAPreqinfo *bind, int m_noconn, int m_res ) argument
447 LDAPConn *lc; local
670 LDAPConn *lc; local
716 ldap_free_connection( LDAP *ld, LDAPConn *lc, int force, int unbind ) argument
842 LDAPConn *lc; local
1080 LDAPConn *lc; local
1348 LDAPConn *lc; local
[all...]
/macosx-10.10/emacs-93/emacs/src/s/
H A D386bsd.h7 #define LIB_STANDARD -lc $(GNULIB_VAR)
H A Desix5r4.h9 # define LIB_STANDARD -lc
11 # define LIB_X11_LIB -lsocket -lc -lX11
H A Disc4-1.h20 # define LIB_STANDARD -lcposix -lc /lib/crtn.o
22 # define LIB_STANDARD -lPW -lcposix -lc /lib/crtn.o

Completed in 142 milliseconds

1234567891011>>