test 667 lib/pengine/rules.c gboolean test = TRUE; test 684 lib/pengine/rules.c test = pe_eval_subexpr(expr, rule_data, next_change); test 687 lib/pengine/rules.c if (test && do_and == FALSE) { test 691 lib/pengine/rules.c } else if (test == FALSE && do_and) { test 121 maint/gnulib/lib/bitset/base.h bool (*test) (bitset, bitset_bindex); test 197 maint/gnulib/lib/bitset/base.h #define BITSET_TEST_(SRC, BITNO) (SRC)->b.vtable->test (SRC, BITNO) test 33 maint/gnulib/tests/test-argp.c int test; test 234 maint/gnulib/tests/test-argp.c args->test = 1; test 295 maint/gnulib/tests/test-argp.c else if (test_args.test != 1) test 305 maint/gnulib/tests/test-argp.c else if (test_args.test != 1) test 88 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c static int volatile test; test 158 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c if (test != 1) test 228 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c if (test != 3) test 260 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c if (test != 1) test 305 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c test = atoi (argv[1]); test 356 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c switch (test) test 210 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c static int volatile test; test 287 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c if (test != 1) test 361 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c if (test != 3) test 393 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c if (test != 1) test 430 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c test = atoi (argv[1]); test 478 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c switch (test) test 36 maint/gnulib/tests/test-dirname.c static struct test tests[] = { test 134 maint/gnulib/tests/test-dirname.c struct test *t; test 116 maint/gnulib/tests/test-execute-child.c int test = atoi (argv[1]); test 117 maint/gnulib/tests/test-execute-child.c switch (test) test 189 maint/gnulib/tests/test-execute-child.c const char *expected = (test < 16 ? "0 1 2 10 " : "0 1 2 "); test 194 maint/gnulib/tests/test-execute-child.c fprintf (stderr, "Test case %d: %s\n", test, buf); fflush (stderr); test 60 maint/gnulib/tests/test-execute-main.c int test = atoi (argv[2]); test 62 maint/gnulib/tests/test-execute-main.c switch (test) test 87 maint/gnulib/tests/test-execute-main.c switch (test) test 63 maint/gnulib/tests/test-immutable.c int test = atoi (argv[1]); test 64 maint/gnulib/tests/test-immutable.c switch (test) test 37 maint/gnulib/tests/test-nonblocking-pipe-child.c int test = atoi (argv[1]); test 47 maint/gnulib/tests/test-nonblocking-pipe-child.c main_reader_loop (test, PIPE_DATA_BLOCK_SIZE, STDIN_FILENO); test 45 maint/gnulib/tests/test-nonblocking-pipe-main.c int test; test 51 maint/gnulib/tests/test-nonblocking-pipe-main.c test = atoi (argv[2]); test 71 maint/gnulib/tests/test-nonblocking-pipe-main.c if (test & 1) test 73 maint/gnulib/tests/test-nonblocking-pipe-main.c if (test & 2) test 104 maint/gnulib/tests/test-nonblocking-pipe-main.c main_writer_loop (test, PIPE_DATA_BLOCK_SIZE, STDOUT_FILENO, false); test 127 maint/gnulib/tests/test-nonblocking-reader.h main_reader_loop (int test, size_t data_block_size, int fd) test 138 maint/gnulib/tests/test-nonblocking-reader.h switch (test) test 38 maint/gnulib/tests/test-nonblocking-socket-child.c int test = atoi (argv[1]); test 46 maint/gnulib/tests/test-nonblocking-socket-child.c if (test & 2) test 49 maint/gnulib/tests/test-nonblocking-socket-child.c main_reader_loop (test, SOCKET_DATA_BLOCK_SIZE, client_socket); test 47 maint/gnulib/tests/test-nonblocking-socket-main.c int test; test 55 maint/gnulib/tests/test-nonblocking-socket-main.c test = atoi (argv[2]); test 91 maint/gnulib/tests/test-nonblocking-socket-main.c if (test & 1) test 114 maint/gnulib/tests/test-nonblocking-socket-main.c main_writer_loop (test, SOCKET_DATA_BLOCK_SIZE, server_socket, test 60 maint/gnulib/tests/test-nonblocking-writer.h main_writer_loop (int test, size_t data_block_size, int fd, test 69 maint/gnulib/tests/test-nonblocking-writer.h switch (test) test 386 maint/gnulib/tests/test-poll.c test (test_tty, "TTY"); test 389 maint/gnulib/tests/test-poll.c result = test (test_connect_first, "Unconnected socket test"); test 390 maint/gnulib/tests/test-poll.c result += test (test_socket_pair, "Connected sockets test"); test 391 maint/gnulib/tests/test-poll.c result += test (test_accept_first, "General socket test with fork"); test 392 maint/gnulib/tests/test-poll.c result += test (test_pipe, "Pipe test"); test 167 maint/gnulib/tests/test-posix_spawn-chdir.c test ("pwd"); test 178 maint/gnulib/tests/test-posix_spawn-chdir.c test (&abs_pwd_prog[1]); test 175 maint/gnulib/tests/test-posix_spawn-fchdir.c test ("pwd"); test 187 maint/gnulib/tests/test-posix_spawn-fchdir.c test (&abs_pwd_prog[1]); test 455 maint/gnulib/tests/test-select.h test (test_tty, "TTY", my_select); test 458 maint/gnulib/tests/test-select.h result += test (test_bad_nfd, my_select, "Invalid nfd test"); test 459 maint/gnulib/tests/test-select.h result += test (test_bad_fd, my_select, "Invalid fd test"); test 460 maint/gnulib/tests/test-select.h result += test (test_connect_first, my_select, "Unconnected socket test"); test 461 maint/gnulib/tests/test-select.h result += test (test_socket_pair, my_select, "Connected sockets test"); test 462 maint/gnulib/tests/test-select.h result += test (test_accept_first, my_select, "General socket test with fork"); test 463 maint/gnulib/tests/test-select.h result += test (test_pipe, my_select, "Pipe test"); test 67 maint/gnulib/tests/test-sm3-buffer.c if (test (in[i], out[i])) test 79 maint/gnulib/tests/test-spawn-pipe-main.c int test; test 94 maint/gnulib/tests/test-spawn-pipe-main.c test = atoi (argv[2]); test 95 maint/gnulib/tests/test-spawn-pipe-main.c switch (test) test 135 maint/gnulib/tests/test-spawn-pipe-main.c test_pipe (argv[1], test >= 4); test 95 maint/gnulib/tests/test-timespec.c struct timespec test[nprototypes + 1]; test 100 maint/gnulib/tests/test-timespec.c test[0] = make_timespec (TYPE_MINIMUM (time_t), -1); test 110 maint/gnulib/tests/test-timespec.c test[ntests++] = make_timespec (t, prototype[i].ns); test 120 maint/gnulib/tests/test-timespec.c struct timespec a = test[i]; test 132 maint/gnulib/tests/test-timespec.c struct timespec b = test[j]; test 147 maint/gnulib/tests/test-timespec.c struct timespec c = test[k]; test 46 maint/gnulib/tests/test-userspec.c static struct test T[] =