Searched refs:forward (Results 26 - 50 of 53) sorted by relevance

123

/freebsd-10.2-release/usr.bin/mail/
H A Dcollect.c429 if (forward(linebuf + 2, collf, tempname, c) < 0)
611 forward(char ms[], FILE *fp, char *fn, int f) function
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dtest_keytab.c184 perf_delete(krb5_context context, krb5_keytab id, int forward, int times) argument
/freebsd-10.2-release/usr.sbin/unbound/local-setup/
H A Dlocal-unbound-setup.sh64 : ${forward_conf:=${workdir}/forward.conf}
168 # Generate resolvconf.conf so it updates forward.conf in addition to
185 # Generate forward.conf
189 echo "forward-zone:"
193 echo " forward-addr: ${forwarder}"
195 echo " forward-host: ${forwarder}"
385 # Generate forward.conf.
439 # Rewrite resolvconf.conf so resolvconf updates forward.conf
/freebsd-10.2-release/sys/vm/
H A Dvm_fault.c1098 int backward, forward, i; local
1106 forward = faultcount - reqpage - 1;
1109 forward = PFFOR;
1128 for (i = 0; i < 2 * imax(backward, forward); i++) {
1131 if (addr > addra + forward * PAGE_SIZE)
1545 * scan forward for the read ahead pages
/freebsd-10.2-release/contrib/binutils/binutils/
H A Ddlltool.c55 Or declares name1 as an alias (forward) of the function <external-name>
682 int forward; /* Number of forward label, 0 means no forward. */ member in struct:export
948 p->forward = ++d_nforwards;
950 p->forward = 0; /* no forward */
1868 if (exp->forward == 0)
1880 exp->forward, ASM_RVA_AFTER, ASM_C, exp->ordinal);
1908 if (exp->forward !
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2W.s772 CMPB,= %r21,%ret0,$00000012 ;if (i == 64) (forward)
776 CMPB,*<<,N %r29,%r4,bn_div_err_case ; if (h > 1<<i) (forward)
802 CMPB,*=,N %r31,%r6,$D2 ; if ((h>>32) != dh)(forward) div
840 CMPB,*<>,N %r0,%r26,$00000046 ; (forward)
854 CMPB,*<<=,N %r31,%r4,$00000036 ;if (n < th) (forward)
858 ADDIB,=,N -1,%r9,$D1 ;if (--count == 0) break (forward)
/freebsd-10.2-release/contrib/less/
H A Dfuncs.h137 public void forward ();
/freebsd-10.2-release/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl341 printf("Requests to forward non-forwardable ticket: $forward_non_forward\n");
469 } elsif (/Request to forward non-forwardable ticket/) {
/freebsd-10.2-release/contrib/groff/src/roff/troff/
H A Denv.cpp2001 node *forward = 0; local
2007 tem1->next = forward;
2008 forward = tem1;
2028 while (forward != 0) {
2029 node *tem1 = forward;
2030 forward = forward->next;
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp171 void RegScavenger::forward() { function in class:RegScavenger
172 // Move ptr forward.
H A DPrologEpilogInserter.cpp775 if (RS && !FrameIndexVirtualScavenging && MI) RS->forward(MI);
812 RS->forward(I);
H A DTailDuplication.cpp789 RS->forward(prior(PredBB->end()));
H A DBranchFolding.cpp382 RS->forward(prior(CurMBB->end()));
1258 // If this branch is the only thing in its block, see if we can forward
/freebsd-10.2-release/sys/net80211/
H A Dieee80211_hwmp.c963 * Ignore PREQs from us. Could happen because someone forward it
1219 "forward PREQ from %6D",
1549 int i, j = 0, forward = 0; local
1558 forward = 1;
1566 * NB: we also build a new PERR to propagate in case we should forward.
1576 if (forward)
1584 if (forward) {
1626 if (forward && perr->perr_ttl > 1) {
1685 * a mesh STA is unable to forward an MSDU/MMPDU to a next-hop mesh STA.
/freebsd-10.2-release/contrib/binutils/gas/
H A Decoff.c147 btIndirect -- forward or unnamed typedef
716 bt_Indirect = btIndirect, /* forward or unnamed typedef */
850 struct forward *forward_ref; /* forward references to this symbol */
872 typedef struct forward {
873 struct forward *next; /* next forward reference */
874 struct forward *free; /* free list pointer */
886 struct forward *forward_ref; /* list of forward reference
870 typedef struct forward { struct
1042 forward_t forward [ PAGE_SIZE / sizeof (forward_t) ]; member in union:page
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp337 rs.forward(II);
/freebsd-10.2-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dkerberos5.c89 int forward(int);
/freebsd-10.2-release/contrib/sendmail/src/
H A Dalias.c869 ** FORWARD -- Try to forward mail
875 ** to forward to. It must have been verified --
891 forward(user, sendq, aliaslevel, e) function
902 sm_dprintf("forward(%s)\n", user->q_paddr);
911 syserr("554 5.3.0 forward: no home");
915 /* good address -- look for .forward file in home */
920 ForwardPath = newstr("\201z/.forward");
938 sm_dprintf("forward: trying %s\n", buf);
948 sm_dprintf("forward: transient error on %s\n",
956 "forward
[all...]
H A Drecipient.c1040 forward(new, sendq, aliaslevel, e);
1382 ** forwarding -- if true, we are reading a .forward file.
1408 ** forward to a :include: file, it will not take on
1818 forwarding ? "forward" : ":include:");
1859 "forward %.200s => %s",
1874 syserr("Attempt to forward to more than %d addresses (in %s)!",
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipfstat.c1314 int len, srclen, dstlen, forward = 1, c = 0; local
1449 if (forward) {
1719 forward = 0;
1721 forward = 1;
/freebsd-10.2-release/contrib/gcc/
H A Dmips-tfile.c122 btIndirect -- forward or unnamed typedef
786 bt_Indirect = btIndirect, /* forward or unnamed typedef */
980 typedef struct forward {
981 struct forward *next; /* next forward reference */
982 struct forward *free; /* free list pointer */
996 struct forward *forward_ref; /* list of forward references */
1016 forward_t *f_forward; /* forward tag reference */
1104 forward_t forward [ PAGE_SIZ
973 typedef struct forward { struct
1097 forward_t forward [ PAGE_SIZE / sizeof (forward_t) ]; member in union:page
[all...]
H A Dtree-ssa-loop-ivopts.c4765 struct iv_ca_delta *delta, bool forward)
4770 if (!forward)
4781 if (!forward)
4764 iv_ca_delta_commit(struct ivopts_data *data, struct iv_ca *ivs, struct iv_ca_delta *delta, bool forward) argument
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1125 RS->forward(prior(Loc));
1422 RS->forward(prior(MBBI));
1450 RS->forward(prior(MBBI));
/freebsd-10.2-release/sys/dev/oce/
H A Doce_hw.h2407 uint32_t forward:1; member in struct:oce_nic_hdr_wqe::__anon9813::__anon9814
2427 uint32_t forward:1;
/freebsd-10.2-release/crypto/openssl/crypto/x509/
H A Dx509.h318 X509 *forward; member in struct:x509_cert_pair_st

Completed in 478 milliseconds

123