Searched refs:rc (Results 51 - 75 of 1363) sorted by relevance

1234567891011>>

/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dtraverse.c66 int i, rc; local
68 if ((rc = tdtraverse(fn->fn_ret, &fn->fn_ret, tdtd)) < 0)
69 return (rc);
72 if ((rc = tdtraverse(fn->fn_args[i], &fn->fn_args[i],
74 return (rc);
84 int rc; local
86 if ((rc = tdtraverse(ardef->ad_contents, &ardef->ad_contents,
88 return (rc);
97 int rc = 0; local
100 if ((rc
156 int rc; local
192 int i, rc; local
[all...]
/macosx-10.10.1/crontabs-52/files/daily/
H A D110.clean-tmps23 rc=2
46 rc=$(for dir in $daily_clean_tmps_dirs
53 [ -z "$print" ] && rc=0
54 [ $rc -gt 1 ] && rc=1
58 *) rc=0;;
61 exit $rc
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dpasswd.c38 int rc; local
49 rc = ldap_parse_extended_result( ld, res, NULL, &retdata, 0 );
50 if ( rc != LDAP_SUCCESS ) {
51 return rc;
59 rc = ld->ld_errno = LDAP_NO_MEMORY;
68 rc = ld->ld_errno = LDAP_DECODING_ERROR;
75 return rc;
87 int rc; local
123 rc = ber_flatten2( ber, &bv, 0 );
125 if( rc <
150 int rc; local
[all...]
H A Doptions.c99 int rc = LDAP_OPT_ERROR; local
178 rc = LDAP_OPT_SUCCESS;
189 rc = LDAP_OPT_SUCCESS;
195 rc = LDAP_OPT_SUCCESS;
205 rc = LDAP_OPT_SUCCESS;
215 rc = LDAP_OPT_SUCCESS;
220 rc = LDAP_OPT_SUCCESS;
225 rc = LDAP_OPT_SUCCESS;
230 rc = LDAP_OPT_SUCCESS;
235 rc
442 int rc = LDAP_OPT_ERROR; local
927 int rc; local
938 int rc; local
949 int rc; local
[all...]
H A Dmodify.c77 * rc= ldap_modify_ext( ld, dn, mods, sctrls, cctrls, &msgid );
88 int i, rc; local
94 rc = ldap_int_client_controls( ld, cctrls );
95 if( rc != LDAP_SUCCESS ) return rc;
103 rc = ber_printf( ber, "{it{s{" /*}}}*/, id, LDAP_REQ_MODIFY, dn );
104 if ( rc == -1 ) {
115 rc = ber_printf( ber, "{e{s[V]N}N}",
119 rc = ber_printf( ber, "{e{s[v]N}N}",
124 if ( rc
179 int rc, msgid; local
195 int rc; local
[all...]
/macosx-10.10.1/apache-793/httpd/modules/proxy/
H A Dajp_utils.c29 apr_status_t rc, rv; local
36 rc = ajp_msg_create(r->pool, AJP_PING_PONG_SZ, &msg);
37 if (rc != APR_SUCCESS) {
40 return rc;
43 rc = ajp_msg_serialize_cping(msg);
44 if (rc != APR_SUCCESS) {
47 return rc;
50 rc = ajp_ilink_send(sock, msg);
52 if (rc != APR_SUCCESS) {
55 return rc;
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Doperational.c41 int rc; local
53 rc = be_entry_get_rw( op, &e->e_nname, NULL, NULL, 0, &ee );
54 if ( rc != LDAP_SUCCESS || ee == NULL ) {
55 rc = LDAP_OTHER;
61 rc = LDAP_OTHER;
75 rc = bdb_reader_get(op, bdb->bi_dbenv, &rtxn);
76 if ( rc ) {
77 rc = LDAP_OTHER;
86 rc = bdb_cache_children( op, rtxn, e );
88 switch( rc ) {
138 int hasSubordinates, rc; local
[all...]
H A Ddn2entry.c40 int rc, rc2; local
47 rc = bdb_cache_find_ndn( op, tid, dn, &ei );
48 if ( rc ) {
49 if ( matched && rc == DB_NOTFOUND ) {
57 if ( rc2 ) rc = rc2;
67 rc = bdb_cache_find_id( op, tid, ei->bei_id, &ei, ID_LOCKED,
69 if ( rc == 0 ) {
71 } else if ( matched && rc == DB_NOTFOUND ) {
77 if ( rc2 ) rc = rc2;
83 return rc;
[all...]
H A Dnextid.c38 int rc; local
53 rc = bdb->bi_id2entry->bdi_db->cursor( bdb->bi_id2entry->bdi_db,
56 if (rc == 0) {
57 rc = cursor->c_get(cursor, &key, &data, DB_LAST);
61 switch(rc) {
63 rc = 0;
72 db_strerror(rc), rc, 0 );
79 return rc;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dldapexop.c71 int rc; local
102 rc = ldap_whoami( ld, NULL, NULL, &id );
103 if ( rc != LDAP_SUCCESS ) {
104 tool_perror( "ldap_extended_operation", rc, NULL, NULL, NULL, NULL );
105 rc = EXIT_FAILURE;
125 rc = ldap_cancel( ld, cancelid, NULL, NULL, &id );
126 if ( rc != LDAP_SUCCESS ) {
127 tool_perror( "ldap_cancel", rc, NULL, NULL, NULL, NULL );
128 rc = EXIT_FAILURE;
157 rc
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dsockpair.c38 int rc;
52 rc = bind( sd, (struct sockaddr *)&si, len );
53 if ( rc == AC_SOCKET_ERROR ) {
55 return rc;
58 rc = getsockname( sd, (struct sockaddr *)&si, &len );
59 if ( rc == AC_SOCKET_ERROR ) {
61 return rc;
64 rc = connect( sd, (struct sockaddr *)&si, len );
65 if ( rc == AC_SOCKET_ERROR ) {
67 return rc;
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslapdn.c41 int rc = 0; local
58 rc = dnPretty( NULL, &dn, &pdn, NULL );
62 rc = dnNormalize( 0, NULL, NULL, &dn, &ndn, NULL );
66 rc = dnPrettyNormal( NULL, &dn, &pdn, &ndn, NULL );
70 if ( rc != LDAP_SUCCESS ) {
72 dn.bv_val, rc,
73 ldap_err2string( rc ) );
75 rc = -1;
104 rc = EXIT_FAILURE;
106 return rc;
[all...]
H A DmatchedValues.c66 int rc = LDAP_SUCCESS; local
80 rc = LDAP_SUCCESS;
85 rc = test_ava_vrFilter( op, a, vrf->vrf_ava,
87 if( rc == -1 ) return rc;
92 rc = test_substrings_vrFilter( op, a,
94 if( rc == -1 ) return rc;
99 rc = test_presence_vrFilter( op, a,
101 if( rc
175 int rc, match; local
249 int rc, match; local
286 int rc; local
311 int rc, match; local
[all...]
/macosx-10.10.1/pcre-7/pcre/
H A Dpcredemo.c59 int rc, i; local
118 rc = pcre_exec(
130 if (rc < 0)
132 switch(rc)
138 default: printf("Matching error %d\n", rc); break;
157 if (rc == 0)
159 rc = OVECCOUNT/3;
160 printf("ovector only has room for %d captured substrings\n", rc - 1);
166 for (i = 0; i < rc; i++)
269 rc
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/windres/
H A Dmsupdate26 RC="rc"
32 for i in *.rc
34 o=`echo $i | sed s/.rc/.res/`
35 d=`echo $i | sed s/.rc/.rsd/`
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dfsref.m33 OSStatus rc;
35 rc = FSPathMakeRef((UInt8*)[path UTF8String],
37 if (rc != 0) {
38 [NSException raise:@"failure" format:@"status: %d", rc];
47 OSStatus rc;
49 rc = FSRefMakePath(fsref, buffer, sizeof(buffer));
50 if (rc != 0) {
51 [NSException raise:@"failure" format:@"status: %d", rc];
60 OSStatus rc;
62 rc
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Dthr_debug.c172 #define WARN_IF(rc, msg) {if (rc) warn (__FILE__, __LINE__, (msg), #rc, (rc));}
181 #define ERROR_IF(rc, msg) { \
183 int rc_ = (rc); \
185 errmsg(__FILE__, __LINE__, (msg), #rc, rc_); \
192 #define MEMERROR_IF(rc, msg, mem_act) { \
194 int rc_ = (rc); \
196 errmsg(__FILE__, __LINE__, (msg), #rc, rc
630 int rc; local
660 int i, rc, rc2; local
686 int rc; local
701 int rc; local
711 int rc; local
721 int rc; local
781 int rc; local
827 int rc; local
857 int rc; local
874 int rc; local
893 int rc; local
908 int rc; local
923 int rc; local
933 int rc; local
945 int rc; local
964 int rc; local
980 int rc; local
997 int rc; local
1013 int rc; local
1027 int rc; local
1046 int rc; local
1061 int rc; local
1076 int rc; local
1093 int rc; local
1103 int rc; local
1120 int rc; local
1162 int rc; local
1180 int rc, has_pool; local
1208 int rc, has_pool; local
1258 int rc; local
[all...]
/macosx-10.10.1/dtrace-147/libelf/
H A Dgetarhdr.c43 Elf_Arhdr * rc; local
59 rc = &elf->ed_armem->m_hdr;
61 return (rc);
H A Dgetehdr.c40 void * rc; local
52 rc = elf->ed_ehdr;
55 return (rc);
H A Dgetphdr.c40 void * rc; local
51 rc = elf->ed_phdr;
53 return (rc);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_slkclear.c48 int rc = ERR; local
59 rc = OK;
62 rc = wrefresh(SP->_slk->win);
65 returnCode(rc);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_krb4.c110 int rc; /* return code holder */
140 rc = krb_get_lrealm(default_realm, 1);
141 if (rc) {
143 krb_get_err_text(rc));
183 int rc; /* return code */
242 rc = krb_get_pw_in_tkt(aname, instance, realm,
246 if (rc == INTK_BADPW || rc == KDC_PR_UNKNOWN) {
248 } else if (rc != KSUCCESS) {
250 krb_get_err_text(rc));
109 int rc; /* return code holder */ local
181 int rc; /* return code */ local
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/-test-/wait_for_single_fd/
H A Dwait_for_single_fd.c9 int rc; local
16 rc = rb_wait_for_single_fd(NUM2INT(fd), NUM2INT(events), tvp);
17 if (rc == -1)
19 return INT2NUM(rc);
/macosx-10.10.1/Security-57031.1.35/Security/tlsnke/tlsnketest/
H A Dtlssocket.c49 int rc; local
65 rc = (int)recv(socket, &b, 1, MSG_PEEK);
67 if(rc==-1)
79 rc = getsockopt(socket, SOL_SOCKET, SO_NREAD, &avail, &avail_size);
81 check_noerr(rc);
84 if(rc || (avail_size !=sizeof(avail)))
126 printf("%s: rc=%d, msg: %ld , cmsg = %d, %x, %x, hdr = %d, %x - from %s:%d\n", __FUNCTION__, rc,
214 int rc; local
225 rc
238 int rc; local
250 int rc; local
262 int rc; local
275 int rc; local
288 int rc; local
325 int rc; local
[all...]
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dsampleconv.c46 int rc; local
48 rc = platform_a2e(&tempptrin, &bytes, &tempptrout, &bytes);
49 if (rc == PLATFORM_CONV_OK) {
60 int rc; local
62 rc = platform_e2a(&tempptrin, &bytes, &tempptrout, &bytes);
63 if (rc == PLATFORM_CONV_OK) {
74 int rc; local
76 rc = platform_u2e(&tempptrin, &bytes, &tempptrout, &bytes);
77 if (rc == PLATFORM_CONV_OK) {

Completed in 403 milliseconds

1234567891011>>