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

  /src/external/bsd/libbind/dist/irs/
getnetent_r.c 53 *h_errnop = h_errno;
77 *h_errnop = h_errno;
105 *h_errnop = h_errno;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 2698 int *h_errnop) {
2701 h_errnop);
2705 int res = REAL(gethostbyname_r)(name, ret, buf, buflen, result, h_errnop);
2710 if (h_errnop)
2711 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, h_errnop, sizeof(*h_errnop));
2721 SIZE_T buflen, __sanitizer_hostent **result, int *h_errnop) {
2724 h_errnop);
2728 int res = REAL(gethostent_r)(ret, buf, buflen, result, h_errnop);
2733 if (h_errnop)
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 2872 int *h_errnop) {
2875 h_errnop);
2879 int res = REAL(gethostbyname_r)(name, ret, buf, buflen, result, h_errnop);
2884 if (h_errnop)
2885 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, h_errnop, sizeof(*h_errnop));
2895 SIZE_T buflen, __sanitizer_hostent **result, int *h_errnop) {
2898 h_errnop);
2902 int res = REAL(gethostent_r)(ret, buf, buflen, result, h_errnop);
2907 if (h_errnop)
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 2809 int *h_errnop) {
2812 h_errnop);
2816 int res = REAL(gethostbyname_r)(name, ret, buf, buflen, result, h_errnop);
2821 if (h_errnop)
2822 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, h_errnop, sizeof(*h_errnop));
2832 SIZE_T buflen, __sanitizer_hostent **result, int *h_errnop) {
2835 h_errnop);
2839 int res = REAL(gethostent_r)(ret, buf, buflen, result, h_errnop);
2844 if (h_errnop)
    [all...]
  /src/external/bsd/libbind/dist/
configure 28231 NET_R_ARGS="#define NET_R_ARGS char *buf, size_t buflen, struct netent **answerp, int *h_errnop"
28440 NET_R_ARGS="#define NET_R_ARGS char *buf, size_t buflen, struct netent **answerp, int *h_errnop"
29576 (const char *name, struct hostent *hp, char *buf, int len, int *h_errnop) {}
29604 HOST_R_ARGS="#define HOST_R_ARGS char *buf, int buflen, int *h_errnop"
29608 HOST_R_ERRNO="#define HOST_R_ERRNO *h_errnop = h_errno"
29715 HOST_R_ARGS="#define HOST_R_ARGS char *buf, size_t buflen, struct hostent **answerp, int *h_errnop"
29719 HOST_R_ERRNO="#define HOST_R_ERRNO *h_errnop = h_errno"
29741 HOST_R_ARGS="#define HOST_R_ARGS char *buf, int buflen, int *h_errnop"
29745 HOST_R_ERRNO="#define HOST_R_ERRNO *h_errnop = h_errno"

Completed in 30 milliseconds