Searched refs:rv (Results 476 - 500 of 921) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/file-46/file/src/
H A Dfuncs.c83 int rv; local
87 rv = file_vprintf(ms, fmt, ap);
89 return rv;
161 int m = 0, rv = 0, looks_text = 0; local
283 rv = -1;
289 rv = -1;
291 rv = -1;
295 if (rv)
296 return rv;
/macosx-10.10/Heimdal-398.1.2/appl/dceutils/
H A Dtestpag.c115 int rv; local
122 while((rv = getopt(argc,argv,"n:")) != -1) {
123 switch(rv) {
/macosx-10.10/Libc-1044.1.2/sys/
H A Dmsgctl.c41 int rv; local
74 rv = __msgctl(msqid, cmd, ds_new);
104 return (rv);
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dsecport.c114 void *rv; local
117 rv = (void *)PR_Malloc(bytes ? bytes : 1);
118 if (!rv) {
122 return rv;
128 void *rv; local
130 rv = (void *)PR_Realloc(oldptr, bytes);
131 if (!rv) {
135 return rv;
141 void *rv; local
144 rv
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dsecport.c114 void *rv; local
117 rv = (void *)PR_Malloc(bytes ? bytes : 1);
118 if (!rv) {
122 return rv;
128 void *rv; local
130 rv = (void *)PR_Realloc(oldptr, bytes);
131 if (!rv) {
135 return rv;
141 void *rv; local
144 rv
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dsecport.c114 void *rv; local
117 rv = (void *)PR_Malloc(bytes ? bytes : 1);
118 if (!rv) {
122 return rv;
128 void *rv; local
130 rv = (void *)PR_Realloc(oldptr, bytes);
131 if (!rv) {
135 return rv;
141 void *rv; local
144 rv
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dsecport.c114 void *rv; local
117 rv = (void *)PR_Malloc(bytes ? bytes : 1);
118 if (!rv) {
122 return rv;
128 void *rv; local
130 rv = (void *)PR_Realloc(oldptr, bytes);
131 if (!rv) {
135 return rv;
141 void *rv; local
144 rv
[all...]
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_cache.c69 apr_status_t rv; local
163 rv = cache_select(cache, r);
164 if (rv != OK) {
165 if (rv == DECLINED) {
175 rv = cache_try_lock(conf, cache, r);
176 if (APR_SUCCESS == rv) {
218 ap_log_rerror(APLOG_MARK, APLOG_DEBUG, rv,
235 return rv;
254 rv = ap_meets_conditions(r);
255 if (rv !
374 apr_status_t rv; local
687 int rv = APR_SUCCESS; local
794 int rv = !OK; local
2451 apr_status_t rv; local
[all...]
/macosx-10.10/apr-32/apr/apr/dso/netware/
H A Ddso.c74 apr_status_t rv; local
76 if ((rv = apr_filepath_merge(&fullpath, NULL, path,
78 return rv;
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestutil.h57 apr_status_t rv, int lineno);
58 #define APR_ASSERT_SUCCESS(tc, ctxt, rv) \
59 apr_assert_success(tc, ctxt, rv, __LINE__)
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dattribute.rb176 rv = ""
177 write( rv )
178 rv
/macosx-10.10/NFS-82/rpc.lockd/
H A Dlockd.c193 int ch, rv, on = 1, svcregcnt; local
252 if ((rv = statd_start()))
253 syslog(LOG_WARNING, "unable to start statd %d", rv);
849 int fd, len, rv; local
879 rv = fcntl(fd, F_GETLK, &lock);
881 if (rv != 0) {
903 int rv = 0; local
913 rv = 1;
920 return (rv);
927 int rv local
962 int rv = 1; local
986 int rv; local
1008 int rv = 1; local
[all...]
/macosx-10.10/lsof-53/lsof/
H A Dmain.c68 int ad, c, i, n, rv, se1, se2, ss; local
233 while ((c = GetOpt(argc, argv, options, &rv)) != EOF) {
234 if (rv) {
1356 rv = 0;
1364 rv = 1;
1377 rv = 1;
1390 rv = 1;
1403 rv = 1;
1414 rv = 1;
1458 rv
[all...]
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dutil.c1230 int rv; local
1245 rv = defport;
1247 rv = ntohs(svp->s_port);
1251 rv = nport;
1253 return (rv);
1263 int rv = 0; local
1272 rv = 0;
1274 rv = 1;
1277 DPRINTF("isipv6addr: got %d for %s\n", rv, addr);
1279 return (rv
1300 int rv, ch; local
1345 int flags, rv, timeout, error; local
[all...]
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dproxy_util.c315 apr_status_t rv; local
363 rv = apr_parse_addr_port(&addr, &scope_id, &tmp_port, host, p);
364 if (rv != APR_SUCCESS || addr == NULL || scope_id != NULL) {
1221 apr_status_t rv = APR_SUCCESS; local
1257 rv = PROXY_STRNCPY(balancer->s->nonce, nonce);
1259 return rv;
1264 apr_status_t rv = APR_SUCCESS; local
1285 rv = apr_global_mutex_child_init(&(balancer->gmutex),
1288 if (rv != APR_SUCCESS) {
1289 ap_log_error(APLOG_MARK, APLOG_CRIT, rv,
1412 apr_status_t rv; local
1603 int rv; local
1754 apr_status_t rv = APR_SUCCESS; local
1978 apr_status_t rv; local
2057 apr_status_t rv; local
2478 apr_status_t rv; local
2524 apr_status_t rv; local
2946 apr_status_t rv; local
[all...]
/macosx-10.10/apache-793/httpd/support/
H A Dhtcacheclean.c1081 apr_status_t rv; local
1085 rv = apr_dir_open(&dirp, dir, pool);
1086 if (APR_STATUS_IS_ENOENT(rv)) {
1087 return rv;
1089 if (rv != APR_SUCCESS) {
1091 dir, &rv);
1092 return rv;
1099 rv = remove_directory(pool, apr_pstrcat(pool, dir, "/",
1104 if (APR_SUCCESS != rv && APR_ENOTEMPTY != rv) {
1139 apr_status_t rv; local
1437 apr_status_t rv; local
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A DQuick.pm39 my $rv = eval { $class->$method($date) };
40 return $rv if defined $rv;
106 my $rv = $Quick->$method( $date );
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Ddirent-test.c202 int rv = 0; local
229 rv = -1;
235 rv = -1;
252 return rv;
/macosx-10.10/Libc-1044.1.2/compat-43/
H A Dsigcompat.c228 sig_t rv = signal(sig, disp); local
229 if (rv != SIG_ERR)
230 return blocked ? SIG_HOLD : rv;
232 return (rv);
/macosx-10.10/apache-793/httpd/modules/debugging/
H A Dmod_bucketeer.c142 apr_status_t rv; local
144 rv = ap_pass_brigade(f->next, ctx->bb);
145 if (rv) {
146 return rv;
/macosx-10.10/apr-32/apr/apr/atomic/unix/
H A Dmutex.c56 apr_status_t rv; local
66 rv = apr_thread_mutex_create(&(hash_mutex[i]),
68 if (rv != APR_SUCCESS) {
69 return rv;
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dhash.c158 int rv; local
161 rv = 0;
171 rv++;
175 return (rv);
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A Dnsec.h28 extern void VerifyNSEC(mDNS *const m, ResourceRecord *rr, RRVerifier *rv, DNSSECVerifier *pdv, CacheRecord *ncr,
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/xml/
H A DrdfExample.xotcl70 RDFRecreatorVisitor rv
72 set result [rv interpretNodeTree $tn]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dexpand_path.c145 int rv = EINVAL; local
171 krb5_set_error_message(context, rv,
180 krb5_set_error_message(context, rv,
188 krb5_set_error_message(context, rv,
196 krb5_set_error_message(context, rv, "Out of memory");
201 krb5_set_error_message(context, rv, "GetTokenInformation() returned truncated buffer");
207 krb5_set_error_message(context, rv, "GetTokenInformation() failed. GLE=%d", GetLastError());
213 krb5_set_error_message(context, rv, "Can't convert SID to string. GLE=%d", GetLastError());
219 krb5_set_error_message(context, rv, "Out of memory");
221 rv
[all...]

Completed in 180 milliseconds

<<11121314151617181920>>