Home
last modified time | relevance | path

Searched refs:mode_str (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_mgmt.c2749 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/contrib/less/
H A Dscreen.c2655 static void tput_inmode(constant char *mode_str, int attr, int attr_bit, int (*f_putc)(int)) in win_set_color()
2663 ltputs(mode_str, 1, f_putc); in win_set_color()
2671 static void tput_outmode(constant char *mode_str, int attr_bit, int (*f_putc)(int)) in at_enter()
2675 ltputs(mode_str, 1, f_putc); in at_enter()
2591 tput_inmode(char * mode_str,int attr,int attr_bit,int (* f_putc)(int)) tput_inmode() argument
2607 tput_outmode(char * mode_str,int attr_bit,int (* f_putc)(int)) tput_outmode() argument