Searched refs:error_len (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DPseudoTerminal.h73 lldb::pid_t Fork(char *error_str, size_t error_len);
121 const char *GetSecondaryName(char *error_str, size_t error_len) const;
151 bool OpenFirstAvailablePrimary(int oflag, char *error_str, size_t error_len);
181 bool OpenSecondary(int oflag, char *error_str, size_t error_len);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp30 static void ErrnoToStr(char *error_str, size_t error_len) { argument
32 ::snprintf(error_str, error_len, "%s", strerror.c_str());
78 size_t error_len) {
87 ErrnoToStr(error_str, error_len);
94 ErrnoToStr(error_str, error_len);
102 ErrnoToStr(error_str, error_len);
110 ::snprintf(error_str, error_len, "%s", "pseudo terminal not supported");
125 size_t error_len) {
132 const char *secondary_name = GetSecondaryName(error_str, error_len);
142 ErrnoToStr(error_str, error_len);
77 OpenFirstAvailablePrimary(int oflag, char *error_str, size_t error_len) argument
124 OpenSecondary(int oflag, char *error_str, size_t error_len) argument
194 Fork(char *error_str, size_t error_len) argument
[all...]
/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dcode_error.tab.c5 const YYINT error_len[] = { 2, variable
H A Derror.tab.c58 #define yylen error_len
147 static const YYINT error_len[] = { 2, variable
H A Dpure_error.tab.c58 #define yylen error_len
159 static const YYINT error_len[] = { 2, variable
H A Dcode_error.code.c58 #define yylen error_len
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dcode_error.tab.c8 const YYINT error_len[] = { 2, variable
H A Derror.tab.c61 #define yylen error_len
167 static const YYINT error_len[] = { 2, variable
H A Dpure_error.tab.c61 #define yylen error_len
179 static const YYINT error_len[] = { 2, variable
H A Dcode_error.code.c61 #define yylen error_len

Completed in 400 milliseconds