Searched refs:explanation (Results 1 – 3 of 3) sorted by relevance
35 The simple explanation here is that [1] you need to have /sys mounted before
144 A full explanation of the fields of the termios structure is contained
8530 static void if_command_vV_print_and_exit(char opt_vV, char *cmd, const char *explanation) in if_command_vV_print_and_exit() argument8538 if (!explanation) { in if_command_vV_print_and_exit()8540 explanation = to_free = find_executable(cmd, &path); /* path == NULL is ok */ in if_command_vV_print_and_exit()8541 if (!explanation) in if_command_vV_print_and_exit()8546 printf((opt_vV == 'V') ? "%s is %s\n" : "%s\n", cmd, explanation); in if_command_vV_print_and_exit()