HomeSort by relevance Sort by last modified time
    Searched full:getpwnam (Results 126 - 150 of 255) sorted by null

1 2 3 4 56 7 8 91011

  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 311 /// struct passwd *getpwnam(const char *name);
312 getpwnam, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 171 "getpwnam",
495 TLI.setUnavailable(LibFunc::getpwnam);
  /external/compiler-rt/lib/tsan/rtl/
tsan_stat.cc 294 name[StatInt_getpwnam] = " getpwnam ";
  /external/iputils/ninfod/
ninfod.c 621 struct passwd *pw = getpwnam(optarg);
  /external/libppp/src/
auth.c 130 result = (pw = getpwnam(name)) &&
  /external/oprofile/opjitconv/
opjitconv.c 513 pw_oprofile = getpwnam("oprofile");
  /ndk/docs/text/system/libc/
CHANGES.text 138 - fix getpwnam() and getpwgrp() to accept "app_0" as a valid user name.
  /ndk/sources/host-tools/make-3.81/
configure.in 61 AC_SEARCH_LIBS(getpwnam, [sun])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 357 nobody = pwd.getpwnam('nobody')[2]
posixpath.py 275 pwent = pwd.getpwnam(path[1:i])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 357 nobody = pwd.getpwnam('nobody')[2]
posixpath.py 275 pwent = pwd.getpwnam(path[1:i])
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 681 p = getpwnam (name);
765 p = getpwnam (user_name);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libmudflap.so 
libmudflap.so.0 
libmudflap.so.0.0.0 
libmudflapth.so 
libmudflapth.so.0 
libmudflapth.so.0.0.0 
  /external/openssh/
monitor.c 719 /* Turn on permissions for getpwnam */
738 fatal("%s: multiple attempts for getpwnam", __func__);
    [all...]
auth.c 563 pw = getpwnam(user);
misc.c 536 if ((pw = getpwnam(user)) == NULL)
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 366 jobject getpwnam(const char* name) { function in class:Passwd
721 return Passwd(env).getpwnam(name.c_str());
    [all...]
  /external/chromium_org/courgette/testdata/
elf-32-1 
elf-32-2 

Completed in 891 milliseconds

1 2 3 4 56 7 8 91011