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

  /src/lib/libc/net/
hostent.h 41 void sethostent_r(FILE **);
sethostent.c 78 sethostent_r(&_h_file);
98 sethostent_r(FILE **hf) function
166 sethostent_r(&hf);
278 sethostent_r(&hf);
gethnamaddr.c 1355 sethostent_r(&_h_file);
  /src/external/bsd/libbind/dist/include/
netdb.h 435 void sethostent_r __P((int, struct hostent_data *));
437 int sethostent_r __P((int, struct hostent_data *));
511 void sethostent_r __P((int));
  /src/external/bsd/libbind/dist/irs/
gethostent_r.c 129 sethostent_r(int stay_open, HOST_R_ENT_ARGS) function
131 sethostent_r(int stay_open)
  /src/external/bsd/libbind/dist/
configure 30022 { echo "$as_me:$LINENO: checking for sethostent_r" >&5
30023 echo $ECHO_N "checking for sethostent_r... $ECHO_C" >&6; }
30033 /* Define sethostent_r to an innocuous variant, in case <limits.h> declares sethostent_r.
30035 #define sethostent_r innocuous_sethostent_r
30038 which can conflict with char sethostent_r (); below.
30048 #undef sethostent_r
30056 char sethostent_r ();
30067 return sethostent_r ();
30116 extern void sethostent_r(int flag, struct hostent_data *ht_data)
    [all...]

Completed in 75 milliseconds