Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h56 #define ESPIPE 29 macro
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dftell.c48 errno = ESPIPE; /* historic practice */ in ftello()
Dfseek.c65 errno = ESPIPE; /* historic practice */ in fseeko()
/bionic/libc/include/sys/
D_errdefs.h68 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" )