Searched refs:pwd (Results 1 - 25 of 456) sorted by relevance

1234567891011>>

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/
H A D5-1.c14 #include <pwd.h>
35 struct passwd *pwd;
37 pwd = getpwnam("nobody");
38 if (pwd != NULL) {
39 setgid(pwd->pw_gid);
40 setuid(pwd->pw_uid);
/external/autotest/client/deps/graphics/
H A Dgraphics.py16 pwd = os.getcwd() variable
17 utils.update_version(pwd + '/src', True, version, setup)
/external/autotest/client/deps/webgl_mpd/
H A Dwebgl_mpd.py16 pwd = os.getcwd() variable
17 utils.update_version(pwd + '/src', True, version, setup)
/external/ltp/testcases/misc/math/float/bessel/
H A Dreadme4 $ pwd
/external/ltp/testcases/misc/math/float/exp_log/
H A Dreadme4 $ pwd
/external/ltp/testcases/misc/math/float/iperb/
H A DREADME4 $ pwd
/external/ltp/testcases/misc/math/float/power/
H A Dreadme4 $ pwd
/external/syslinux/com32/modules/
H A Dpwd.c37 char pwd[PATH_MAX], *pwdptr; local
39 pwdptr = getcwd(pwd, PATH_MAX);
41 if (pwd[0] != 0)
42 puts(pwd);
/external/toybox/toys/pending/
H A Duseradd.c45 struct passwd pwd; local
64 pwd.pw_name = s;
65 pwd.pw_passwd = "x";
66 pwd.pw_gecos = TT.gecos ? TT.gecos : "Linux User,";
67 pwd.pw_dir = TT.dir ? TT.dir : xmprintf("/home/%s", *toys.optargs);
79 pwd.pw_shell = TT.shell;
90 pwd.pw_uid = TT.uid;
97 if (getgrnam(pwd.pw_name)) error_exit("group '%s' in use", pwd.pw_name);
101 pwd
[all...]
/external/autotest/client/deps/fakegudev/
H A Dfakegudev.py19 pwd = os.getcwd() variable
20 utils.update_version(pwd + '/src', True, version, setup, pwd)
/external/autotest/client/deps/fakemodem/
H A Dfakemodem.py19 pwd = os.getcwd() variable
20 utils.update_version(pwd + '/src', True, version, setup, pwd)
/external/autotest/client/deps/gfxtest/
H A Dgfxtest.py18 pwd = os.getcwd() variable
19 utils.update_version(pwd + '/src', True, version, setup, pwd)
/external/autotest/client/deps/glbench/
H A Dglbench.py18 pwd = os.getcwd() variable
19 utils.update_version(pwd + '/src', True, version, setup, pwd)
/external/autotest/client/deps/gtest/
H A Dgtest.py18 pwd = os.getcwd() variable
19 utils.update_version(pwd + '/src', False, version, setup, pwd)
/external/autotest/client/deps/ibusclient/
H A Dibusclient.py18 pwd = os.getcwd() variable
19 utils.update_version(pwd + '/src', True, version, setup, pwd)
/external/autotest/client/deps/iwcap/
H A Diwcap.py14 pwd = os.getcwd() variable
15 utils.update_version(pwd + '/src', True, version, setup, pwd)
/external/autotest/client/deps/lansim/
H A Dlansim.py21 pwd = os.getcwd() variable
22 utils.update_version(os.path.join(pwd, 'src'), True, version, setup, pwd)
/external/autotest/client/deps/nvmap_compactor/
H A Dnvmap_compactor.py19 pwd = os.getcwd() variable
20 utils.update_version(pwd + '/src', True, version, setup, pwd)
/external/autotest/client/deps/systemtap/
H A Dsystemtap.py21 pwd = os.getcwd() variable
22 utils.update_version(pwd+'/src', True, version, setup, pwd)
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dgetpwnam_r_invalid_user.cc6 #include <pwd.h>
13 struct passwd pwd; local
16 int res = getpwnam_r("no-such-user", &pwd, buf, sizeof(buf), &pwdres);
/external/autotest/client/deps/dejagnu/
H A Ddejagnu.py18 pwd = os.getcwd() variable
20 tarball = os.path.join(pwd, 'dejagnu-1.4.4.tar.bz2')
21 utils.update_version(pwd+'/src', False, version, setup, tarball, pwd)
/external/autotest/client/deps/libnet/
H A Dlibnet.py21 pwd = os.getcwd() variable
22 tarball = os.path.join(pwd, 'libnet.tar.gz')
23 utils.update_version(pwd+'/src', False, version, setup, tarball, pwd)
/external/autotest/client/deps/pgsql/
H A Dpgsql.py20 pwd = os.getcwd() variable
21 tarball = os.path.join(pwd, 'postgresql-8.3.1.tar.bz2')
22 utils.update_version(pwd+'/src', False, version, setup, tarball, pwd)
/external/toybox/toys/other/
H A Dlogin.c52 struct passwd *pwd = 0; local
87 pwd = getpwnam(username);
88 if (pwd && *pwd->pw_passwd != '!' && *pwd->pw_passwd != '*') {
91 if (TT.username || !*pwd->pw_passwd) break;
94 if (*(pass = pwd->pw_passwd) == 'x') {
110 syslog(LOG_WARNING, "invalid password for '%s' on %s %s%s", pwd->pw_name,
117 pwd = 0;
124 if (!pwd) error_exi
[all...]
/external/autotest/client/deps/touchpad-tests/
H A Dtouchpad-tests.py24 pwd = os.getcwd() variable
25 utils.update_version(os.getcwd(), True, version, setup, pwd)

Completed in 510 milliseconds

1234567891011>>