Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/e2fsprogs/
Dfsck.c885 smallint negate; in compile_fs_type() local
902 negate = 0; in compile_fs_type()
905 negate = 1; in compile_fs_type()
908 negate = 1; in compile_fs_type()
917 G.fs_type_flag[num] = negate ? FS_TYPE_FLAG_NEGOPT : FS_TYPE_FLAG_OPT; in compile_fs_type()
920 G.fs_type_negated = negate; in compile_fs_type()
921 if (G.fs_type_negated != negate) in compile_fs_type()
/busybox-1.35.0/coreutils/
Dtest.c954 int negate = 0; in test_main() local
981 res ^= negate; in test_main()
1010 negate ^= 1; in test_main()
/busybox-1.35.0/shell/
Dash.c11853 int negate; in pipeline() local
11855 negate = 0; in pipeline()
11858 negate = !negate; in pipeline()
11881 if (negate) { in pipeline()