Searched refs:forward (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/
H A Dtst.invalidref.d41 forward = 0;
46 /!forward/
48 forward = 1;
/freebsd-9.3-release/contrib/openresolv/
H A Dnamed.in50 forward=
52 case "$forward" in
54 *) forward="$forward$NL $n;";;
57 if [ -n "$forward" ]; then
58 newoptions="${newoptions}forward first;${NL}forwarders {$forward${NL}};$NL"
63 newzones="$newzones type forward;$NL"
64 newzones="$newzones forward first;$NL forwarders {$NL"
/freebsd-9.3-release/etc/namedb/master/
H A DMakefile3 FILES= empty.db localhost-forward.db localhost-reverse.db
/freebsd-9.3-release/usr.bin/tail/
H A DMakefile5 SRCS= forward.c misc.c read.c reverse.c tail.c
H A Dextern.h60 void forward(FILE *, const char *, enum STYLE, off_t, struct stat *);
H A Dtail.c90 #define ARG(units, forward, backward) { \
100 style = (forward); \
213 forward(fp, fn, style, off, &sb);
236 forward(stdin, fn, style, off, &sb);
H A Dforward.c38 static const char sccsid[] = "@(#)forward.c 8.1 (Berkeley) 6/6/93";
76 * forward -- display the file, from an offset, forward.
98 forward(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) function
302 * follow -- display the file, from an offset, forward.
324 forward(file->fp, file->file_name, style, off, &file->st);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/
H A Dtst.bitfield.d28 typedef struct forward forward_t;
H A Dtst.struct.d28 typedef struct forward forward_t;
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h70 // These BitVectors are only used internally to forward(). They are members
86 /// forward - Move the internal MBB iterator and update register states.
87 void forward();
89 /// forward - Move the internal MBB iterator and update register states until
91 void forward(MachineBasicBlock::iterator I) { function in class:llvm::RegScavenger
92 if (!Tracking && MBB->begin() != I) forward();
93 while (MBBI != I) forward();
96 /// Invert the behavior of forward() on the current instruction (undo the
97 /// changes to the available registers made by forward()).
/freebsd-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.usholiday16 03/SunSecond Daylight Savings Time begins in USA; clocks move forward (2nd Sunday of March)
/freebsd-9.3-release/lib/libc/i386/string/
H A Dswab.S54 cld # set direction forward
/freebsd-9.3-release/contrib/gdb/
H A Ddjunpack.bat15 Rem directories, it MUST use backslashes, not forward slashes.
49 echo Remember that %1 cannot use forward slashes, only backslashes.
/freebsd-9.3-release/share/man/man5/
H A DMakefile27 forward.5 \
/freebsd-9.3-release/contrib/gcc/
H A Dcfgloopanal.c147 dfs (struct graph *g, int *qs, int nq, int *qt, bool forward) argument
159 #define FST_EDGE(V) (forward ? g->vertices[(V)].succ : g->vertices[(V)].pred)
160 #define NEXT_EDGE(E) (forward ? (E)->succ_next : (E)->pred_next)
161 #define EDGE_SRC(E) (forward ? (E)->src : (E)->dest)
162 #define EDGE_DEST(E) (forward ? (E)->dest : (E)->src)
/freebsd-9.3-release/contrib/less/
H A Dforwback.c14 * scrolling either forward or backward.
113 * Display n lines, scrolling forward,
141 * Also if the request exceeds the forward scroll limit
143 * repainting itself involves scrolling forward a screenful).
340 * Display n more lines, forward.
344 forward(n, force, only_last) function
355 * forward from end-of-file, go on to the next file.
H A Dcommand.c733 * If the previous action was a forward movement,
735 * just print the prompt since the forward movement guarantees
989 forward(1, 0, 0);
1170 forward((int) number, 0, 1);
1199 forward((int) number, 0, 0);
1214 * Force forward N (default 1) line.
1221 forward((int) number, 1, 0);
1236 * Force forward one screen.
1243 forward((int) number, 1, 0);
1267 forward(wscrol
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DOptional.h47 new (storage.buffer) T(std::forward<T>(y));
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp132 RS.forward(MII);
/freebsd-9.3-release/contrib/sendmail/cf/m4/
H A Dcfhead.m4302 define(`confFORWARD_PATH', `$z/.forward.$w:$z/.forward')
/freebsd-9.3-release/crypto/openssh/regress/
H A DMakefile49 dynamic-forward \
65 forward-control \
/freebsd-9.3-release/usr.bin/mail/
H A Dextern.h125 int forward(char [], FILE *, char *, int);
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_x509a.c189 ASN1_EXP_OPT(X509_CERT_PAIR, forward, X509, 0),
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_da_btree.c821 int count, forward, error, retval, i; local
844 * to merge with the forward block unless it is NULL.
851 forward = (info->forw != 0);
853 error = xfs_da_path_shift(state, &state->altpath, forward,
868 * whether to merge with the forward or the backward block.
873 forward = (be32_to_cpu(info->forw) < be32_to_cpu(info->back));
874 for (i = 0; i < 2; forward = !forward, i++) {
875 if (forward)
909 error = xfs_da_path_shift(state, &state->altpath, forward,
1469 xfs_da_path_shift(xfs_da_state_t *state, xfs_da_state_path_t *path, int forward, int release, int *result) argument
[all...]
H A Dxfs_dir2_node.c1129 int forward; /* sibling block direction */ local
1157 * to merge with the forward block unless it is NULL.
1164 forward = (info->forw != 0);
1166 error = xfs_da_path_shift(state, &state->altpath, forward, 0,
1176 * whether to merge with the forward or the backward block.
1180 forward = be32_to_cpu(info->forw) < be32_to_cpu(info->back);
1181 for (i = 0, bp = NULL; i < 2; forward = !forward, i++) {
1182 blkno = forward ? be32_to_cpu(info->forw) : be32_to_cpu(info->back);
1229 error = xfs_da_path_shift(state, &state->altpath, forward,
[all...]

Completed in 296 milliseconds

123