Searched refs:rl (Results 126 - 150 of 257) sorted by relevance

1234567891011

/netbsd-current/external/bsd/ipf/dist/
H A Dip_rpcb_pxy.c866 rpcb_listp_t *rl; local
982 rl = &rr->rr_v4;
983 rl->rl_list = p++;
987 re = &rl->rl_entries[rl->rl_cnt];
1007 ++rl->rl_cnt;
1017 for(rl->rl_cnt = 0; rl->rl_cnt < cnt; rl->rl_cnt++) {
1018 re = &rl
1384 rpcb_listp_t *rl; local
[all...]
/netbsd-current/external/bsd/kyua-testers/dist/
H A Datf_result_test.c82 struct rlimit rl; local
83 rl.rlim_cur = 0;
84 rl.rlim_max = RLIM_INFINITY;
85 if (setrlimit(RLIMIT_CORE, &rl) == -1)
H A Drun.c306 struct rlimit rl; local
308 const int ret = getrlimit(RLIMIT_CORE, &rl);
311 rl.rlim_cur = rl.rlim_max;
312 const int ret = setrlimit(RLIMIT_CORE, &rl) != -1;
/netbsd-current/lib/libc/locale/
H A Dmultibyte_amd1.c77 _RuneLocale *rl; local
83 rl = _RUNE_LOCALE(loc);
85 rl = _ps_to_runelocale(ps);
88 err0 = _citrus_ctype_mbsinit(rl->rl_citrus_ctype,
/netbsd-current/share/examples/puffs/rot13fs/
H A Drot13fs.c197 size_t rl; local
201 rl = *reslen;
208 while (rl > *reslen) {
210 rl -= _DIRENT_SIZE(dp);
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_rpcb_pxy.c829 rpcb_listp_t *rl; local
945 rl = &rr->rr_v4;
946 rl->rl_list = p++;
950 re = &rl->rl_entries[rl->rl_cnt];
970 ++rl->rl_cnt;
980 for(rl->rl_cnt = 0; rl->rl_cnt < cnt; rl->rl_cnt++) {
981 re = &rl
1322 rpcb_listp_t *rl; local
[all...]
/netbsd-current/external/bsd/libevent/dist/
H A Ddevpoll.c127 struct rlimit rl; local
133 if (getrlimit(RLIMIT_NOFILE, &rl) == 0 &&
134 rl.rlim_cur != RLIM_INFINITY)
135 nfiles = rl.rlim_cur;
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Ddevpoll.c126 struct rlimit rl; local
132 if (getrlimit(RLIMIT_NOFILE, &rl) == 0 &&
133 rl.rlim_cur != RLIM_INFINITY)
134 nfiles = rl.rlim_cur;
/netbsd-current/external/bsd/openldap/dist/include/
H A Dldap_rq.h39 LDAP_STAILQ_HEAD(rl, re_s) run_list;
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dget_str.c152 mp_limb_t rl, ul;
242 udiv_qrnd_unnorm (ul, rl, ul, 10);
243 *--s = rl;
284 udiv_qrnd_unnorm (ul, rl, ul, base);
285 *--s = rl;
151 mp_limb_t rl, ul; local
H A Dsqrtrem.c433 mp_limb_t cc, high, rl; local
459 sp[0] = mpn_sqrtrem1 (&rl, high);
461 rp[0] = rl;
465 cc = mpn_sqrtrem1 (&rl, high << (2*c)) >> c;
468 rp[0] = rl = high - cc*cc;
470 return rl != 0;
489 rl = np[0];
490 rp[1] = (high << (2*c)) | (rl >> (GMP_NUMB_BITS - 2*c));
491 rp[0] = rl << (2*c);
494 rp[0] = rl
[all...]
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-resp.c192 #define TEST_RET_LEN(rl) \
193 if (rl < 0) { goto trunc; } else { return rl; }
200 #define TEST_RET_LEN_NORETURN(rl) \
201 if (rl < 0) { goto trunc; }
/netbsd-current/lib/libc/gen/
H A Dsysconf.c77 struct rlimit rl; local
99 return (getrlimit(RLIMIT_NPROC, &rl) ? -1 : (long)rl.rlim_cur);
131 return (getrlimit(RLIMIT_NOFILE, &rl) ? -1 : (long)rl.rlim_cur);
/netbsd-current/external/bsd/wpa/dist/src/tls/
H A Dtlsv1_client_write.c132 if (conn->rl.tls_version >= TLS_VERSION_1_2) {
248 if (tlsv1_record_send(&conn->rl, TLS_CONTENT_TYPE_HANDSHAKE,
330 if (tlsv1_record_send(&conn->rl, TLS_CONTENT_TYPE_HANDSHAKE,
526 suite = tls_get_cipher_suite(conn->rl.cipher_suite);
559 if (tlsv1_record_send(&conn->rl, TLS_CONTENT_TYPE_HANDSHAKE,
621 if (conn->rl.tls_version == TLS_VERSION_1_2) {
686 if (conn->rl.tls_version >= TLS_VERSION_1_2) {
730 if (tlsv1_record_send(&conn->rl, TLS_CONTENT_TYPE_HANDSHAKE,
758 if (tlsv1_record_send(&conn->rl, TLS_CONTENT_TYPE_CHANGE_CIPHER_SPEC,
767 if (tlsv1_record_change_write_cipher(&conn->rl) <
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dreload1.cc1820 struct reload *rl = rld + rnum;
1833 | ~reg_class_contents[rl->rclass]);
1855 && targetm.hard_regno_mode_ok (regno, rl->mode))
1859 unsigned int this_nregs = hard_regno_nregs (regno, rl->mode);
1888 rl->in, rl->out,
1902 if (rl->in && REG_P (rl->in) && REGNO (rl->in) == regno)
1904 if (rl
1810 struct reload *rl = rld + rnum; local
7087 emit_input_reload_insns(class insn_chain *chain, struct reload *rl, rtx old, int j) argument
7547 emit_output_reload_insns(class insn_chain *chain, struct reload *rl, int j) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dreload1.c1821 struct reload *rl = rld + rnum;
1834 | ~reg_class_contents[rl->rclass]);
1856 && targetm.hard_regno_mode_ok (regno, rl->mode))
1860 unsigned int this_nregs = hard_regno_nregs (regno, rl->mode);
1889 rl->in, rl->out,
1903 if (rl->in && REG_P (rl->in) && REGNO (rl->in) == regno)
1905 if (rl
1811 struct reload *rl = rld + rnum; local
7091 emit_input_reload_insns(class insn_chain *chain, struct reload *rl, rtx old, int j) argument
7551 emit_output_reload_insns(class insn_chain *chain, struct reload *rl, int j) argument
7757 do_input_reload(class insn_chain *chain, struct reload *rl, int j) argument
7858 do_output_reload(class insn_chain *chain, struct reload *rl, int j) argument
[all...]
/netbsd-current/lib/libperfuse/
H A Dperfuse.c418 struct rlimit rl; local
421 rl.rlim_cur = RLIM_INFINITY;
422 rl.rlim_max = RLIM_INFINITY;
423 if (setrlimit(lim, &rl) != -1)
427 if (getrlimit(lim, &rl) == -1)
430 rl.rlim_cur = rl.rlim_max;
431 if (setrlimit(lim, &rl) == -1)
433 name, (uintmax_t)rl.rlim_cur);
/netbsd-current/dist/pf/usr.sbin/ftp-proxy/
H A Dnpf.c237 nl_rule_t *rl; local
248 rl = npf_rule_create(NULL, di | NPF_RULE_PASS | NPF_RULE_FINAL, NULL);
249 if (rl == NULL) {
255 errno = npf_rule_setcode(rl, NPF_CODE_BPF, insns, sizeof(insns));
257 npf_rule_destroy(rl);
262 fpe->fpe_rl = rl;
/netbsd-current/usr.bin/ftp/
H A Dcmdtab.c206 { "dir", H(lshelp), 1, 1, 1, CMPL(rl) ls },
218 { "get", H(receivehelp), 1, 1, 1, CMPL(rl) get },
228 { "ls", H(lshelp), 1, 1, 1, CMPL(rl) ls },
244 { "nlist", H(lshelp), 1, 1, 1, CMPL(rl) ls },
263 { "recv", H(receivehelp), 1, 1, 1, CMPL(rl) get },
264 { "reget", H(regethelp), 1, 1, 1, CMPL(rl) reget },
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_shift.c64 shift(SCR *sp, EXCMD *cmdp, enum which rl) argument
122 if (rl == RIGHT)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dmod_1_1.asm93 pand %mm7, %mm4 C rl
96 paddq %mm4, %mm7 C rh,rl
98 psllq %mm4, %mm7 C rh,rl normalized
99 movq %mm7, %mm2 C rl in low half
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_restrict.c241 restrict_u * rl; local
249 rl = eallocarray(count, cb);
251 res = (void *)((char *)rl + (count - 1) * cb);
256 INSIST(rl == res);
267 restrict_u * rl; local
275 rl = eallocarray(count, cb);
277 res = (void *)((char *)rl + (count - 1) * cb);
282 INSIST(rl == res);
/netbsd-current/usr.sbin/rpcbind/
H A Drpcbind.c154 struct rlimit rl; local
163 if (getrlimit(RLIMIT_NOFILE, &rl) == -1)
166 if (rl.rlim_cur < 128) {
167 if (rl.rlim_max <= 128)
168 rl.rlim_cur = rl.rlim_max;
170 rl.rlim_cur = 128;
171 if (setrlimit(RLIMIT_NOFILE, &rl) < 0)
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dinvsqrt_limb.h307 and in rh in rl the remainder: 2^64*u - s^2 = 2^64*rh + rl, with
308 2^64*rh + rl <= 2*s, and in invs the approximation of 2^96/sqrt(u) */
309 #define __gmpfr_sqrt_limb(s, rh, rl, invs, u) \
349 (rl) = _l; \
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ip2k/
H A Dallinsn.d411 280: 36 02 rl ADDRSEL
412 282: 36 0b rl STATUS
413 284: 36 38 rl \$38
414 286: 36 19 rl INTED
415 288: 36 01 rl \$01
416 28a: 36 1e rl IPCH
417 28c: 36 22 rl RADIR
418 28e: 36 2b rl LFSRA
421 290: 34 02 rl W,ADDRSEL
422 292: 34 0b rl
[all...]

Completed in 467 milliseconds

1234567891011