| /src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| unbind.c | 47 ldapconn_t *lc = NULL, lc_curr; local 59 while ( ( lc = ldap_tavl_delete( &li->li_conninfo.lai_tree, (caddr_t)&lc_curr, ldap_back_conn_cmp ) ) != NULL ) 61 assert( !LDAP_BACK_PCONN_ISPRIV( lc ) ); 65 lc->lc_conn->c_connid, lc->lc_refcnt, lc->lc_lcflags ); 67 if ( lc->lc_refcnt > 0 ) { 70 LDAP_BACK_CONN_CACHED_CLEAR( lc ); 71 LDAP_BACK_CONN_TAINTED_SET( lc ); 74 ldap_back_conn_free( lc ); [all...] |
| compare.c | 46 ldapconn_t *lc = NULL; local 52 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) { 53 lc = NULL; 59 rc = ldap_back_controls_add( op, rs, lc, &ctrls ); 65 rs->sr_err = ldap_compare_ext( lc->lc_ld, op->o_req_dn.bv_val, 69 rc = ldap_back_op_result( lc, op, rs, msgid, 74 if ( ldap_back_retry( &lc, op, rs, LDAP_BACK_SENDERR ) ) { 88 if ( lc != NULL ) { 89 ldap_back_release_conn( li, lc );
|
| delete.c | 46 ldapconn_t *lc = NULL; local 52 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) { 58 rc = ldap_back_controls_add( op, rs, lc, &ctrls ); 64 rs->sr_err = ldap_delete_ext( lc->lc_ld, op->o_req_dn.bv_val, 66 rc = ldap_back_op_result( lc, op, rs, msgid, 71 if ( ldap_back_retry( &lc, op, rs, LDAP_BACK_SENDERR ) ) { 85 if ( lc != NULL ) { 86 ldap_back_release_conn( li, lc );
|
| modrdn.c | 46 ldapconn_t *lc = NULL; local 54 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) { 90 rc = ldap_back_controls_add( op, rs, lc, &ctrls ); 96 rs->sr_err = ldap_rename( lc->lc_ld, op->o_req_dn.bv_val, 99 rc = ldap_back_op_result( lc, op, rs, msgid, 104 if ( ldap_back_retry( &lc, op, rs, LDAP_BACK_SENDERR ) ) { 122 if ( lc != NULL ) { 123 ldap_back_release_conn( li, lc );
|
| add.c | 46 ldapconn_t *lc = NULL; local 62 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) { 63 lc = NULL; 101 rs->sr_err = ldap_back_controls_add( op, rs, lc, &ctrls ); 107 rs->sr_err = ldap_add_ext( lc->lc_ld, op->o_req_dn.bv_val, attrs, 109 rs->sr_err = ldap_back_op_result( lc, op, rs, msgid, 114 if ( ldap_back_retry( &lc, op, rs, LDAP_BACK_SENDERR ) ) { 135 if ( lc ) { 136 ldap_back_release_conn( li, lc );
|
| init.c | 273 ldapconn_t *lc = v_lc; local 275 if ( lc->lc_ld != NULL ) { 276 ldap_unbind_ext( lc->lc_ld, NULL, NULL ); 278 if ( !BER_BVISNULL( &lc->lc_bound_ndn ) ) { 279 ch_free( lc->lc_bound_ndn.bv_val ); 281 if ( !BER_BVISNULL( &lc->lc_cred ) ) { 282 memset( lc->lc_cred.bv_val, 0, lc->lc_cred.bv_len ); 283 ch_free( lc->lc_cred.bv_val ); 285 if ( !BER_BVISNULL( &lc->lc_local_ndn ) ) 348 ldapconn_t *lc = LDAP_TAILQ_FIRST( &li->li_conn_priv[ i ].lic_priv ); local [all...] |
| modify.c | 46 ldapconn_t *lc = NULL; local 56 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) { 103 rc = ldap_back_controls_add( op, rs, lc, &ctrls ); 109 rs->sr_err = ldap_modify_ext( lc->lc_ld, op->o_req_dn.bv_val, modv, 111 rc = ldap_back_op_result( lc, op, rs, msgid, 116 if ( ldap_back_retry( &lc, op, rs, LDAP_BACK_SENDERR ) ) { 135 if ( lc != NULL ) { 136 ldap_back_release_conn( li, lc );
|
| /src/lib/libcurses/ |
| chgat.c | 62 __LDATA *lc; local 81 lc = &lp->line[x]; 93 lc->attr = (lc->attr & ~WA_ATTRIBUTES) | attr; 95 lc->attr = attr; 97 ++lc;
|
| /src/external/bsd/flex/dist/examples/fastwc/ |
| mywc.c | 8 int c, cc = 0, wc = 0, lc = 0; local 23 ++lc; 25 done: printf( "%8d%8d%8d\n", lc, wc, cc );
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPSaslBindResult.cpp | 22 LDAP* lc = req->getConnection()->getSessionHandle(); local 23 int err = ldap_parse_sasl_bind_result(lc, msg, &data, 0);
|
| LDAPExtResult.cpp | 22 LDAP* lc = req->getConnection()->getSessionHandle(); local 23 int err=ldap_parse_extended_result(lc, msg, &oid, &data, 0);
|
| /src/tests/lib/libc/sys/ |
| t_lwp_ctl.c | 49 lwpctl_t *lc; local 53 ATF_REQUIRE(_lwp_ctl(LWPCTL_FEATURE_PCTR, &lc) == 0); 56 ctr1 = lc->lc_pctr; 63 ctr2 = lc->lc_pctr;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/ |
| numeric_members.cc | 67 lconv* lc = localeconv_l((locale_t) __cloc); local 70 if (lc->decimal_point == NULL) 77 _M_data->_M_decimal_point = lc->decimal_point[0]; 80 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0') 90 _M_data->_M_thousands_sep = lc->thousands_sep[0]; 92 const char* __src = lc->grouping; 166 lconv* lc = localeconv_l((locale_t) __cloc); local 169 if (lc->decimal_point == NULL) 176 _M_data->_M_decimal_point = (wchar_t)lc->decimal_point[0] [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/ |
| numeric_members.cc | 67 lconv* lc = localeconv_l((locale_t) __cloc); local 70 if (lc->decimal_point == NULL) 77 _M_data->_M_decimal_point = lc->decimal_point[0]; 80 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0') 90 _M_data->_M_thousands_sep = lc->thousands_sep[0]; 92 const char* __src = lc->grouping; 166 lconv* lc = localeconv_l((locale_t) __cloc); local 169 if (lc->decimal_point == NULL) 176 _M_data->_M_decimal_point = (wchar_t)lc->decimal_point[0] [all...] |
| /src/crypto/external/bsd/heimdal/dist/tests/java/ |
| KerberosInit.java | 70 LoginContext lc = null; local 72 lc = new LoginContext("kinit", new KerberosInit().getHandler()); 84 lc.login(); 91 System.out.println("lc.login ok");
|
| /src/sys/kern/ |
| subr_localcount.c | 64 * localcount_init(lc) 70 * when done with lc. 73 localcount_init(struct localcount *lc) 76 lc->lc_totalp = NULL; 77 lc->lc_percpu = percpu_alloc(sizeof(int64_t)); 81 * localcount_drain(lc, cv, interlock) 83 * Wait for all acquired references to lc to drain. Caller must 86 * same as are passed to localcount_release for this lc. 93 * The localcount object lc may be used only with localcount_fini 98 localcount_drain(struct localcount *lc, kcondvar_t *cv, kmutex_t *interlock 161 struct localcount *lc = cookie0; local [all...] |
| kern_kthread.c | 72 int error, lc; local 84 lc = SCHED_OTHER; 86 lc = SCHED_RR; 90 0, func, arg, &l, lc, &lwp0.l_sigmask, &lwp0.l_sigstk);
|
| /src/usr.bin/newgrp/ |
| newgrp.c | 71 login_cap_t *lc; local 81 if ((lc = login_getclass(pwd->pw_class)) == NULL) 112 addgroup(lc, *argv, pwd, getuid(), "Password:"); 128 if (setusercontext(lc, pwd, uid, flags) == -1) 131 login_close(lc); 168 if (setusercontext(lc, pwd, uid, LOGIN_SETENV | LOGIN_SETPATH) == -1) 170 login_close(lc);
|
| /src/external/bsd/atf/dist/atf-c/ |
| config_test.c | 43 const char *lc; member in struct:varnames 72 for (v = all_vars; v->lc != NULL; v++) 84 for (v = all_vars; v->lc != NULL; v++) { 85 if (strcmp(v->lc, var) == 0) 86 ATF_CHECK_STREQ(atf_config_get(v->lc), test_value); 88 ATF_CHECK(strcmp(atf_config_get(v->lc), test_value) != 0); 109 for (v = all_vars; v->lc != NULL; v++) 110 ATF_CHECK(strcmp(atf_config_get(v->lc), test_value) != 0); 113 for (v = all_vars; v->lc != NULL; v++) { 115 if (strcmp(atf_config_get(v->lc), "") != 0) [all...] |
| /src/external/bsd/openldap/dist/contrib/ldapc++/examples/ |
| main.cpp | 26 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...] |
| readSchema.cpp | 23 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;
|
| /src/external/bsd/tmux/dist/ |
| cmd-rotate-window.c | 52 struct layout_cell *lc; local 62 lc = wp->layout_cell; 74 wp->layout_cell = lc; 87 lc = wp->layout_cell; 99 wp->layout_cell = lc;
|
| /src/external/cddl/osnet/dist/lib/libgen/common/ |
| gmatch.c | 97 wchar_t lc = 0; local 108 if (c == '-' && lc && *p != ']') { 115 valid_range(lc, c)) { 116 if (scc < lc || scc > c) 123 valid_range(lc, c)) 124 if (lc <= scc && 132 lc = c; 134 if (scc != lc) 141 if (scc == lc)
|
| /src/lib/libpam/modules/pam_nologin/ |
| pam_nologin.c | 72 login_cap_t *lc; local 103 lc = login_getpwclass(pwd); 104 ignorenologin = login_getcapbool(lc, "ignorenologin", rootlogin); 105 nologin = login_getcapstr(lc, "nologin", nologin_def, nologin_def); 106 login_close(lc); 107 lc = NULL;
|
| /src/external/apache2/llvm/dist/libcxx/src/support/win32/ |
| locale_win32.cpp | 38 lconv *lc = localeconv(); local 39 if (!lc) 40 return lc; 41 return loc.__store_lconv(lc);
|