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

1 23 4 5 6 7

  /system/extras/su/
su.c 30 #include <pwd.h>
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/
publish.js 5 outDir: JSDOC.opt.d || SYS.pwd+"../out/jsdoc/",
6 templatesDir: JSDOC.opt.t || SYS.pwd+"../jsdoc-template/",
  /libcore/crypto/src/main/java/org/conscrypt/
KeyManagerImpl.java 59 * @param pwd
61 public KeyManagerImpl(KeyStore keyStore, char[] pwd) {
74 .getEntry(alias, new KeyStore.PasswordProtection(pwd));
  /external/ppp/pppd/
upap.c 621 char *user, *pwd, *msg; local
650 pwd = (char *) (p + ulen + 2);
657 print_string(pwd, wlen, printer, arg);
  /external/chromium_org/chrome/browser/android/
dev_tools_server.cc 7 #include <pwd.h>
  /external/openssh/
auth-passwd.c 43 #include <pwd.h>
auth-rhosts.c 25 #include <pwd.h>
auth2-hostbased.c 30 #include <pwd.h>
logintest.c 42 #include <pwd.h>
scp.c 98 #include <pwd.h>
352 struct passwd *pwd; variable in typeref:struct:passwd
480 if ((pwd = getpwuid(userid = getuid())) == NULL)
597 suser = pwd->pw_name;
636 suser = pwd->pw_name;
705 suser = pwd->pw_name;
auth-krb5.c 34 #include <pwd.h>
auth-rsa.c 25 #include <pwd.h>
auth1.c 21 #include <pwd.h>
sftp-common.c 34 #include <pwd.h>
ssh-keysign.c 32 #include <pwd.h>
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 107 $makestring =~ s/#PWD#/$pwd/g;
121 $answer =~ s/#PWD#/$pwd/g;
210 # No idea... just try using pwd as a last resort.
211 chop ($__pwd = `pwd`);
223 $pwd = &get_this_pwd;
298 # prepend pwd if this is a relative path (ie, does not
304 $mkpath = "$pwd$pathsep$make_path";
  /external/chromium_org/third_party/icu/source/config/
dist.mk 29 DISTY_FILE_DIR=$(shell pwd)/$(DISTY_DIR)
  /external/icu4c/config/
dist.mk 29 DISTY_FILE_DIR=$(shell pwd)/$(DISTY_DIR)
  /external/mksh/src/
misc.c 1750 char *dir, *allocd = NULL, *tryp, *pwd, *cdpath; local
    [all...]
  /external/openssh/openbsd-compat/
glob.c 69 #include <pwd.h>
351 struct passwd *pwd; local
381 if ((pwd = getpwuid(getuid())) == NULL)
384 h = pwd->pw_dir;
390 if ((pwd = getpwnam((char*) patbuf)) == NULL)
393 h = pwd->pw_dir;
  /art/test/
Android.mk 115 $(DEX2OAT) --runtime-arg -Xms16m --runtime-arg -Xmx16m --boot-image=$(HOST_CORE_IMG_OUT) --dex-file=$(PWD)/$$< --oat-file=$(PWD)/$$@ --instruction-set=$(HOST_ARCH) --host --host-prefix="" --android-root=$(HOST_OUT)
123 dalvikvm -XXlib:libartd.so -Ximage:$(shell pwd)/$(HOST_CORE_IMG_OUT) -classpath $(HOST_OUT_JAVA_LIBRARIES)/oat-test-dex-$(1).jar -Djava.library.path=$(HOST_OUT_SHARED_LIBRARIES) $(1) $(2) \
133 dalvikvm -XXlib:libartd.so -Ximage:$(shell pwd)/$(HOST_CORE_IMG_OUT) -Xint -classpath $(HOST_OUT_JAVA_LIBRARIES)/oat-test-dex-$(1).jar -Djava.library.path=$(HOST_OUT_SHARED_LIBRARIES) $(1) $(2) \
  /external/dropbear/
scp.c 278 struct passwd *pwd; variable in typeref:struct:passwd
391 if ((pwd = getpwuid(userid = getuid())) == NULL)
505 suser = pwd->pw_name;
573 suser = pwd->pw_name;
  /external/iproute2/ip/
iptuntap.c 23 #include <pwd.h>
  /external/linux-tools-perf/util/
util.h 91 #include <pwd.h>
  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 38 #include <pwd.h>

Completed in 951 milliseconds

1 23 4 5 6 7