Home
last modified time | relevance | path

Searched refs:msg_mcReadErr (Results 1 – 3 of 3) sorted by relevance

/dports/games/cgoban/cgoban-1.9.14/src/
H A Dmsg.h81 extern const char msg_mcReadErr[];
H A Dmsg.c191 const char msg_mcReadErr[] = "System error \"%s\" occurred while trying to read " variable
H A DsgfIn.c79 str_print(&strErr, msg_mcReadErr, strerror(errno), fName); in sgf_createFile()