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

/haiku-fatelf/headers/compatibility/bsd/
H A Dunistd.h23 char *getusershell(void);
/haiku-fatelf/src/libs/bsd/
H A Dusershell.c21 getusershell(void) function
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetusershell.c0 /* getusershell.c -- Return names of valid user shells.
82 getusershell (void)
170 while (s = getusershell ())
81 getusershell (void) function
H A Dunistd.in.h602 extern char *getusershell (void);
603 /* Rewind to pointer that is advanced at each getusershell() call. */
605 /* Free the pointer that is advanced at each getusershell() call and
610 # undef getusershell macro
611 # define getusershell() \ macro
612 (GL_LINK_WARNING ("getusershell is unportable - " \
613 "use gnulib module getusershell for portability"), \
614 getusershell ())
618 "use gnulib module getusershell for portability"), \
623 "use gnulib module getusershell fo
[all...]
H A Dgnulib.mk12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libcoreutils --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=gnulib-tests --aux-dir=build-aux --with-tests --avoid=canonicalize-lgpl --avoid=dummy --no-libtool --macro-prefix=gl acl alloca announce-gen areadlink-with-size argmatch argv-iter assert atexit autobuild backupfile base64 c-strcase c-strtod c-strtold calloc canon-host canonicalize chown cloexec closein closeout config-h configmake crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 cycle-check d-ino d-type diacrit dirfd dirname do-release-commit-and-tag dup2 environ error euidaccess exclude exitfail faccessat fchdir fcntl fcntl-safer fdl file-type fileblocks filemode filenamecat filevercmp fnmatch-gnu fopen-safer fprintftime freopen freopen-safer fseeko fsusage fsync ftello ftruncate fts getdate getgroups gethrxtime getline getloadavg getndelim2 getopt-gnu getpagesize getpass-gnu gettext gettime gettimeofday getugroups getusershell git-version-gen gitlog-to-changelog gnu-make gnu-web-doc-update gnumakefile gnupload group-member hard-locale hash hash-pjw host-os human idcache ignore-value inttostr inttypes isapipe isblank lchmod lchown lib-ignore linebuffer link link-follow linkat long-options lstat maintainer-makefile malloc manywarnings mbrtowc mbsalign mbswidth memcasecmp memchr memcmp memcmp2 memcpy memmove mempcpy memrchr memset mgetgroups mkancesdirs mkdir mkdir-p mkstemp mktime modechange mountlist mpsort nproc obstack pathmax perl physmem posix-shell posixtm posixver priv-set progname propername putenv quote quotearg raise randint randperm readlink readtokens readtokens0 readutmp realloc regex remove rename rmdir root-dev-ino rpmatch safe-read same save-cwd savedir savewd selinux-at settime sig2str sigaction ssize_t stat-macros stat-time stdbool stdlib-safer stpcpy stpncpy strcspn strdup-posix strftime strpbrk strsignal strtod strtoimax strtol strtoumax symlink sys_stat timespec tzset uname unicodeio unistd-safer unlink-busy unlocked-io unsetenv update-copyright uptime useless-if-before-free userspec utimecmp utimens vasprintf-posix vc-list-files verify verror version-etc-fsf wcwidth winsz-ioctl winsz-termios write-any-file xalloc xfreopen xgetcwd xgethostname xmemcoll xnanosleep xprintf xprintf-posix xreadlink xstrtod xstrtoimax xstrtol xstrtold xstrtoumax yesno
1241 ## begin gnulib module getusershell
1244 EXTRA_DIST += getusershell.c
1246 EXTRA_libcoreutils_a_SOURCES += getusershell.c
1248 ## end gnulib module getusershell
/haiku-fatelf/src/bin/network/wget/lib/
H A Dunistd.in.h477 extern char *getusershell (void);
478 /* Rewind to pointer that is advanced at each getusershell() call. */
480 /* Free the pointer that is advanced at each getusershell() call and
485 # undef getusershell macro
486 # define getusershell() \ macro
487 (GL_LINK_WARNING ("getusershell is unportable - " \
488 "use gnulib module getusershell for portability"), \
489 getusershell ())
493 "use gnulib module getusershell for portability"), \
498 "use gnulib module getusershell fo
[all...]
/haiku-fatelf/src/bin/network/tcpdump/lbl/
H A Dos-sunos4.h109 char *getusershell(void);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/lbl/
H A Dos-sunos4.h109 char *getusershell(void);
/haiku-fatelf/src/bin/coreutils/src/
H A Dsu.c341 getusershell), else false, meaning it is a standard shell. */
349 while ((line = getusershell ()) != NULL)
/haiku-fatelf/src/bin/network/ftpd/
H A Dftpd.c1020 * shell as returned by getusershell(). Disallow anyone mentioned in the file
1070 while ((cp = getusershell()) != NULL)
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure25542 for ac_func in getusershell
25544 ac_fn_c_check_func "$LINENO" "getusershell" "ac_cv_func_getusershell"
[all...]

Completed in 253 milliseconds