Home
last modified time | relevance | path

Searched refs:msgBuf (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dexception.d68 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);
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dntservice.c499 static char msgBuf[1024]; in GetErrorString() local
505 msgBuf, 1024, NULL ); in GetErrorString()
507 return msgBuf; in GetErrorString()