Home
last modified time | relevance | path

Searched refs:useradd (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/openssl/openssl/
DConfigure712 my %useradd = (
915 push @{$useradd{CFLAGS}}, '--ossl-strict-warnings';
1006 push @{$useradd{LDLIBS}}, $_;
1010 push @{$useradd{LDLIBS}}, $_, shift(@argvcopy);
1014 push @{$useradd{LDFLAGS}}, $_;
1022 push @{$useradd{LDFLAGS}}, $_, $rpath;
1026 push @{$useradd{LDFLAGS}}, $_;
1030 push @{$useradd{CPPDEFINES}}, $1;
1034 push @{$useradd{CPPINCLUDES}}, $1;
1038 push @{$useradd{CPPFLAGS}}, $1;
[all …]
/third_party/openssl/
DConfigure712 my %useradd = (
915 push @{$useradd{CFLAGS}}, '--ossl-strict-warnings';
1006 push @{$useradd{LDLIBS}}, $_;
1010 push @{$useradd{LDLIBS}}, $_, shift(@argvcopy);
1014 push @{$useradd{LDFLAGS}}, $_;
1022 push @{$useradd{LDFLAGS}}, $_, $rpath;
1026 push @{$useradd{LDFLAGS}}, $_;
1030 push @{$useradd{CPPDEFINES}}, $1;
1034 push @{$useradd{CPPINCLUDES}}, $1;
1038 push @{$useradd{CPPFLAGS}}, $1;
[all …]
/third_party/ltp/testcases/kernel/fs/acl/
Dtacl_xattr.sh120 useradd -d `pwd`/tacl/tacluser1 tacluser1
121 useradd -d `pwd`/tacl/tacluser2 tacluser2
122 useradd -d `pwd`/tacl/tacluser3 tacluser3
123 useradd -d `pwd`/tacl/tacluser4 tacluser4
/third_party/ltp/testcases/network/nfsv4/acl/
Druntest21 useradd -u 60$i user$i
/third_party/skia/docker/cmake-release/
DDockerfile20 && useradd -u 2000 -g 2000 --home /workspace/__cache skia
/third_party/skia/docker/skia-build-tools/
DDockerfile12 && useradd -u 2000 -g 2000 skia
/third_party/astc-encoder/jenkins/
Dbuild.Dockerfile3 RUN useradd -u 1000 -U -m -c Jenkins jenkins
/third_party/skia/infra/wasm-common/docker/karma-chrome-tests/
DDockerfile22 && useradd -u 2000 -g 2000 skia \
/third_party/skia/infra/lottiecap/docker/lottie-web-puppeteer/
DDockerfile36 && useradd -u 2000 -g 2000 skia \
/third_party/toybox/
DConfig.in160 When commands like useradd/groupadd allocate system IDs, start here.
166 When commands like useradd/groupadd allocate user IDs, start here.
/third_party/node/deps/openssl/openssl/Configurations/
D15-android.conf68 foreach (@{$useradd{CPPDEFINES}}, @{$user{CPPFLAGS}}) {
/third_party/openssl/Configurations/
D15-android.conf68 foreach (@{$useradd{CPPDEFINES}}, @{$user{CPPFLAGS}}) {
/third_party/toybox/generated/
Dnewtoys.h9 USE_USERADD(OLDTOY(adduser, useradd, TOYFLAG_NEEDROOT|TOYFLAG_UMASK|TOYFLAG_SBIN))
290 USE_USERADD(NEWTOY(useradd, "<1>2u#<0G:s:g:h:SDH", TOYFLAG_NEEDROOT|TOYFLAG_UMASK|TOYFLAG_SBIN))
Dglobals.h1591 struct useradd_data useradd; member
Dflags.h6209 #define TT this.useradd
/third_party/python/Lib/test/
Dcfgparser.2242 ; add user script = /usr/sbin/useradd -d /dev/null -g machines –c
247 ; add user script = /usr/share/samba/scripts/smbldap-useradd.pl -w –d
251 ; add user script = /usr/sbin/useradd -s /bin/false %u
/third_party/elfutils/config/
Delfutils.spec.in333 useradd -r -g debuginfod -d /var/cache/debuginfod -s /sbin/nologin \
/third_party/ltp/doc/
Dc-test-api.txt2016 "useradd",
/third_party/NuttX/
DReleaseNotes10363 - Password Commands: Add useradd, userdel, and passwd commands.