Searched refs:ErrnoToStr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | PseudoTerminal.cpp | 33 static void ErrnoToStr(char *error_str, size_t error_len) { in ErrnoToStr() function 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() 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 …]
|