Searched refs:msgBuf (Results 1 – 2 of 2) sorted by relevance
68 private immutable char[100] msgBuf = '\0';81 char[msgBuf.length] buf = void;88 this.msgBuf = buf;89 super(msgBuf[0..$-sink.length], file, line, next);126 private immutable char[120] msgBuf = '\0';137 char[msgBuf.length] buf = void;155 this.msgBuf = buf;156 super(msgBuf[0..$-sink.length], file, line, next);
499 static char msgBuf[1024]; in GetErrorString() local505 msgBuf, 1024, NULL ); in GetErrorString()507 return msgBuf; in GetErrorString()