HomeSort by relevance Sort by last modified time
    Searched refs:pwd (Results 76 - 100 of 164) sorted by null

1 2 34 5 6 7

  /external/openssh/
sshpty.c 28 #include <pwd.h>
uidswap.c 19 #include <pwd.h>
auth2-pubkey.c 32 #include <pwd.h>
auth2.c 33 #include <pwd.h>
ssh-add.c 48 #include <pwd.h>
auth-options.c 18 #include <pwd.h>
  /external/qemu/
os-posix.c 33 #include <pwd.h>
  /frameworks/base/core/jni/
android_util_Process.cpp 40 #include <pwd.h>
117 struct passwd* pwd = getpwnam(str); local
118 if (pwd == NULL) {
121 return pwd->pw_uid;
  /system/core/toolbox/
lsof.c 40 #include <pwd.h>
ps.c 12 #include <pwd.h>
schedtop.c 15 #include <pwd.h>
  /system/vold/
Process.cpp 24 #include <pwd.h>
  /build/core/tasks/
sdk-addon.mk 88 $(hide) ( F=$$(pwd)/$@ ; cd $(PRIVATE_STAGING_DIR)/.. && zip -rq $$F * )
  /external/openssh/openbsd-compat/
bsd-cray.c 59 #include <pwd.h>
807 #include <pwd.h>
  /external/chromium_org/remoting/base/
util.cc 18 #include <pwd.h>
  /external/icu4c/
icudefs.mk 286 CURR_FULL_DIR?=$(shell pwd | sed 's/ /\\ /g')
288 CURR_SRCCODE_FULL_DIR?=$(shell pwd | sed 's/ /\\ /')
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 34 #include <pwd.h>
  /external/mksh/src/
check.pl 302 chop($pwd = `pwd 2>/dev/null`);
303 die "$prog: couldn't get current working directory\n" if $pwd eq '';
304 die "$prog: couldn't cd to $pwd - $!\n" if !chdir($pwd);
307 $test_prog = "$pwd/$test_prog" if substr($test_prog, 0, 1) ne '/';
644 if (!chdir($pwd)) {
645 print STDERR "$prog: couldn't cd to $pwd - $!\n";
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 47 #include <pwd.h>
2227 struct passwd pwd; local
2240 struct passwd pwd; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 49 #include <pwd.h>
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 648 char pwd[512]; local
656 if (!getcwd(pwd, sizeof(pwd))) {
685 chdir(pwd);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
unixfilesystem.cc 50 #include <pwd.h>
  /external/e2fsprogs/lib/e2p/
ls.c 21 #include <pwd.h>
  /external/icu4c/tools/tzcode/
tz2icu.cpp 648 char pwd[512]; local
656 if (!getcwd(pwd, sizeof(pwd))) {
685 chdir(pwd);
    [all...]
  /external/libppp/src/
auth.c 38 #include <pwd.h>

Completed in 2219 milliseconds

1 2 34 5 6 7