Symbol: reverse
crypto/libressl/apps/openssl/passwd.c
102
.opt.flag = &passwd_config.reverse,
crypto/libressl/apps/openssl/passwd.c
240
passwd_config.table, passwd_config.reverse,
crypto/libressl/apps/openssl/passwd.c
266
passwd_config.reverse, pw_maxlen,
crypto/libressl/apps/openssl/passwd.c
40
char *passwd, BIO * out, int quiet, int table, int reverse,
crypto/libressl/apps/openssl/passwd.c
440
char *passwd, BIO * out, int quiet, int table, int reverse,
crypto/libressl/apps/openssl/passwd.c
48
int reverse;
crypto/libressl/apps/openssl/passwd.c
505
if (table && !reverse)
crypto/libressl/apps/openssl/passwd.c
507
else if (table && reverse)
crypto/libressl/ssl/ssl_ciph.c
801
int reverse = 0;
crypto/libressl/ssl/ssl_ciph.c
804
reverse = 1; /* needed to maintain sorting between currently deleted ciphers */
crypto/libressl/ssl/ssl_ciph.c
809
if (reverse) {
crypto/libressl/ssl/ssl_ciph.c
822
next = reverse ? curr->prev : curr->next;
lib/libc/stdlib/merge.c
301
reverse(f1, f2-size);
lib/libc/stdlib/merge.c
306
reverse (f1, f2-size);
sys/dev/disk/nata/atapi-tape.c
720
if (stp->cap.reverse) kprintf(", reverse");
sys/dev/disk/nata/atapi-tape.h
53
u_int8_t reverse :1; /* supports reverse direction */
sys/net/pf/pf.c
1150
((struct pf_state_key *)m->m_pkthdr.pf.statekey)->reverse) {
sys/net/pf/pf.c
1151
sk = ((struct pf_state_key *)m->m_pkthdr.pf.statekey)->reverse;
sys/net/pf/pf.c
1165
m->m_pkthdr.pf.statekey)->reverse = sk;
sys/net/pf/pf.c
1166
sk->reverse = m->m_pkthdr.pf.statekey;
sys/net/pf/pf.c
986
if (s->key[idx]->reverse)
sys/net/pf/pf.c
987
s->key[idx]->reverse->reverse = NULL;
sys/net/pf/pfvar.h
798
struct pf_state_key *reverse;
tools/tools/netrate/netperf/tcp_stream/tcp_stream.c
114
reverse = 1;
tools/tools/netrate/netperf/tcp_stream/tcp_stream.c
119
reverse = 0;
tools/tools/netrate/netperf/tcp_stream/tcp_stream.c
148
if (reverse)
tools/tools/netrate/netperf/tcp_stream/tcp_stream.c
294
} else if (reverse) {
tools/tools/netrate/netperf/tcp_stream/tcp_stream.c
63
volatile int reverse = 0, sfile = 0;
usr.bin/patch/common.h
90
extern bool reverse;
usr.bin/patch/patch.c
1149
if (reverse && out_existed) {
usr.bin/patch/patch.c
1156
} else if (!reverse && out_existed) {
usr.bin/patch/patch.c
1181
reverse = !reverse;
usr.bin/patch/patch.c
1186
reverse ? "Assuming" : "Ignoring",
usr.bin/patch/patch.c
1187
reverse ? "R" : "Unr");
usr.bin/patch/patch.c
1190
reverse ? "Assume" : "Ignore");
usr.bin/patch/patch.c
1200
reverse = !reverse;
usr.bin/patch/patch.c
313
reverse = !reverse;
usr.bin/patch/patch.c
321
reverse = !reverse;
usr.bin/patch/patch.c
326
reverse = !reverse;
usr.bin/patch/patch.c
332
reverse ? "R" : "Unr",
usr.bin/patch/patch.c
333
reverse ? "Assuming" : "Ignoring");
usr.bin/patch/patch.c
336
reverse ? "R" : "Unr",
usr.bin/patch/patch.c
337
reverse ? "Assume" : "Ignore");
usr.bin/patch/patch.c
345
reverse = !reverse;
usr.bin/patch/patch.c
511
reverse = reverse_flag_specified;
usr.bin/patch/patch.c
639
reverse = true;
usr.bin/patch/patch.c
81
bool reverse = false;
usr.bin/patch/pch.c
1187
if (reverse) /* backwards patch? */
usr.bin/tail/extern.h
65
void reverse(FILE *, const char *, enum STYLE, off_t, struct stat *);
usr.bin/tail/tail.c
192
reverse(fp, fn, style, off, &sb);
usr.bin/tail/tail.c
216
reverse(stdin, fn, style, off, &sb);
usr.bin/ul/ul.c
201
reverse();
usr.bin/ul/ul.c
219
reverse();
usr.bin/ul/ul.c
81
static void reverse(void);
usr.sbin/lpr/pac/pac.c
148
reverse++;
usr.sbin/lpr/pac/pac.c
405
return(reverse ? -r : r);
usr.sbin/lpr/pac/pac.c
60
static int reverse; /* Reverse sort order */