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

/netbsd-current/external/bsd/elftosb/dist/common/
H A DStSRecordFile.cpp140 char typeChar = inLine[1]; local
141 if (!isdigit(typeChar))
145 newRecord.m_type = typeChar - '0';

Completed in 84 milliseconds