Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c308 char errstr[128]; in __monstartup() local
309 snprintf (errstr, sizeof (errstr), "Cannot open file: %s", filename); in __monstartup()
310 perror (errstr); in __monstartup()
318 char errstr[128]; in __monstartup() local
319 snprintf (errstr, sizeof (errstr), "Cannot truncate file: %s", filename); in __monstartup()
320 perror (errstr); in __monstartup()