Searched refs:errp (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c130 if (errp != NULL) *errp |= 4; \
137 if (errp != NULL) *errp |= 2; \
144 if (errp != NULL) *errp |= 1; \
248 _IO_vfwscanf (s, format, argptr, errp)
252 int *errp;
255 _IO_vfscanf (s, format, argptr, errp)
259 int *errp;
[all...]
/haiku/src/bin/network/telnet/
H A Dtelnet.c702 setupterm(char *tname, int fd, int *errp) argument
706 if (errp)
707 *errp = 1;
710 if (errp)
711 *errp = 0;
/haiku/headers/posix/arpa/
H A Dnameser.h554 uint32_t ns_datetosecs(const char *cp, int *errp);

Completed in 136 milliseconds