Home
last modified time | relevance | path

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

/third_party/openssl/
DConfigure589 my %useradd = (
775 push @{$useradd{CFLAGS}}, '--ossl-strict-warnings';
857 push @{$useradd{LDLIBS}}, $_;
861 push @{$useradd{LDLIBS}}, $_, shift(@argvcopy);
865 push @{$useradd{LDFLAGS}}, $_;
873 push @{$useradd{LDFLAGS}}, $_, $rpath;
877 push @{$useradd{LDFLAGS}}, $_;
881 push @{$useradd{CPPDEFINES}}, $1;
885 push @{$useradd{CPPINCLUDES}}, $1;
889 push @{$useradd{CPPFLAGS}}, $1;
[all …]
/third_party/e2fsprogs/debian/
Duuid-runtime.postinst8 useradd -d /var/lib/libuuid -K UID_MIN=1 -K UID_MAX=499 -g libuuid libuuid
Dlibuuid1.postinst31useradd -d /var/lib/libuuid -K UID_MIN=$FIRST_SYSTEM_UID -K UID_MAX=$LAST_SYSTEM_UID -g libuuid li…
/third_party/libsoup/.gitlab-ci/
DDockerfile22 RUN useradd -u $HOST_USER_ID -ms /bin/bash user
/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/flutter/skia/docker/cmake-release/
DDockerfile13 && useradd -u 2000 -g 2000 skia
/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/skia/infra/wasm-common/docker/karma-chrome-tests/
DDockerfile22 && useradd -u 2000 -g 2000 skia \
/third_party/flutter/skia/infra/lottiecap/docker/lottie-web-puppeteer/
DDockerfile36 && useradd -u 2000 -g 2000 skia \
/third_party/skia/infra/lottiecap/docker/lottie-web-puppeteer/
DDockerfile36 && useradd -u 2000 -g 2000 skia \
/third_party/flutter/skia/infra/wasm-common/docker/karma-chrome-tests/
DDockerfile30 && useradd -u 2000 -g 2000 skia \
/third_party/flutter/skia/docker/skia-release/
DDockerfile12 && 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/openssl/Configurations/
D15-android.conf68 foreach (@{$useradd{CPPDEFINES}}, @{$user{CPPFLAGS}}) {
/third_party/ejdb/docker/testbed/
Dsetup.sh87 useradd -d /home/worker -m -s /bin/bash worker
/third_party/toybox/generated/
Dnewtoys.h9 USE_USERADD(OLDTOY(adduser, useradd, TOYFLAG_NEEDROOT|TOYFLAG_UMASK|TOYFLAG_SBIN))
281 USE_USERADD(NEWTOY(useradd, "<1>2u#<0G:s:g:h:SDH", TOYFLAG_NEEDROOT|TOYFLAG_UMASK|TOYFLAG_SBIN))
Dglobals.h1528 struct useradd_data useradd; member
Dflags.h6025 #define TT this.useradd
/third_party/e2fsprogs/
De2fsprogs.spec104 useradd -r -g uuidd -d /var/lib/libuuid -s /sbin/nologin \
/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/ltp/doc/
Dc-test-api.txt2016 "useradd",
/third_party/NuttX/
DReleaseNotes10363 - Password Commands: Add useradd, userdel, and passwd commands.