Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dopt.c101 char short_str[2]; in bc_opt_error() local
103 short_str[0] = (char) c; in bc_opt_error()
104 short_str[1] = '\0'; in bc_opt_error()
106 bc_error(err, 0, short_str); in bc_opt_error()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1441 llvm::StringRef short_str = obj_sp->GetStringValue(); in SetOptionsFromArray() local
1442 if (short_str.empty()) { in SetOptionsFromArray()
1446 } else if (short_str.size() != 1) { in SetOptionsFromArray()
1451 short_option = (int) short_str[0]; in SetOptionsFromArray()