Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/semihost/fake/
Dfake_kill.c43 int kill(pid_t pid, int sig) { if (pid == 1) _exit(128 + sig); errno = ESRCH; return -1; } in kill()
/picolibc-3.5.0-3.4.0/semihost/
Dkill.c44 int kill(pid_t pid, int sig) { if (pid == 1) _exit(128 + sig); errno = ESRCH; return -1; } in kill()
/picolibc-3.5.0-3.4.0/semihost/machine/powerpc/
Dpowerpc_kill.c43 int kill(pid_t pid, int sig) { if (pid == 1) _exit(128 + sig); errno = ESRCH; return -1; } in kill()
/picolibc-3.5.0-3.4.0/semihost/machine/x86/
De9_kill.c43 int kill(pid_t pid, int sig) { if (pid == 1) _exit(128 + sig); errno = ESRCH; return -1; } in kill()
/picolibc-3.5.0-3.4.0/newlib/libc/machine/nvptx/
Dmisc.c51 errno = ESRCH; in kill()
/picolibc-3.5.0-3.4.0/newlib/libc/string/
Dstrerror.c429 #ifdef ESRCH in _strerror_r()
430 case ESRCH: in _strerror_r()
/picolibc-3.5.0-3.4.0/newlib/libc/machine/spu/sys/
Derrno.h43 #define ESRCH 3 /* No such process */ macro
/picolibc-3.5.0-3.4.0/newlib/libc/machine/cris/sys/
Derrno.h60 #define ESRCH 3 /* No such process */ macro
/picolibc-3.5.0-3.4.0/newlib/libc/include/sys/
Derrno.h71 #define ESRCH 3 /* No such process */ macro