OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getent
(Results
1 - 8
of
8
) sorted by null
/external/e2fsprogs/debian/
uuid-runtime.postinst
4
if !
getent
group | grep -q libuuid; then
7
if !
getent
passwd | grep -q libuuid; then
libuuid1.postinst
27
if !
getent
group | grep -q libuuid; then
30
if !
getent
passwd | grep -q libuuid; then
/external/ltp/testcases/commands/sssd/
sssd01
37
getent
passwd $username@LOCAL | grep "$LTPTMP" >/dev/null 2>&1
46
getent
passwd $username@LOCAL | grep "$LTPTMP" >/dev/null 2>&1
72
getent
passwd $username@LOCAL | grep "$home_dir" >/dev/null 2>&1
81
getent
passwd $username@LOCAL | grep "$home_dir" >/dev/null 2>&1
105
getent
passwd $username@LOCAL | grep "$home_dir" >/dev/null 2>&1
114
getent
passwd $username@LOCAL | grep "$home_dir" >/dev/null 2>&1
sssd02
38
getent
passwd $username@LOCAL | grep "$gid_add_one" >/dev/null 2>&1
47
getent
passwd $username@LOCAL | grep "$gid_add_one" >/dev/null 2>&1
sssd03
34
getent
passwd $username@LOCAL | grep "$line_shell" >/dev/null 2>&1
59
getent
passwd $username@LOCAL | grep "$LTPTMP/noshell" >/dev/null 2>&1
89
getent
passwd $username@LOCAL | grep "/bin/sh" >/dev/null 2>&1
120
getent
passwd $username@LOCAL | grep "$line_shell" >/dev/null 2>&1
150
getent
passwd $username@LOCAL | grep "/bin/sh" >/dev/null 2>&1
179
getent
passwd $username@LOCAL | grep "/sbin/nologin" >/dev/null 2>&1
/external/elfutils/config/
Makefile.am
41
getent
passwd "$$(whoami)" | \
/external/openssh/contrib/cygwin/
ssh-user-config
78
pwdhome=$(
getent
passwd $UID | awk -F: '{ print $6; }')
/external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer
610
if type
getent
> /dev/null 2>/dev/null; then
611
gout=`
getent
hosts "$host" 2>/dev/null`
[
all
...]
Completed in 406 milliseconds