Symbol: reverse
crypto/heimdal/lib/krb5/salt-des.c
142
int reverse = 0;
crypto/heimdal/lib/krb5/salt-des.c
152
if (!reverse)
crypto/heimdal/lib/krb5/salt-des.c
157
reverse = !reverse;
crypto/krb5/src/lib/kadm5/srv/pwqual_hesiod.c
83
tcp = reverse(cp, revbuf, sizeof(revbuf));
crypto/openssl/apps/passwd.c
113
int passed_salt = 0, quiet = 0, table = 0, reverse = 0;
crypto/openssl/apps/passwd.c
150
reverse = 1;
crypto/openssl/apps/passwd.c
272
quiet, table, reverse, pw_maxlen, mode))
crypto/openssl/apps/passwd.c
295
table, reverse, pw_maxlen, mode))
crypto/openssl/apps/passwd.c
50
int reverse, size_t pw_maxlen, passwd_modes mode);
crypto/openssl/apps/passwd.c
784
int reverse, size_t pw_maxlen, passwd_modes mode)
crypto/openssl/apps/passwd.c
842
if (table && !reverse)
crypto/openssl/apps/passwd.c
844
else if (table && reverse)
crypto/openssl/ssl/ssl_ciph.c
774
int reverse = 0;
crypto/openssl/ssl/ssl_ciph.c
786
reverse = 1; /* needed to maintain sorting between currently
crypto/openssl/ssl/ssl_ciph.c
792
if (reverse) {
crypto/openssl/ssl/ssl_ciph.c
810
next = reverse ? curr->prev : curr->next;
lib/libc/stdlib/merge.c
310
reverse(f1, f2-size);
lib/libc/stdlib/merge.c
315
reverse (f1, f2-size);
lib/libvgl/simple.c
188
int sign_x, sign_y, step, reverse, i;
lib/libvgl/simple.c
202
reverse = 1;
lib/libvgl/simple.c
204
reverse = 0;
lib/libvgl/simple.c
225
plot(object, x, y, reverse, color);
lib/libvgl/simple.c
229
plot(object, x1, y1, reverse, color); /* plot first two points */
lib/libvgl/simple.c
241
plot(object, x, y, reverse, color);
lib/libvgl/simple.c
242
plot(object, ++x, y, reverse, color);
lib/libvgl/simple.c
244
plot(object, x1, y1, reverse, color);
lib/libvgl/simple.c
245
plot(object, --x1, y1, reverse, color);
lib/libvgl/simple.c
250
plot(object, x, y, reverse, color);
lib/libvgl/simple.c
251
plot(object, ++x, y += step, reverse,
lib/libvgl/simple.c
254
plot(object, x1, y1, reverse, color);
lib/libvgl/simple.c
255
plot(object, --x1, y1 -= step, reverse,
lib/libvgl/simple.c
259
plot(object, x, y += step, reverse, color);
lib/libvgl/simple.c
260
plot(object, ++x, y, reverse, color);
lib/libvgl/simple.c
262
plot(object, x1, y1 -= step, reverse,
lib/libvgl/simple.c
264
plot(object, --x1, y1, reverse, color);
lib/libvgl/simple.c
273
plot(object, ++x, y, reverse, color); /* pattern 1 */
lib/libvgl/simple.c
275
plot(object, ++x, y, reverse, color);
lib/libvgl/simple.c
277
plot(object, --x1, y1, reverse, color);
lib/libvgl/simple.c
280
plot(object, ++x, y, reverse, color); /* pattern 2 */
lib/libvgl/simple.c
282
plot(object, ++x, y += step, reverse, color);
lib/libvgl/simple.c
284
plot(object, --x1, y1, reverse, color);
lib/libvgl/simple.c
287
plot(object, ++x, y += step, reverse, color);
lib/libvgl/simple.c
289
plot(object, ++x, y, reverse, color);
lib/libvgl/simple.c
291
plot(object, --x1, y1 -= step, reverse, color);
lib/libvgl/simple.c
306
plot(object, x, y += step, reverse, color);
lib/libvgl/simple.c
307
plot(object, ++x, y += step, reverse, color);
lib/libvgl/simple.c
309
plot(object, x1, y1 -= step, reverse, color);
lib/libvgl/simple.c
310
plot(object, --x1, y1 -= step, reverse, color);
lib/libvgl/simple.c
315
plot(object, x, y, reverse, color);
lib/libvgl/simple.c
316
plot(object, ++x, y += step, reverse,
lib/libvgl/simple.c
320
plot(object, x1, y1, reverse, color);
lib/libvgl/simple.c
321
plot(object, --x1, y1 -= step, reverse,
lib/libvgl/simple.c
325
plot(object, x, y += step, reverse, color);
lib/libvgl/simple.c
326
plot(object, ++x, y, reverse, color);
lib/libvgl/simple.c
328
plot(object, x1, y1 -= step, reverse, color);
lib/libvgl/simple.c
329
plot(object, --x1, y1, reverse, color);
lib/libvgl/simple.c
337
plot(object, ++x, y += step, reverse, color); /* pattern 4 */
lib/libvgl/simple.c
339
plot(object, ++x, y += step, reverse,
lib/libvgl/simple.c
342
plot(object, --x1, y1 -= step, reverse,
lib/libvgl/simple.c
346
plot(object, ++x, y, reverse, color); /* pattern 2 */
lib/libvgl/simple.c
348
plot(object, ++x, y += step, reverse, color);
lib/libvgl/simple.c
350
plot(object, --x1, y1, reverse, color);
lib/libvgl/simple.c
353
plot(object, ++x, y += step, reverse, color);
lib/libvgl/simple.c
355
plot(object, ++x, y, reverse, color);
lib/libvgl/simple.c
358
plot(object, --x1, y1 -= step, reverse, color);
lib/libvgl/simple.c
360
plot(object, --x1, y1, reverse, color);
sbin/bectl/bectl_list.c
321
prop_list_sort(nvlist_t *props, char *property, bool reverse)
sbin/bectl/bectl_list.c
356
if ((lval < rval && reverse) ||
sbin/bectl/bectl_list.c
357
(lval > rval && !reverse))
sbin/bectl/bectl_list.c
364
if ((strcmp(sc_prev.val, sc_next.val) < 0 && reverse) ||
sbin/bectl/bectl_list.c
365
(strcmp(sc_prev.val, sc_next.val) > 0 && !reverse))
sbin/bectl/bectl_list.c
393
bool reverse;
sbin/bectl/bectl_list.c
399
reverse = false;
sbin/bectl/bectl_list.c
418
reverse = false;
sbin/bectl/bectl_list.c
424
reverse = true;
sbin/bectl/bectl_list.c
454
prop_list_sort(props, column, reverse);
sbin/ipf/ipfstat/ipfstat.c
1278
int maxtsentries = 0, reverse = 0, sorting = STSORT_DEFAULT;
sbin/ipf/ipfstat/ipfstat.c
1560
if (reverse)
sbin/ipf/ipfstat/ipfstat.c
1594
if (reverse)
sbin/ipf/ipfstat/ipfstat.c
1646
if (reverse)
sbin/ipf/ipfstat/ipfstat.c
1683
reverse = !reverse;
sys/dev/ice/ice_flex_pipe.c
1837
es->reverse = blk_sizes[i].reverse;
sys/dev/ice/ice_flex_pipe.c
926
u8 reverse; /* reverse FV order */
sys/dev/ice/ice_flex_type.h
274
u8 reverse; /* set to true to reverse FV order */
sys/dev/ice/ice_flow.c
693
if (hw->blk[params->blk].es.reverse)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
842
bool reverse)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
844
#define list_advance_entry(pos, reverse) \
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
845
((reverse) ? list_prev_entry(pos, list) : list_next_entry(pos, list))
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
847
#define list_for_each_advance_continue(pos, head, reverse) \
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
848
for (pos = list_advance_entry(pos, reverse); \
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
850
pos = list_advance_entry(pos, reverse))
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
858
list_for_each_advance_continue(iter, &root->children, reverse) {
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
863
ft = find_closest_ft_recursive(iter, &iter->children, reverse);
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
875
static struct mlx5_flow_table *find_closest_ft(struct fs_prio *prio, bool reverse)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
884
ft = find_closest_ft_recursive(parent, &curr_node->list, reverse);
tests/sys/netgraph/vlan_rotate.c
146
ATF_TC(reverse);
tests/sys/netgraph/vlan_rotate.c
147
ATF_TC_HEAD(reverse, conf)
tests/sys/netgraph/vlan_rotate.c
152
ATF_TC_BODY(reverse, dummy)
tests/sys/netgraph/vlan_rotate.c
330
ATF_TP_ADD_TC(vlan_rotate, reverse);
usr.bin/bluetooth/bthost/bthost.c
101
reverse? bt_ntoa(&ba, bastr) : arg,
usr.bin/bluetooth/bthost/bthost.c
102
reverse? "name" : "address",
usr.bin/bluetooth/bthost/bthost.c
103
reverse? he->h_name :
usr.bin/bluetooth/bthost/bthost.c
80
int reverse;
usr.bin/bluetooth/bthost/bthost.c
83
reverse = 1;
usr.bin/bluetooth/bthost/bthost.c
87
reverse = 0;
usr.bin/bluetooth/bthost/bthost.c
92
herror(reverse? bt_ntoa(&ba, bastr) : arg);
usr.bin/bluetooth/bthost/bthost.c
97
printf("%s", reverse? he->h_name :
usr.bin/patch/common.h
89
extern bool reverse;
usr.bin/patch/patch.c
1154
if (reverse && out_existed) {
usr.bin/patch/patch.c
1161
} else if (!reverse && out_existed) {
usr.bin/patch/patch.c
1186
reverse = !reverse;
usr.bin/patch/patch.c
1191
reverse ? "Assuming" : "Ignoring",
usr.bin/patch/patch.c
1192
reverse ? "R" : "Unr");
usr.bin/patch/patch.c
1195
reverse ? "Assume" : "Ignore");
usr.bin/patch/patch.c
1205
reverse = !reverse;
usr.bin/patch/patch.c
312
reverse = !reverse;
usr.bin/patch/patch.c
320
reverse = !reverse;
usr.bin/patch/patch.c
325
reverse = !reverse;
usr.bin/patch/patch.c
331
reverse ? "R" : "Unr",
usr.bin/patch/patch.c
332
reverse ? "Assuming" : "Ignoring");
usr.bin/patch/patch.c
335
reverse ? "R" : "Unr",
usr.bin/patch/patch.c
336
reverse ? "Assume" : "Ignore");
usr.bin/patch/patch.c
344
reverse = !reverse;
usr.bin/patch/patch.c
514
reverse = reverse_flag_specified;
usr.bin/patch/patch.c
642
reverse = true;
usr.bin/patch/patch.c
80
bool reverse = false;
usr.bin/patch/pch.c
1181
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
238
reverse(fp, fn, style, off, &sb);
usr.bin/tail/tail.c
261
reverse(stdin, fn, style, off, &sb);
usr.bin/ul/ul.c
219
reverse();
usr.bin/ul/ul.c
237
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
404
return(reverse ? -r : r);
usr.sbin/lpr/pac/pac.c
59
static int reverse; /* Reverse sort order */