| 148 | } |
| 149 | |
| 150 | static void print_system_path(const char *path) |
| 151 | { |
| 152 | char *s_path = system_path(path); |
| 153 | puts(s_path); |
| 154 | free(s_path); |
| 155 | } |
| 156 | |
| 157 | static int handle_options(const char ***argv, int *argc, int *envchanged) |
| 158 | { |
no test coverage detected