Searched refs:error_len (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | PseudoTerminal.cpp | 100 ErrnoToStr(error_str, error_len); in OpenFirstAvailableMaster() 107 ErrnoToStr(error_str, error_len); in OpenFirstAvailableMaster() 115 ErrnoToStr(error_str, error_len); in OpenFirstAvailableMaster() 155 ErrnoToStr(error_str, error_len); in OpenSlave() 180 ::snprintf(error_str, error_len, "%s", in GetSlaveName() 187 ErrnoToStr(error_str, error_len); in GetSlaveName() 225 ErrnoToStr(error_str, error_len); in Fork() 241 ErrnoToStr(error_str, error_len); in Fork() 247 ErrnoToStr(error_str, error_len); in Fork() 252 ErrnoToStr(error_str, error_len); in Fork() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | PseudoTerminal.h | 85 lldb::pid_t Fork(char *error_str, size_t error_len); 139 const char *GetSlaveName(char *error_str, size_t error_len) const; 171 bool OpenFirstAvailableMaster(int oflag, char *error_str, size_t error_len); 203 bool OpenSlave(int oflag, char *error_str, size_t error_len);
|
| /freebsd-12.1/contrib/byacc/test/yacc/ |
| H A D | code_error.tab.c | 5 const YYINT error_len[] = { 2, variable
|
| H A D | pure_error.tab.c | 58 #define yylen error_len 159 static const YYINT error_len[] = { 2, variable
|
| H A D | error.tab.c | 58 #define yylen error_len 147 static const YYINT error_len[] = { 2, variable
|
| H A D | code_error.code.c | 58 #define yylen error_len
|
| /freebsd-12.1/contrib/byacc/test/btyacc/ |
| H A D | code_error.tab.c | 8 const YYINT error_len[] = { 2, variable
|
| H A D | pure_error.tab.c | 61 #define yylen error_len 179 static const YYINT error_len[] = { 2, variable
|
| H A D | error.tab.c | 61 #define yylen error_len 167 static const YYINT error_len[] = { 2, variable
|
| H A D | code_error.code.c | 61 #define yylen error_len
|