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

  /xsrc/external/mit/xdm/dist/xdm/
auth.c 775 if (getifaddrs(&ifap) < 0)
813 #else /* GETIFADDRS */
  /xsrc/external/mit/xorg-server/dist/os/
access.c 789 if (getifaddrs(&ifap) < 0) {
790 ErrorF("Warning: getifaddrs returns %s\n", strerror(errno));
  /xsrc/external/mit/xorg-server.old/dist/os/
access.c 712 if (getifaddrs(&ifap) < 0) {
713 ErrorF("Warning: getifaddrs returns %s\n", strerror(errno));
  /xsrc/external/mit/xorg-server.old/dist/
configure 25118 { echo "$as_me:$LINENO: checking for getifaddrs" >&5
25119 echo $ECHO_N "checking for getifaddrs... $ECHO_C" >&6; }
25129 /* Define getifaddrs to an innocuous variant, in case <limits.h> declares getifaddrs.
25131 #define getifaddrs innocuous_getifaddrs
25134 which can conflict with char getifaddrs (); below.
25144 #undef getifaddrs
25152 char getifaddrs ();
25163 return getifaddrs ();
    [all...]
  /xsrc/external/mit/xdm/dist/
configure 21550 # Function getifaddrs() comes from the C library, Solaris 11 -lsocket, or
21552 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing getifaddrs" >&5
21553 printf %s "checking for library containing getifaddrs... " >&6; }
21571 char getifaddrs (void);
21575 return getifaddrs ();
23028 ac_fn_c_check_func "$LINENO" "getifaddrs" "ac_cv_func_getifaddrs"

Completed in 45 milliseconds