Home
last modified time | relevance | path

Searched refs:f (Results 1 – 6 of 6) sorted by relevance

/support/
A Dsupport_ptrace.c34 FILE *f = fopen ("/proc/sys/kernel/yama/ptrace_scope", "r"); in support_ptrace_scope() local
35 if (f != NULL) in support_ptrace_scope()
37 TEST_COMPARE (fscanf (f, "%d", &ptrace_scope), 1); in support_ptrace_scope()
38 xfclose (f); in support_ptrace_scope()
A Dtemp_file.c139 support_print_temp_files (FILE *f) in support_print_temp_files() argument
144 fprintf (f, "temp_files=(\n"); in support_print_temp_files()
146 fprintf (f, " '%s'\n", n->name); in support_print_temp_files()
147 fprintf (f, ")\n"); in support_print_temp_files()
A Dtest-container.c658 FILE *f; in check_for_unshare_hints() local
664 if (f != NULL) in check_for_unshare_hints()
673 fclose (f); in check_for_unshare_hints()
679 if (f != NULL) in check_for_unshare_hints()
688 fclose (f); in check_for_unshare_hints()
878 if (verbose && f) in main()
881 if (f == NULL) in main()
885 f = fopen (fname, "r"); in main()
886 if (verbose && f) in main()
895 if (f != NULL) in main()
[all …]
A Dsupport_test_main.c385 FILE *f = fopen (envstr_direct, "w"); in support_test_main() local
386 if (f == NULL) in support_test_main()
393 fprintf (f, "timeout=%u\ntimeoutfactor=%u\n", in support_test_main()
396 fprintf (f, "exit=%u\n", config->expected_status); in support_test_main()
398 fprintf (f, "signal=%s\n", strsignal (config->expected_signal)); in support_test_main()
401 support_print_temp_files (f); in support_test_main()
403 fclose (f); in support_test_main()
A Dshell-container.c397 FILE *f = fopen (filename, "r"); in run_script() local
398 if (f == NULL) in run_script()
403 while (fgets (line, sizeof (line), f) != NULL) in run_script()
412 fclose (f); in run_script()
A Dtimespec.h69 void __REDIRECT (test_timespec_equal_or_after_impl, (const char *f, int line,

Completed in 12 milliseconds