Home
last modified time | relevance | path

Searched refs:shells (Results 1 – 25 of 75) sorted by relevance

123

/openbsd-src/lib/libc/gen/
H A Dgetusershell.c43 static char **curshell, **shells; variable
67 if ((s = shells)) in endusershell()
70 free(shells); in endusershell()
71 shells = NULL; in endusershell()
90 free(shells); in initshells()
91 shells = NULL; in initshells()
99 shells = reallocarray(NULL, nalloc, sizeof (char *)); in initshells()
100 if (shells == NULL) in initshells()
107 if (!(shells[nshells] = strdup(line))) in initshells()
111 char **new = reallocarray(shells, nalloc * 2, sizeof(char *)); in initshells()
[all …]
/openbsd-src/etc/
H A Dshells1 # $OpenBSD: shells,v 1.8 2009/02/14 17:06:40 sobrado Exp $
3 # list of acceptable shells for chpass(1).
5 # one of these shells, unless the user is listed in /etc/ftpchroot.
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DDelete.pm574 if (open(my $shells, '<', $destdir.OpenBSD::Paths->shells)) {
575 while(<$shells>) {
582 close($shells);
583 open(my $shells2, '>', $destdir.OpenBSD::Paths->shells);
587 $fullname, $destdir.OpenBSD::Paths->shells)
H A DAdd.pm779 open(my $shells, '<', $destdir.OpenBSD::Paths->shells) or return;
780 while(<$shells>) {
784 close($shells);
785 open(my $shells2, '>>', $destdir.OpenBSD::Paths->shells) or return;
789 $destdir.OpenBSD::Paths->shells) if $state->verbose;
H A DPaths.pm62 sub shells($) { '/etc/shells' } subroutine
/openbsd-src/usr.bin/getent/
H A Dgetent.c65 static int shells(int, char *[]);
88 { "shells", shells, "stdio rpath", "/etc/shells" },
433 shells(int argc, char *argv[]) in shells() function
/openbsd-src/share/man/man5/
H A DMakefile16 services.5 shells.5 \
/openbsd-src/regress/bin/ksh/
H A DREADME3 a list of names to be used for various shells (to keep things
H A Dregress.t39 # Need to restore path so echo can be found (some shells don't have
529 # seen in various shells...)
649 Can subshells be prefixed by redirections (historical shells allow
1060 Check if EXIT trap is executed for sub shells.
/openbsd-src/distrib/sets/lists/etc/
H A Dmi30 ./etc/shells
/openbsd-src/bin/ksh/
H A DNOTES46 - at&t ksh login shells say "Warning: you have running jobs" if you
116 pdksh exits a script in all the above cases. (note that both shells
134 what a return in .profile does in both shells).
159 - at&t ksh automatically sets the bgnice option for interactive shells;
216 - both shells have the following mis-feature:
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/llvm-lit/
H A DBUILD.gn21 # lit's lit/llvm/config.py shells out to llvm-config.
/openbsd-src/usr.bin/file/magdir/
H A Dcommands4 # commands: file(1) magic for various shells and interpreters
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl585delta.pod158 consistent with Unix shells' globbing behaviour.
H A Dperlsec.pod9 command line shells, which are based on multiple substitution passes on
287 Because some shells may use the variables IFS, CDPATH, ENV, and
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.amiga90 =item B<Nested Piped programs can crash when run from older abc-shells>
/openbsd-src/etc/mtree/
H A Dspecial96 shells type=file mode=0644 uname=root gname=wheel
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dperlfaq.pod309 contain (in addition to the shells) a comprehensive set of standard
682 have rather different ideas about quoting than the Unix shells under
710 shell, or MPW, is much like Unix shells in its support for several
H A Dperlfaqo.txt118 …or Perl use). The Cygwin, MKS, and U/WIN all contain (in addition to the shells) a comprehensive s…
213 …on those systems have rather different ideas about quoting than the Unix shells under which the on…
226 … environment you are using. The MacPerl shell, or MPW, is much like Unix shells in its support for…
/openbsd-src/gnu/gcc/fixincludes/
H A DREADME91 shells, so the whole process is even slower and more cumbersome there.
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A Dconfigure.in8 # for this particular configuration, but some shells, instead of
/openbsd-src/gnu/usr.bin/binutils-2.17/config/
H A Dacx.m4353 dnl but we need to sink errors and handle broken shells. We also test
/openbsd-src/gnu/llvm/clang/docs/
H A DToolchain.rst78 to be escaped under most shells) to see which commands it would run for the
/openbsd-src/gnu/gcc/config/
H A Dacx.m4370 dnl but we need to sink errors and handle broken shells. We also test
/openbsd-src/gnu/lib/libiberty/src/
H A Dconfigure.ac8 # for this particular configuration, but some shells, instead of

123