| /openbsd-src/lib/libc/gen/ |
| H A D | getusershell.c | 43 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 D | shells | 1 # $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 D | Delete.pm | 574 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 D | Add.pm | 779 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 D | Paths.pm | 62 sub shells($) { '/etc/shells' } subroutine
|
| /openbsd-src/usr.bin/getent/ |
| H A D | getent.c | 65 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 D | Makefile | 16 services.5 shells.5 \
|
| /openbsd-src/regress/bin/ksh/ |
| H A D | README | 3 a list of names to be used for various shells (to keep things
|
| H A D | regress.t | 39 # 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 D | mi | 30 ./etc/shells
|
| /openbsd-src/bin/ksh/ |
| H A D | NOTES | 46 - 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 D | BUILD.gn | 21 # lit's lit/llvm/config.py shells out to llvm-config.
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | commands | 4 # commands: file(1) magic for various shells and interpreters
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl585delta.pod | 158 consistent with Unix shells' globbing behaviour.
|
| H A D | perlsec.pod | 9 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 D | README.amiga | 90 =item B<Nested Piped programs can crash when run from older abc-shells>
|
| /openbsd-src/etc/mtree/ |
| H A D | special | 96 shells type=file mode=0644 uname=root gname=wheel
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | perlfaq.pod | 309 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 D | perlfaqo.txt | 118 …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 D | README | 91 shells, so the whole process is even slower and more cumbersome there.
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/ |
| H A D | configure.in | 8 # for this particular configuration, but some shells, instead of
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/config/ |
| H A D | acx.m4 | 353 dnl but we need to sink errors and handle broken shells. We also test
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | Toolchain.rst | 78 to be escaped under most shells) to see which commands it would run for the
|
| /openbsd-src/gnu/gcc/config/ |
| H A D | acx.m4 | 370 dnl but we need to sink errors and handle broken shells. We also test
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | configure.ac | 8 # for this particular configuration, but some shells, instead of
|