Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dstrsignal.c133 #ifdef SIGPIPE in strsignal()
134 case SIGPIPE: in strsignal()
/picolibc-latest/newlib/libc/signal/
Dsig2str.c117 #ifdef SIGPIPE
118 { "PIPE", SIGPIPE },
/picolibc-latest/newlib/libc/machine/cris/sys/
Dsignal.h122 #define SIGPIPE 13 macro
/picolibc-latest/newlib/libc/include/
Dsignal.h189 #define SIGPIPE 13 /* write on a pipe with no one to read it */ macro