HomeSort by: relevance | last modified time | path
    Searched defs:ETIME (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
tio.c 48 /* for platforms that don't have ETIME use ETIMEDOUT */
49 #ifndef ETIME
50 #define ETIME ETIMEDOUT
51 #endif /* ETIME */
175 errno = ETIME;
188 errno = ETIME;
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 217 #ifndef ETIME
218 #define ETIME 9935
  /src/external/gpl3/gdb/dist/gnulib/import/
errno.in.h 129 # define ETIME 137 /* not required by POSIX */
  /src/external/gpl3/gdb.old/dist/gnulib/import/
errno.in.h 129 # define ETIME 137 /* not required by POSIX */
  /src/sys/sys/
errno.h 165 #define ETIME 92 /* STREAM ioctl timeout */

Completed in 21 milliseconds