HomeSort by relevance Sort by last modified time
    Searched defs:getdomainname (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
unistd.h 365 getdomainname) __nonnull ((1)) __wur;
369 __nonnull ((1)) __wur __warnattr ("getdomainname called with bigger "
374 __NTH (getdomainname (char *__buf, size_t __buflen)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
unistd.h 365 getdomainname) __nonnull ((1)) __wur;
369 __nonnull ((1)) __wur __warnattr ("getdomainname called with bigger "
374 __NTH (getdomainname (char *__buf, size_t __buflen)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
unistd.h 365 getdomainname) __nonnull ((1)) __wur;
369 __nonnull ((1)) __wur __warnattr ("getdomainname called with bigger "
374 __NTH (getdomainname (char *__buf, size_t __buflen)) function
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 305 extern int getdomainname(char *name, size_t len);
308 # undef getdomainname macro
309 # define getdomainname(n,l) \ macro
310 (GL_LINK_WARNING ("getdomainname is unportable - " \
311 "use gnulib module getdomainname for portability"), \
312 getdomainname (n, l))
  /external/bison/darwin-lib/
unistd.h 102 /* AIX and OSF/1 5.1 declare getdomainname in <netdb.h>, not in <unistd.h>.
966 # undef getdomainname macro
    [all...]
  /external/bison/linux-lib/
unistd.h 102 /* AIX and OSF/1 5.1 declare getdomainname in <netdb.h>, not in <unistd.h>.
966 # undef getdomainname macro
    [all...]

Completed in 680 milliseconds