Home
last modified time | relevance | path

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

12

/freebsd-12.1/usr.bin/chpass/
H A Dutil.c161 while ((sh = getusershell())) { in ok_shell()
182 while ((sh = getusershell())) { in dup_shell()
/freebsd-12.1/lib/libc/gen/
H A DMakefile.inc80 getusershell.c \
249 getusershell.3 \
432 MLINKS+=getusershell.3 endusershell.3 \
433 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-12.1/rescue/librescue/
H A DMakefile23 SRCS= exec.c getusershell.c login_class.c popen.c rcmdsh.c \
/freebsd-12.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-12.1/contrib/libpcap/lbl/
H A Dos-sunos4.h106 char *getusershell(void);
/freebsd-12.1/lib/libc/tests/nss/
H A Dgetusershell_test.c149 while ((ushell.path = getusershell()) != NULL) { in run_tests()
/freebsd-12.1/contrib/tcpdump/lbl/
H A Dos-sunos4.h107 char *getusershell(void);
/freebsd-12.1/usr.bin/getent/
H A Dgetent.c556 while ((sh = getusershell()) != NULL) in shells()
561 while ((sh = getusershell()) != NULL) { in shells()
/freebsd-12.1/release/picobsd/tinyware/passwd/
H A Dpw_copy.c292 if (!(sh = getusershell())) {
/freebsd-12.1/include/
H A Dunistd.h517 char *getusershell(void);
/freebsd-12.1/usr.bin/su/
H A Dsu.c627 while ((cp = getusershell()) != NULL && !r) in chshell()
/freebsd-12.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-12.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-12.1/contrib/sendmail/src/
H A Dconf.c3167 extern char *getusershell();
3174 while ((p = getusershell()) != NULL)
/freebsd-12.1/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c543 while ((cp = getusershell()) != NULL) in user()
/freebsd-12.1/libexec/ftpd/
H A Dftpd.c1062 while ((cp = getusershell()) != NULL) in user()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9403 INTERCEPTOR(char *, getusershell) {
9405 COMMON_INTERCEPTOR_ENTER(ctx, getusershell);
9406 char *res = REAL(getusershell)();
9412 #define INIT_GETUSERSHELL COMMON_INTERCEPT_FUNCTION(getusershell);

12