Home
last modified time | relevance | path

Searched refs:test_all_args (Results 1 – 2 of 2) sorted by relevance

/openbsd/regress/lib/libfuse/
H A Dfuse-parse-cmdline.c32 test_all_args(char **dir, int *multithreaded, int *foreground) in test_all_args() function
81 test_all_args(NULL, NULL, NULL); in main()
82 test_all_args(&dir, NULL, NULL); in main()
83 test_all_args(&dir, &multithreaded, NULL); in main()
84 test_all_args(&dir, &multithreaded, &foreground); in main()
H A Dfuse-opt-parse.c232 test_all_args(void) in test_all_args() function
291 test_all_args(); in main()