Searched refs:test_array (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/bin/network/wget/src/
H A Dres.c631 } test_array[] = {
637 for (i = 0; i < sizeof(test_array)/sizeof(test_array[0]); ++i)
640 is_robots_txt_url (test_array[i].url) == test_array[i].expected_result);
624 } test_array[] = { local
H A Durl.c2214 } test_array[] = {
2218 for (i = 0; i < sizeof(test_array)/sizeof(test_array[0]); ++i)
2221 const char *p = test_array[i].input;
2225 append_string (test_array[i].original_url, &dest);
2226 append_uri_pathel (p, p + strlen(p), test_array[i].escaped, &dest);
2230 strcmp (dest.base, test_array[i].expected_result) == 0);
2244 } test_array[] = {
2253 for (i = 0; i < sizeof(test_array)/sizeof(test_array[
2202 } test_array[] = { local
2232 } test_array[] = { local
[all...]
H A Dinit.c1652 } test_array[] = {
1659 for (i = 0; i < sizeof(test_array)/sizeof(test_array[0]); ++i)
1664 res = cmd_spec_restrict_file_names ("dummy", test_array[i].val, NULL);
1673 res == test_array[i].result
1674 && opt.restrict_files_os == test_array[i].expected_restrict_files_os
1675 && opt.restrict_files_ctrl == test_array[i].expected_restrict_files_ctrl
1676 && opt.restrict_files_case == test_array[i].expected_restrict_files_case);
1645 } test_array[] = { local
H A Dutils.c2382 } test_array[] = {
2388 for (i = 0; i < countof(test_array); ++i)
2390 bool res = subdir_p (test_array[i].d1, test_array[i].d2);
2393 res == test_array[i].result);
2407 } test_array[] = {
2425 for (i = 0; i < countof(test_array); ++i)
2427 bool res = dir_matches_p (test_array[i].dirlist, test_array[i].dir);
2430 res == test_array[
2366 } test_array[] = { local
2391 } test_array[] = { local
[all...]
H A Dhttp.c3370 } test_array[] = {
3381 for (i = 0; i < sizeof(test_array)/sizeof(test_array[0]); ++i)
3386 opt.dir_prefix = test_array[i].opt_dir_prefix;
3387 res = parse_content_disposition (test_array[i].hdrval, &filename);
3390 res == test_array[i].result
3392 || 0 == strcmp (test_array[i].filename, filename)));
3362 } test_array[] = { local
/haiku-fatelf/src/bin/network/wget/
H A Dconfigure8460 static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) >= 0)];
8461 test_array [0] = 0
8497 static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= $ac_mid)];
8498 test_array [0] = 0
8551 static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) < 0)];
8552 test_array [0] = 0
8588 static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) >= $ac_mid)];
8589 test_array [0] = 0
8652 static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= $ac_mid)];
8653 test_array [
[all...]
/haiku-fatelf/src/bin/bash/
H A Dconfigure6846 static int test_array [1 - 2 * !((0 < ((DBL_MAX_EXP < LDBL_MAX_EXP)
6852 test_array [0] = 0
6941 static int test_array [1 - 2 * !(((char) -1) < 0)];
6942 test_array [0] = 0
20076 static int test_array [1 - 2 * !(((long int) (sizeof (char))) >= 0)];
20077 test_array [0] = 0
20113 static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)];
20114 test_array [0] = 0
20167 static int test_array [1 - 2 * !(((long int) (sizeof (char))) < 0)];
20168 test_array [
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dconfigure4821 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
4822 test_array [0] = 0
4862 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
4863 test_array [0] = 0
4919 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
4920 test_array [0] = 0
4960 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
4961 test_array [0] = 0
5025 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
5026 test_array [
[all...]
/haiku-fatelf/src/bin/gdb/readline/
H A Dconfigure3351 static int test_array [1 - 2 * !(((char) -1) < 0)];
3352 test_array [0] = 0
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure2688 static int test_array [1 - 2 * !(($2) >= 0)];
2689 test_array [0] = 0
2704 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2705 test_array [0] = 0
2730 static int test_array [1 - 2 * !(($2) < 0)];
2731 test_array [0] = 0
2746 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2747 test_array [0] = 0
2780 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2781 test_array [
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dconfigure11685 static int test_array [1 - 2 * !(((char) -1) < 0)];
11686 test_array [0] = 0

Completed in 303 milliseconds