Home
last modified time | relevance | path

Searched refs:mode_str (Results 1 – 4 of 4) 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/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1691 llvm::StringRef mode_str; in ProcessCompletionDict() local
1693 if (completion_dict_sp->GetValueForKeyAsString("mode", mode_str)) { in ProcessCompletionDict()
1694 if (mode_str == "complete") in ProcessCompletionDict()
1696 else if (mode_str == "partial") in ProcessCompletionDict()
/freebsd/contrib/less/
H A Dscreen.c2937 static void tput_inmode(constant char *mode_str, int attr, int attr_bit, int (*f_putc)(int)) in tput_inmode() argument
2945 ltputs(mode_str, 1, f_putc); in tput_inmode()
2954 static void tput_outmode(constant char *mode_str, int attr_bit, int (*f_putc)(int)) in tput_outmode() argument
2958 ltputs(mode_str, 1, f_putc); in tput_outmode()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c5527 static const char * const mode_str[] = { in ath12k_wmi_hw_mode_to_str() local
5535 if (hw_mode >= ARRAY_SIZE(mode_str)) in ath12k_wmi_hw_mode_to_str()
5538 return mode_str[hw_mode]; in ath12k_wmi_hw_mode_to_str()