Home
last modified time | relevance | path

Searched refs:getusershell (Results 1 – 10 of 10) sorted by relevance

/dragonfly/usr.bin/chpass/
H A Dutil.c139 while ((sh = getusershell())) { in ok_shell()
160 while ((sh = getusershell())) { in dup_shell()
/dragonfly/lib/libc/gen/
H A DMakefile.inc27 getusershell.c getvfsbyname.c getvfsent.c glob.c \
71 getttyent.3 getusershell.3 getvfsbyname.3 getvfsent.3 \
199 MLINKS+=getusershell.3 endusershell.3 \
200 getusershell.3 setusershell.3
H A Dpw_scan.c149 if (!(sh = getusershell())) { in __pw_scan()
H A Dgetusershell.c73 getusershell(void) in getusershell() function
H A DSymbol.map303 getusershell;
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dunistd.h1495 _GL_FUNCDECL_SYS (getusershell, char *, (void));
1497 _GL_CXXALIAS_SYS (getusershell, char *, (void));
1498 _GL_CXXALIASWARN (getusershell);
1500 # undef getusershell
1502 _GL_WARN_ON_USE (getusershell, "getusershell is unportable - "
/dragonfly/usr.bin/getent/
H A Dgetent.c545 while ((sh = getusershell()) != NULL) in shells()
550 while ((sh = getusershell()) != NULL) { in shells()
/dragonfly/include/
H A Dunistd.h560 char *getusershell(void);
/dragonfly/usr.bin/su/
H A Dsu.c628 while ((cp = getusershell()) != NULL && !r) in chshell()
/dragonfly/libexec/ftpd/
H A Dftpd.c1019 while ((cp = getusershell()) != NULL) in user()