| /netbsd/src/external/bsd/libc++/dist/libcxxrt/src/ |
| D | libelftc_dem_gnu3.c | 205 char *rtn; in vector_str_get_flat() local 213 if ((rtn = malloc(sizeof(char) * (rtn_size + 1))) == NULL) in vector_str_get_flat() 220 memcpy(rtn + elem_pos, v->container[i], elem_size); in vector_str_get_flat() 225 rtn[rtn_size] = '\0'; in vector_str_get_flat() 230 return (rtn); in vector_str_get_flat() 424 char *rtn; in vector_str_substr() local 433 if ((rtn = malloc(sizeof(char) * (len + 1))) == NULL) in vector_str_substr() 442 memcpy(rtn + cur, v->container[i], len); in vector_str_substr() 445 rtn[cur] = '\0'; in vector_str_substr() 447 return (rtn); in vector_str_substr() [all …]
|
| /netbsd/src/usr.bin/rump_dhcpclient/ |
| D | configure.c | 290 struct rt *rtp, *rtl, *rtn; in add_router_host_route() local 297 for (rtn = rt; rtn != rtp; rtn = rtn->next) { in add_router_host_route() 299 if (rtn->dest.s_addr == rtp->gate.s_addr) in add_router_host_route() 303 cp2 = (const char *)&rtn->dest.s_addr; in add_router_host_route() 304 cp3 = (const char *)&rtn->net.s_addr; in add_router_host_route() 305 cplim = cp3 + sizeof(rtn->net.s_addr); in add_router_host_route() 313 if (rtn != rtp) in add_router_host_route() 324 rtn = xmalloc(sizeof(*rtn)); in add_router_host_route() 325 rtn->dest.s_addr = rtp->gate.s_addr; in add_router_host_route() 326 rtn->net.s_addr = INADDR_BROADCAST; in add_router_host_route() [all …]
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/ |
| D | security.c | 217 int rtn = 1; in within_range() local 233 rtn = avc_context_to_sid(sl, &slsid); in within_range() 234 if (rtn != 0) { in within_range() 240 rtn = avc_context_to_sid(range, &rangesid); in within_range() 241 if (rtn != 0) { in within_range() 254 rtn = avc_has_perm(slsid, rangesid, tclass, av, NULL, &avd); in within_range() 255 if (rtn != 0) { in within_range()
|
| D | isakmp_xauth.c | 853 int rtn = -1; in xauth_login_ldap() local 1107 rtn = 0; in xauth_login_ldap() 1127 return rtn; in xauth_login_ldap() 1133 int rtn = -1; in xauth_group_ldap() local 1257 rtn = 0; in xauth_group_ldap() 1289 return rtn; in xauth_group_ldap()
|
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | thr_posix.c | 158 int rtn; in ldap_pvt_thread_create() local 185 rtn = pthread_create( thread, attr, start_routine, arg ); in ldap_pvt_thread_create() 187 rtn = pthread_create( thread, &attr, start_routine, arg ); in ldap_pvt_thread_create() 200 if ( rtn < 0 ) rtn = errno; in ldap_pvt_thread_create() 202 return rtn; in ldap_pvt_thread_create()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/ |
| D | kerberos.c | 49 int rtn; in chk_kerberos() local 71 rtn = LUTIL_PASSWD_ERR; in chk_kerberos() 178 rtn = ret ? LUTIL_PASSWD_ERR : LUTIL_PASSWD_OK; in chk_kerberos() 211 return rtn; in chk_kerberos()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | slapindex.c | 95 int rtn; in slapindex() local 101 rtn = be->be_entry_reindex( be, id, adv ); in slapindex() 103 if( rtn != LDAP_SUCCESS ) { in slapindex()
|
| D | filterentry.c | 879 int rtn = LDAP_COMPARE_TRUE; /* True if empty */ in test_filter_and() local 888 rtn = rc; in test_filter_and() 894 rtn = rc; in test_filter_and() 898 Debug( LDAP_DEBUG_FILTER, "<= test_filter_and %d\n", rtn ); in test_filter_and() 900 return rtn; in test_filter_and() 910 int rtn = LDAP_COMPARE_FALSE; /* False if empty */ in test_filter_or() local 919 rtn = rc; in test_filter_or() 925 rtn = rc; in test_filter_or() 929 Debug( LDAP_DEBUG_FILTER, "<= test_filter_or %d\n", rtn ); in test_filter_or() 930 return rtn; in test_filter_or()
|
| D | ad.c | 169 int rtn = LDAP_UNDEFINED_TYPE; in slap_bv2ad() local 187 return rtn; in slap_bv2ad() 193 return rtn; in slap_bv2ad() 211 return rtn; in slap_bv2ad() 216 return rtn; in slap_bv2ad() 234 return rtn; in slap_bv2ad() 242 return rtn; in slap_bv2ad() 248 return rtn; in slap_bv2ad() 264 return rtn; in slap_bv2ad() 307 return rtn; in slap_bv2ad() [all …]
|
| D | component.c | 1200 int rtn = LDAP_COMPARE_TRUE; in test_comp_filter_and() local 1205 rtn = rc; in test_comp_filter_and() 1210 rtn = rc; in test_comp_filter_and() 1214 return rtn; in test_comp_filter_and() 1224 int rtn = LDAP_COMPARE_TRUE; in test_comp_filter_or() local 1229 rtn = rc; in test_comp_filter_or() 1234 rtn = rc; in test_comp_filter_or() 1238 return rtn; in test_comp_filter_or()
|
| D | sasl.c | 976 int rtn; in chk_sasl() local 999 rtn = LUTIL_PASSWD_ERR; in chk_sasl() 1009 rtn = ( sc != SASL_OK ) ? LUTIL_PASSWD_ERR : LUTIL_PASSWD_OK; in chk_sasl() 1012 return rtn; in chk_sasl()
|
| /netbsd/src/external/gpl2/lvm2/dist/daemons/cmirrord/ |
| D | functions.c | 918 uint64_t *rtn = (uint64_t *)rq->data; in clog_get_region_size() local 924 *rtn = lc->region_size; in clog_get_region_size() 925 rq->data_size = sizeof(*rtn); in clog_get_region_size() 938 int64_t *rtn = (int64_t *)rq->data; in clog_is_clean() local 945 *rtn = log_test_bit(lc->clean_bits, region); in clog_is_clean() 946 rq->data_size = sizeof(*rtn); in clog_is_clean() 963 int64_t *rtn = (int64_t *)rq->data; in clog_in_sync() local 973 *rtn = log_test_bit(lc->sync_bits, region); in clog_in_sync() 974 if (*rtn) in clog_in_sync() 981 rq->data_size = sizeof(*rtn); in clog_in_sync()
|
| D | cluster.c | 600 int rtn = 0; in import_checkpoint() local 697 rtn = -EIO; /* FIXME: better error */ in import_checkpoint() 723 rtn = -EIO; /* FIXME: better error */ in import_checkpoint() 732 rtn = -EIO; in import_checkpoint() 737 rtn = -EAGAIN; in import_checkpoint() 748 return rtn; in import_checkpoint()
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/arm/ |
| D | logops_n.asm | 108 beq L(rtn) 137 L(rtn): pop { r8, r9, r10 }
|
| /netbsd/src/bin/sh/ |
| D | nodes.c.pat | 169 char *rtn = st->string; 174 return rtn;
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/x86/atom/sse2/ |
| D | sqr_basecase.asm | 621 L(rtn): emms
|
| /netbsd/src/sys/arch/sun3/sun3x/ |
| D | pmap.c | 2616 int rtn; in pmap_dereference() local 2618 rtn = atomic_dec_uint_nv(&pmap->pm_refcount); in pmap_dereference() 2620 return rtn; in pmap_dereference() 3443 void *rtn; in pmap_bootstrap_alloc() local 3452 rtn = (void *) virtual_avail; in pmap_bootstrap_alloc() 3462 return rtn; in pmap_bootstrap_alloc()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | i386-dis.c | 1772 op_rtn rtn; member 9644 if (dp->op[i].rtn in print_insn() 9645 && !dp->op[i].rtn (&ins, dp->op[i].bytemode, sizeflag)) in print_insn() 9726 if ((dp->op[i].rtn == OP_J) in print_insn() 9727 || (dp->op[i].rtn == OP_indirE)) in print_insn() 9729 else if ((dp->op[i].rtn == BND_Fixup) in print_insn() 9730 || (!dp->op[i].rtn && !dp->op[i].bytemode)) in print_insn() 9925 if (ins.intel_syntax && dp && dp->op[2].rtn == OP_Rounding in print_insn() 9926 && dp->op[3].rtn == OP_E && dp->op[4].rtn == NULL) in print_insn() 9961 if (dp->op[2].rtn == OP_Rounding && !intel_swap_2_3) in print_insn() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | i386-dis.c | 1765 op_rtn rtn; member 9603 if (dp->op[i].rtn in print_insn() 9604 && !dp->op[i].rtn (&ins, dp->op[i].bytemode, sizeflag)) in print_insn() 9682 if ((dp->op[i].rtn == OP_J) in print_insn() 9683 || (dp->op[i].rtn == OP_indirE)) in print_insn() 9685 else if ((dp->op[i].rtn == BND_Fixup) in print_insn() 9686 || (!dp->op[i].rtn && !dp->op[i].bytemode)) in print_insn() 9881 if (ins.intel_syntax && dp && dp->op[2].rtn == OP_Rounding in print_insn() 9882 && dp->op[3].rtn == OP_E && dp->op[4].rtn == NULL) in print_insn() 9917 if (dp->op[2].rtn == OP_Rounding && !intel_swap_2_3) in print_insn() [all …]
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | 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)
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/s390_64/ |
| D | logops_n.asm | 105 L(rtn): br %r14
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/s390_32/ |
| D | logops_n.asm | 106 L(rtn): br %r14
|
| /netbsd/src/sys/arch/sparc/sparc/ |
| D | locore.s | 4492 #define OVERWRITE(rtn, v8_rtn, len) \ argument 4494 set rtn, %o1; \ 4498 set rtn, %o0; \
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ChangeLog-2015 | 3176 * elfnn-aarch64.c (aarch64_mem_op_p): Update comment. Rename rtn 3178 (aarch64_erratum_seqeunce): Rename rtn to rt2.
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | ChangeLog-2015 | 3176 * elfnn-aarch64.c (aarch64_mem_op_p): Update comment. Rename rtn 3178 (aarch64_erratum_seqeunce): Rename rtn to rt2.
|