Home
last modified time | relevance | path

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

12

/freebsd-13.1/usr.bin/chpass/
H A Dutil.c161 while ((sh = getusershell())) { in ok_shell()
182 while ((sh = getusershell())) { in dup_shell()
/freebsd-13.1/rescue/librescue/
H A DMakefile23 SRCS= exec.c getusershell.c login_class.c popen.c rcmdsh.c \
/freebsd-13.1/lib/libc/gen/
H A DMakefile.inc90 getusershell.c \
259 getusershell.3 \
444 MLINKS+=getusershell.3 endusershell.3 \
445 getusershell.3 setusershell.3
H A Dgetusershell.c70 getusershell(void) in getusershell() function
H A Dpw_scan.c206 if (!(sh = getusershell())) { in __pw_scan()
H A DSymbol.map184 getusershell;
/freebsd-13.1/crypto/heimdal/lib/roken/
H A Dgetusershell.c85 getusershell() in getusershell() function
H A Droken.h.in419 #define getusershell rk_getusershell macro
422 ROKEN_LIB_FUNCTION char * ROKEN_LIB_CALL getusershell(void);
H A DChangeLog493 * getusershell.c: Include roken.h
578 * daemon.c fnmatch.c fnmatch.hin getcap.c getopt.c getusershell.c
598 * getusershell.c: Include ctype.h, cast argument to isspace to
1416 * getusershell.c: implment the AIX version use
H A DMakefile.in53 getnameinfo.c getopt.c gettimeofday.c getuid.c getusershell.c \
818 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getusershell.Plo@am__quote@
/freebsd-13.1/contrib/libpcap/lbl/
H A Dos-sunos4.h106 char *getusershell(void);
/freebsd-13.1/lib/libc/tests/nss/
H A Dgetusershell_test.c149 while ((ushell.path = getusershell()) != NULL) { in run_tests()
/freebsd-13.1/contrib/tcpdump/lbl/
H A Dos-sunos4.h107 char *getusershell(void);
/freebsd-13.1/usr.bin/getent/
H A Dgetent.c556 while ((sh = getusershell()) != NULL) in shells()
561 while ((sh = getusershell()) != NULL) { in shells()
/freebsd-13.1/include/
H A Dunistd.h519 char *getusershell(void);
/freebsd-13.1/usr.bin/su/
H A Dsu.c627 while ((cp = getusershell()) != NULL && !r) in chshell()
/freebsd-13.1/contrib/opie/
H A Dconfig.h.in284 /* Define if you have the getusershell function. */
H A Dopieftpd.c437 while ((cp = getusershell()) != NULL)
H A Dconfigure.in512 AC_REPLACE_FUNCS(getusershell sigaddset sigemptyset strerror strncasecmp)
/freebsd-13.1/crypto/heimdal/include/
H A Dconfig.h.in462 /* Define if you have the function `getusershell'. */
1338 /* define if the system is missing a prototype for getusershell() */
/freebsd-13.1/contrib/sendmail/src/
H A Dconf.c3232 extern char *getusershell();
3239 while ((p = getusershell()) != NULL)
/freebsd-13.1/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c543 while ((cp = getusershell()) != NULL) in user()
/freebsd-13.1/libexec/ftpd/
H A Dftpd.c1048 while ((cp = getusershell()) != NULL) in user()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9793 INTERCEPTOR(char *, getusershell) {
9795 COMMON_INTERCEPTOR_ENTER(ctx, getusershell);
9796 char *res = REAL(getusershell)();
9802 #define INIT_GETUSERSHELL COMMON_INTERCEPT_FUNCTION(getusershell);
/freebsd-13.1/crypto/heimdal/
H A DChangeLog.19992070 (gethostname, mkstemp, getusershell, inet_aton): more tests

12