Searched refs:errstr (Results 1 – 1 of 1) sorted by relevance
308 char errstr[128]; in __monstartup() local309 snprintf (errstr, sizeof (errstr), "Cannot open file: %s", filename); in __monstartup()310 perror (errstr); in __monstartup()318 char errstr[128]; in __monstartup() local319 snprintf (errstr, sizeof (errstr), "Cannot truncate file: %s", filename); in __monstartup()320 perror (errstr); in __monstartup()