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.c2591 static void tput_inmode(char *mode_str, int attr, int attr_bit, int (*f_putc)(int)) in tput_inmode() argument
2599 ltputs(mode_str, 1, f_putc); in tput_inmode()
2607 static void tput_outmode(char *mode_str, int attr_bit, int (*f_putc)(int)) in tput_outmode() argument
2611 ltputs(mode_str, 1, f_putc); in tput_outmode()