Searched refs:_aInitStr (Results 1 – 1 of 1) sorted by relevance
327 …static const char _aInitStr[] = "\0\0\0\0\0\0TTR REGGES"; // Init complete ID string to make sure… in _DoInit() local360 for (i = 0; i < sizeof(_aInitStr) - 1; ++i) { in _DoInit()361 … p->acID[i] = _aInitStr[sizeof(_aInitStr) - 2 - i]; // Skip terminating \0 at the end of the array in _DoInit()