| /src/external/bsd/openldap/dist/servers/slapd/ |
| slapindex.c | 95 int rtn; local 101 rtn = be->be_entry_reindex( be, id, adv ); 103 if( rtn != LDAP_SUCCESS ) {
|
| filterentry.c | 879 int rtn = LDAP_COMPARE_TRUE; /* True if empty */ local 888 rtn = rc; 894 rtn = rc; 898 Debug( LDAP_DEBUG_FILTER, "<= test_filter_and %d\n", rtn ); 900 return rtn; 910 int rtn = LDAP_COMPARE_FALSE; /* False if empty */ local 919 rtn = rc; 925 rtn = rc; 929 Debug( LDAP_DEBUG_FILTER, "<= test_filter_or %d\n", rtn ); 930 return rtn; [all...] |
| ad.c | 169 int rtn = LDAP_UNDEFINED_TYPE; local 187 return rtn; 193 return rtn; 211 return rtn; 216 return rtn; 234 return rtn; 242 return rtn; 248 return rtn; 264 return rtn; 307 return rtn; [all...] |
| component.c | 1200 int rtn = LDAP_COMPARE_TRUE; local 1205 rtn = rc; 1210 rtn = rc; 1214 return rtn; 1224 int rtn = LDAP_COMPARE_TRUE; local 1229 rtn = rc; 1234 rtn = rc; 1238 return rtn;
|
| sasl.c | 976 int rtn; local 999 rtn = LUTIL_PASSWD_ERR; 1009 rtn = ( sc != SASL_OK ) ? LUTIL_PASSWD_ERR : LUTIL_PASSWD_OK; 1012 return rtn;
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/ |
| kerberos.c | 49 int rtn; local 71 rtn = LUTIL_PASSWD_ERR; 178 rtn = ret ? LUTIL_PASSWD_ERR : LUTIL_PASSWD_OK; 211 return rtn;
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| security.c | 217 int rtn = 1; local 233 rtn = avc_context_to_sid(sl, &slsid); 234 if (rtn != 0) { 240 rtn = avc_context_to_sid(range, &rangesid); 241 if (rtn != 0) { 254 rtn = avc_has_perm(slsid, rangesid, tclass, av, NULL, &avd); 255 if (rtn != 0) {
|
| isakmp_xauth.c | 853 int rtn = -1; local 1107 rtn = 0; 1127 return rtn; 1133 int rtn = -1; local 1257 rtn = 0; 1289 return rtn;
|
| /src/usr.bin/rump_dhcpclient/ |
| configure.c | 290 struct rt *rtp, *rtl, *rtn; local 297 for (rtn = rt; rtn != rtp; rtn = rtn->next) { 299 if (rtn->dest.s_addr == rtp->gate.s_addr) 303 cp2 = (const char *)&rtn->dest.s_addr; 304 cp3 = (const char *)&rtn->net.s_addr; 305 cplim = cp3 + sizeof(rtn->net.s_addr); 313 if (rtn != rtp 340 struct rt *nrs = NULL, *dnr, *or, *rt, *rtn, *rtl, *lrt = NULL; local [all...] |
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| thr_posix.c | 158 int rtn; local 185 rtn = pthread_create( thread, attr, start_routine, arg ); 187 rtn = pthread_create( thread, &attr, start_routine, arg ); 200 if ( rtn < 0 ) rtn = errno; 202 return rtn;
|
| /src/external/gpl2/mkhybrid/dist/ |
| joliet.c | 177 int rtn; local 179 rtn = strlen(string) << 1; 187 if( rtn > 0x80) 189 rtn = 0x80; 191 return rtn;
|
| multi.c | 327 struct directory_entry **rtn; local 367 rtn = (struct directory_entry **) e_malloc(*nent * sizeof(*rtn)); 375 pnt = rtn; 387 *pnt = (struct directory_entry *) e_malloc(sizeof(**rtn)); 519 for(pnt = rtn, i = 0; i <*nent; i++, pnt++) 562 return rtn;
|
| /src/external/bsd/dhcpcd/dist/src/ |
| route.c | 312 struct rt *rt, *rtn; local 321 RB_TREE_FOREACH_SAFE(rt, rts, rtn) { 467 struct rt *rt, *rtn; local 472 RB_TREE_FOREACH_SAFE(rt, &ctx->routes, rtn) { 769 struct rt *rt, *rtn; local 800 RB_TREE_FOREACH_SAFE(rt, &routes, rtn) { 836 RB_TREE_FOREACH_REVERSE_SAFE(rt, &ctx->routes, rtn) {
|
| if-bsd.c | 971 struct rt rt, *rtn; local 1001 if ((rtn = rt_new(rt.rt_ifp)) == NULL) { 1005 memcpy(rtn, &rt, sizeof(*rtn)); 1006 if (rb_tree_insert_node(kroutes, rtn) != rtn) 1007 rt_free(rtn);
|
| /src/external/gpl2/lvm2/dist/daemons/cmirrord/ |
| cluster.c | 600 int rtn = 0; local 697 rtn = -EIO; /* FIXME: better error */ 723 rtn = -EIO; /* FIXME: better error */ 732 rtn = -EIO; 737 rtn = -EAGAIN; 748 return rtn;
|
| functions.c | 918 uint64_t *rtn = (uint64_t *)rq->data; local 924 *rtn = lc->region_size; 925 rq->data_size = sizeof(*rtn); 938 int64_t *rtn = (int64_t *)rq->data; local 945 *rtn = log_test_bit(lc->clean_bits, region); 946 rq->data_size = sizeof(*rtn); 963 int64_t *rtn = (int64_t *)rq->data; local 973 *rtn = log_test_bit(lc->sync_bits, region); 974 if (*rtn) 981 rq->data_size = sizeof(*rtn); [all...] |
| /src/sys/arch/sun3/sun3x/ |
| pmap.c | 2615 int rtn; local 2617 rtn = atomic_dec_uint_nv(&pmap->pm_refcount); 2619 return rtn; 3442 void *rtn; local 3451 rtn = (void *) virtual_avail; 3461 return rtn;
|
| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| libelftc_dem_gnu3.c | 205 char *rtn; local 213 if ((rtn = malloc(sizeof(char) * (rtn_size + 1))) == NULL) 220 memcpy(rtn + elem_pos, v->container[i], elem_size); 225 rtn[rtn_size] = '\0'; 230 return (rtn); 424 char *rtn; local 433 if ((rtn = malloc(sizeof(char) * (len + 1))) == NULL) 442 memcpy(rtn + cur, v->container[i], len); 445 rtn[cur] = '\0'; 447 return (rtn); 541 char *rtn; local 732 int rtn; local 803 int rtn; local 827 int rtn; local 1781 int rtn; local 2082 int rtn; local 2179 int rtn; local 2401 int p_func_type, rtn; local 2619 int rtn; local 2682 int rtn; local 3875 char *rtn; local 3920 char *rtn; local 3964 char *rtn; local 4023 char *rtn; local 4084 char *rtn; local [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_io.c | 4071 int rtn; local 4107 rtn = connect(s, &addr->sa, SOCKLEN(addr)); 4108 if (SOCKET_ERROR == rtn) { 4114 rtn = getsockname(s, &saddr.sa, &sockaddrlen); 4116 if (SOCKET_ERROR == rtn)
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| i386-dis.c | 1874 op_rtn rtn; member in struct:dis386::__anon10906 9985 if (dp->op[i].rtn 9986 && !dp->op[i].rtn (&ins, dp->op[i].bytemode, sizeflag)) 10067 if ((dp->op[i].rtn == OP_J) 10068 || (dp->op[i].rtn == OP_indirE)) 10070 else if ((dp->op[i].rtn == BND_Fixup) 10071 || (!dp->op[i].rtn && !dp->op[i].bytemode)) 10291 if (ins.intel_syntax && dp && dp->op[2].rtn == OP_Rounding 10292 && dp->op[3].rtn == OP_E && dp->op[4].rtn == NULL [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| i386-dis.c | 1865 op_rtn rtn; member in struct:dis386::__anon12353 9946 if (dp->op[i].rtn 9947 && !dp->op[i].rtn (&ins, dp->op[i].bytemode, sizeflag)) 10028 if ((dp->op[i].rtn == OP_J) 10029 || (dp->op[i].rtn == OP_indirE)) 10031 else if ((dp->op[i].rtn == BND_Fixup) 10032 || (!dp->op[i].rtn && !dp->op[i].bytemode)) 10252 if (ins.intel_syntax && dp && dp->op[2].rtn == OP_Rounding 10253 && dp->op[3].rtn == OP_E && dp->op[4].rtn == NULL [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| i386-dis.c | 1804 op_rtn rtn; member in struct:dis386::__anon558 9649 if (dp->op[i].rtn 9650 && !dp->op[i].rtn (&ins, dp->op[i].bytemode, sizeflag)) 9731 if ((dp->op[i].rtn == OP_J) 9732 || (dp->op[i].rtn == OP_indirE)) 9734 else if ((dp->op[i].rtn == BND_Fixup) 9735 || (!dp->op[i].rtn && !dp->op[i].bytemode)) 9955 if (ins.intel_syntax && dp && dp->op[2].rtn == OP_Rounding 9956 && dp->op[3].rtn == OP_E && dp->op[4].rtn == NULL [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| i386-dis.c | 1866 op_rtn rtn; member in struct:dis386::__anon1276 9953 if (dp->op[i].rtn 9954 && !dp->op[i].rtn (&ins, dp->op[i].bytemode, sizeflag)) 10035 if ((dp->op[i].rtn == OP_J) 10036 || (dp->op[i].rtn == OP_indirE)) 10038 else if ((dp->op[i].rtn == BND_Fixup) 10039 || (!dp->op[i].rtn && !dp->op[i].bytemode)) 10259 if (ins.intel_syntax && dp && dp->op[2].rtn == OP_Rounding 10260 && dp->op[3].rtn == OP_E && dp->op[4].rtn == NULL [all...] |