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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
unistd.h 310 getlogin_r) __nonnull ((1));
314 __nonnull ((1)) __warnattr ("getlogin_r called with bigger buflen than "
318 getlogin_r (char *__buf, size_t __buflen) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
unistd.h 310 getlogin_r) __nonnull ((1));
314 __nonnull ((1)) __warnattr ("getlogin_r called with bigger buflen than "
318 getlogin_r (char *__buf, size_t __buflen) function
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 369 extern int getlogin_r (char *name, size_t size);
372 # undef getlogin_r macro
373 # define getlogin_r(n,s) \ macro
374 (GL_LINK_WARNING ("getlogin_r is unportable - " \
375 "use gnulib module getlogin_r for portability"), \
376 getlogin_r (n, s))
  /external/bison/darwin-lib/
unistd.h 1117 # undef getlogin_r macro
    [all...]
  /external/bison/linux-lib/
unistd.h 1117 # undef getlogin_r macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 344 /// int getlogin_r(char *name, size_t namesize);
345 getlogin_r, enumerator in enum:llvm::LibFunc::Func

Completed in 760 milliseconds