Lines Matching refs:stderr
19 fprintf(stderr, __VA_ARGS__); \
20 fprintf(stderr, "\n"); \
26 fprintf(stderr, __VA_ARGS__); \
27 fprintf(stderr, "\n"); \
32 fprintf(stderr, __VA_ARGS__); \
33 fprintf(stderr, "\n"); \
39 fprintf(stderr, "Usage:\n");
40 fprintf(stderr, "* all filesystems\n");
41 fprintf(stderr, "tst_supported_fs [-s skip_list]\n");
42 fprintf(stderr, " print the list of supported filesystems\n");
43 fprintf(stderr, " if fs_type is supported and not in skip_list (optional),\n"
45 fprintf(stderr, " if fs_type isn't supported or in skip_list, return 1\n\n");
47 fprintf(stderr, "* single filesystem\n");
48 fprintf(stderr, "tst_supported_fs fs_type\n");
49 fprintf(stderr, " if fs_type is supported, return 0 otherwise return 1\n\n");
51 fprintf(stderr, "tst_supported_fs -s skip_list fs_type\n");
52 fprintf(stderr, " if fs_type is in skip_list, return 1 otherwise return 0\n\n");
54 fprintf(stderr, "tst_supported_fs -s skip_list -d path\n");
55 fprintf(stderr, " if filesystem mounted on path is in skip_list, return 1 otherwise return 0\n\n");
57 fprintf(stderr, "fs_type - a specified filesystem type\n");
58 fprintf(stderr, "skip_list - filesystems to skip, delimiter: '%c'\n",
60 fprintf(stderr, "path - any valid file or directory\n");
75 fprintf(stderr, "malloc() failed\n");