Home
last modified time | relevance | path

Searched refs:explanation (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/docs/
Dmdev.txt35 The simple explanation here is that [1] you need to have /sys mounted before
DSerial-Programming-HOWTO.txt144 A full explanation of the fields of the termios structure is contained
/busybox-1.35.0/shell/
Dhush.c8530 static void if_command_vV_print_and_exit(char opt_vV, char *cmd, const char *explanation) in if_command_vV_print_and_exit() argument
8538 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()