Searched refs:mode_str (Results 1 – 2 of 2) sorted by relevance
| /freebsd-head/sys/dev/ocs_fc/ |
| HD | 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()
|
| /freebsd-head/contrib/less/ |
| HD | screen.c | 2655 static void tput_inmode(constant char *mode_str, int attr, int attr_bit, int (*f_putc)(int)) in tput_inmode() argument 2663 ltputs(mode_str, 1, f_putc); in tput_inmode() 2671 static void tput_outmode(constant char *mode_str, int attr_bit, int (*f_putc)(int)) in tput_outmode() argument 2675 ltputs(mode_str, 1, f_putc); in tput_outmode()
|