Searched refs:Forward (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h29 } Forward; typedef in typeref:struct:__anon4956
36 int forward_agent; /* Forward authentication agent. */
37 int forward_x11; /* Forward X11 display. */
39 int forward_x11_trusted; /* Trust Forward X11 display. */
105 Forward *local_forwards;
109 Forward *remote_forwards;
176 int parse_forward(Forward *, const char *, int, int);
182 void add_local_forward(Options *, const Forward *);
183 void add_remote_forward(Options *, const Forward *);
H A Dreadconf.c281 add_local_forward(Options *options, const Forward *newfwd)
283 Forward *fwd;
318 add_remote_forward(Options *options, const Forward *newfwd)
320 Forward *fwd;
420 Forward fwd;
1540 parse_forward(Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd)
H A Dmux.c512 format_forward(u_int ftype, Forward *fwd)
554 compare_forward(Forward *a, Forward *b)
573 Forward *rfwd;
630 Forward fwd;
779 Forward fwd, *found_fwd;
1596 mux_client_forward(int fd, int cancel_flag, u_int ftype, Forward *fwd)
H A Dssh.c252 Forward fwd;
1081 Forward *rfwd = (Forward *)ctxt;
H A Dclientloop.c878 Forward fwd;
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h84 if (AS->Forward) {
110 AliasSet *Forward; // Forwarding pointer. member in class:llvm::AliasSet
166 bool isForwardingAliasSet() const { return Forward; }
223 AliasSet() : PtrList(0), PtrListEnd(&PtrList), Forward(0), RefCount(0),
238 if (!Forward) return this;
240 AliasSet *Dest = Forward->getForwardedTarget(AST);
241 if (Dest != Forward) {
243 Forward->dropRef(AST);
244 Forward = Dest;
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp32 assert(!AS.Forward && "Alias set is already forwarding!");
33 assert(!Forward && "This set is a forwarding set!!");
67 AS.Forward = this; // Forward across AS now...
83 if (AliasSet *Fwd = AS->Forward) {
85 AS->Forward = 0;
223 if (I->Forward || !I->aliasesPointer(Ptr, Size, TBAAInfo, AA)) continue;
241 if (!I->Forward && I->aliasesPointer(Ptr, Size, TBAAInfo, AA))
251 if (I->Forward || !I->aliasesUnknownInst(Inst, AA))
256 else if (!I->Forward) // Otherwis
[all...]
/freebsd-10.0-release/tools/regression/ia64/emulated/
H A Dtest.c43 #define Forward 2 macro
162 #if VAR == Forward

Completed in 84 milliseconds