Searched refs:getusershell (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/rescue/librescue/
H A DMakefile23 SRCS= exec.c getusershell.c login_class.c popen.c rcmdsh.c \
/freebsd-11-stable/usr.bin/chpass/
H A Dutil.c147 while ((sh = getusershell())) {
168 while ((sh = getusershell())) {
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetusershell.c85 getusershell() function
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-11-stable/lib/libc/gen/
H A DMakefile.inc72 getusershell.c \
228 getusershell.3 \
412 MLINKS+=getusershell.3 endusershell.3 \
413 getusershell.3 setusershell.3
H A Dgetusershell.c31 static char sccsid[] = "@(#)getusershell.c 8.1 (Berkeley) 6/4/93";
33 /* $NetBSD: getusershell.c,v 1.17 1999/01/25 01:09:34 lukem Exp $ */
35 __FBSDID("$FreeBSD: stable/11/lib/libc/gen/getusershell.c 330081 2018-02-27 19:24:06Z kevans $");
70 getusershell(void) function
H A Dpw_scan.c208 if (!(sh = getusershell())) {
/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h106 char *getusershell(void);
/freebsd-11-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h107 char *getusershell(void);
/freebsd-11-stable/lib/libc/tests/nss/
H A Dgetusershell_test.c149 while ((ushell.path = getusershell()) != NULL) {
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dpw_copy.c290 if (!(sh = getusershell())) {
/freebsd-11-stable/usr.bin/getent/
H A Dgetent.c556 while ((sh = getusershell()) != NULL)
561 while ((sh = getusershell()) != NULL) {
/freebsd-11-stable/include/
H A Dunistd.h511 char *getusershell(void);
/freebsd-11-stable/usr.bin/su/
H A Dsu.c625 while ((cp = getusershell()) != NULL && !r)
/freebsd-11-stable/contrib/opie/
H A Dopieftpd.c404 * shell as returned by getusershell(). Disallow anyone mentioned in the file
437 while ((cp = getusershell()) != NULL)
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c484 * shell as returned by getusershell(). Disallow anyone mentioned in the file
543 while ((cp = getusershell()) != NULL)
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c3232 extern char *getusershell();
3239 while ((p = getusershell()) != NULL)
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c992 * shell as returned by getusershell(). Disallow anyone mentioned in the file
1046 while ((cp = getusershell()) != NULL)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9515 INTERCEPTOR(char *, getusershell) {
9517 COMMON_INTERCEPTOR_ENTER(ctx, getusershell);
9518 char *res = REAL(getusershell)();
9524 #define INIT_GETUSERSHELL COMMON_INTERCEPT_FUNCTION(getusershell);
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure19703 ac_fn_c_check_func "$LINENO" "getusershell" "ac_cv_func_getusershell"
19712 *" getusershell.$ac_objext "* ) ;;
19713 *) LIBOBJS="$LIBOBJS getusershell.$ac_objext"
21280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getusershell needs a prototype" >&5
21281 $as_echo_n "checking if getusershell needs a prototype... " >&6; }
21289 extern int getusershell (struct foo*);
21293 getusershell(&xx)

Completed in 802 milliseconds