Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/libio/
H A Diofdopen.c69 MAYBE_SET_EINVAL; in _IO_new_fdopen()
103 MAYBE_SET_EINVAL; in _IO_new_fdopen()
H A Diogetdelim.c49 MAYBE_SET_EINVAL; in _IO_getdelim()
H A DlibioP.h956 # define MAYBE_SET_EINVAL __set_errno (EINVAL) macro
958 # define MAYBE_SET_EINVAL /* nothing */ macro
963 if ((FILE) == NULL) { MAYBE_SET_EINVAL; return RET; } \
966 { MAYBE_SET_EINVAL; return RET; }}
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c166 MAYBE_SET_EINVAL; \
H A Dvfprintf.c62 MAYBE_SET_EINVAL; \