HomeSort by: relevance | last modified time | path
    Searched refs:TRY_AGAIN (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/resolv/
res_query.c 202 RES_SET_H_ERRNO(statp, TRY_AGAIN);
220 RES_SET_H_ERRNO(statp, TRY_AGAIN);
326 RES_SET_H_ERRNO(statp, TRY_AGAIN);
337 case TRY_AGAIN:
381 RES_SET_H_ERRNO(statp, TRY_AGAIN);
  /src/lib/libedit/
read.c 156 #ifndef TRY_AGAIN
157 #define TRY_AGAIN
164 #ifndef TRY_AGAIN
165 #define TRY_AGAIN
171 #ifdef TRY_AGAIN
193 #endif /* TRY_AGAIN */
  /src/include/
netdb.h 229 #define TRY_AGAIN 2 /*%< Non-Authoritive Host not found, or SERVERFAIL */
  /src/lib/libc/net/
getnetnamadr.c 208 h_errno = TRY_AGAIN;
275 h_errno = TRY_AGAIN;
getaddrinfo.c 2266 case TRY_AGAIN:
2626 h_errno = TRY_AGAIN;
2655 h_errno = TRY_AGAIN;
2755 h_errno = TRY_AGAIN;
2766 case TRY_AGAIN:
2810 h_errno = TRY_AGAIN;
getnameinfo.c 423 case TRY_AGAIN:
gethnamaddr.c 987 case TRY_AGAIN:
1067 case TRY_AGAIN:

Completed in 17 milliseconds