Searched refs:mode_str (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/ocs_fc/ |
| H A D | ocs_mgmt.c | 2749 static char mode_str[4]; in mode_string() local 2751 mode_str[0] = '\0'; in mode_string() 2753 strcat(mode_str, "r"); in mode_string() 2756 strcat(mode_str, "w"); in mode_string() 2759 strcat(mode_str, "x"); in mode_string() 2762 return mode_str; in mode_string()
|
| /src/contrib/less/ |
| H A D | screen.c | 2903 static void tput_inmode(constant char *mode_str, int attr, int attr_bit, int (*f_putc)(int)) in tput_inmode() argument 2911 ltputs(mode_str, 1, f_putc); in tput_inmode() 2919 static void tput_outmode(constant char *mode_str, int attr_bit, int (*f_putc)(int)) in tput_outmode() argument 2923 ltputs(mode_str, 1, f_putc); in tput_outmode()
|