OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ksh
(Results
1 - 25
of
189
) sorted by relevancy
1
2
3
4
5
6
7
8
/src/bin/ksh/
Makefile
11
PROG=
ksh
18
DPSRCS+=
ksh
.1
45
CLEANFILES+=
ksh
.1
ksh
.1.tmp
46
ksh
.1:
ksh
.Man mkman
49
${HOST_SH} ${.CURDIR}/mkman
ksh
${.CURDIR}/
ksh
.Man >
ksh
.1.tmp \
50
&& mv
ksh
.1.tmp ksh.
[
all
...]
mkman
12
echo "usage: $0 [-v] which-shell
ksh
.Man-file" 1>&2
20
ksh
) which=1;;
22
echo "$0: bad shell option (must be sh or
ksh
)" 1>&2
35
[ $verbose = yes ] && echo "$0: Generating $which man page (0=sh,1=
ksh
)..." 1>&2
37
${AWK} 'BEGIN {
ksh
= '$which'; pr = 1 }
38
/^\.sh\(/ { pr =
ksh
- 1; next }
40
/^\.
ksh
\(/ { pr =
ksh
; next }
41
/^\.
ksh
\)/ { pr = 1; next }
/src/bin/
Makefile
5
hostname kill
ksh
ln ls mkdir mt mv pax ps pwd rcp rcmd rm rmdir \
/src/usr.bin/make/unit-tests/
shell-ksh.mk
1
# $NetBSD: shell-
ksh
.mk,v 1.2 2025/06/05 21:56:54 rillig Exp $
5
KSH
!= which
ksh
2> /dev/null || true
10
.if ${
KSH
} != ""
11
.SHELL: name="
ksh
" path="${
KSH
}"
19
.if ${
KSH
} != ""
Makefile
325
TESTS+= shell-
ksh
650
# NetBSD
ksh
ksh
: ...: not found
657
# NetBSD
ksh
ksh
: cannot open /nonexistent: No such file or directory
664
# NetBSD
ksh
ksh
: <stdin>[1]: cannot open /nonexistent: No such file or directory
/src/external/gpl2/groff/dist/contrib/groffer/
groffer.sh
137
# use "" quotes because of
ksh
and posh
185
# do not use "" quotes because of
ksh
271
for s in
ksh
ash dash pdksh zsh posh
/src/lib/libc/time/
Makefile
640
tzselect.
ksh
workman.sh
694
tzfile.5 tzfile.h tzselect.8 tzselect.
ksh
\
901
tzselect: tzselect.
ksh
version
909
<$@.
ksh
>$@.out
/src/external/public-domain/tz/dist/
Makefile
640
tzselect.
ksh
workman.sh
694
tzfile.5 tzfile.h tzselect.8 tzselect.
ksh
\
901
tzselect: tzselect.
ksh
version
909
<$@.
ksh
>$@.out
/src/crypto/external/bsd/openssh/bin/ssh-copy-id/
ssh-copy-id
40
SANE_SH=${SANE_SH:-/usr/bin/
ksh
}
/src/external/bsd/am-utils/dist/
buildall
300
elif test -f /bin/
ksh
; then
301
cnf_cmd="/bin/
ksh
$cnf_cmd"
307
echo "Instead, use GNU make or '
ksh
./configure' directly."
/src/external/public-domain/sqlite/dist/autosetup/
system.tcl
397
define SHELL [get-env SHELL [find-an-executable sh bash
ksh
]]
/src/external/gpl3/gdb/dist/readline/readline/doc/
texi2dvi
25
test -f /bin/
ksh
&& test -z "$RUNNING_KSH" \
27
&& { RUNNING_KSH=true; export RUNNING_KSH; exec /bin/
ksh
$0 ${1+"$@"}; }
/src/external/gpl3/gdb.old/dist/readline/readline/doc/
texi2dvi
25
test -f /bin/
ksh
&& test -z "$RUNNING_KSH" \
27
&& { RUNNING_KSH=true; export RUNNING_KSH; exec /bin/
ksh
$0 ${1+"$@"}; }
/src/games/warp/
config.h.SH
203
* system. Usual values are /bin/csh, /bin/
ksh
, /bin/sh.
/src/external/bsd/nvi/dist/dist/
ltconfig
64
# The HP-UX
ksh
and POSIX shell print the target directory to stdout
105
elif (test -f /bin/
ksh
|| test -f /bin/
ksh
$ac_exeext) &&
106
test "X$CONFIG_SHELL" != X/bin/
ksh
; then
107
# If we have
ksh
, try running ltconfig again with it.
110
CONFIG_SHELL=/bin/
ksh
2629
# The HP-UX
ksh
and POSIX shell print the target directory to stdout
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Makefile
135
SHELL = /bin/
ksh
/src/
build.sh
174
# Some shells known to fail this test are: NetBSD /bin/
ksh
(as of 2009-12),
227
"${HOST_SH}" /usr/xpg4/bin/sh
ksh
ksh88 mksh pdksh dash bash
2221
*PD\
KSH
*|*MIRBSD\
KSH
*)
/src/external/bsd/kyua-cli/dist/bootstrap/
testsuite
38
# Prefer a
ksh
shell builtin over an external printf program on Solaris,
112
# pre-3.0 UWIN
ksh
). But do not cause bugs in bash 2.01; the "|| exit 1"
189
for as_base in sh bash
ksh
sh5; do
/src/crypto/external/bsd/netpgp/dist/
configure
44
# Prefer a
ksh
shell builtin over an external printf program on Solaris,
118
# pre-3.0 UWIN
ksh
). But do not cause bugs in bash 2.01; the "|| exit 1"
220
for as_base in sh bash
ksh
sh5; do
596
# The HP-UX
ksh
and POSIX shell print the target directory to stdout
644
elif { test -f /bin/
ksh
|| test -f /bin/
ksh
$ac_exeext; } &&
645
test "X$CONFIG_SHELL" != X/bin/
ksh
; then
646
# If we have
ksh
, try running configure again with it.
649
CONFIG_SHELL=/bin/
ksh
2484
# Prefer a
ksh
shell builtin over an external printf program on Solaris
[
all
...]
/src/external/gpl2/gettext/dist/
configure
94
# Work around bugs in pre-3.0 UWIN
ksh
.
228
for as_base in sh bash
ksh
sh5; do
2983
# Work around bugs in pre-3.0 UWIN
ksh
.
/src/external/gpl2/gettext/dist/gettext-tools/examples/
configure
94
# Work around bugs in pre-3.0 UWIN
ksh
.
228
for as_base in sh bash
ksh
sh5; do
2672
# Work around bugs in pre-3.0 UWIN
ksh
.
/src/external/gpl3/binutils.old/dist/etc/
configure
41
# Prefer a
ksh
shell builtin over an external printf program on Solaris,
115
# pre-3.0 UWIN
ksh
). But do not cause bugs in bash 2.01; the "|| exit 1"
216
for as_base in sh bash
ksh
sh5; do
2599
# Prefer a
ksh
shell builtin over an external printf program on Solaris,
2673
# pre-3.0 UWIN
ksh
). But do not cause bugs in bash 2.01; the "|| exit 1"
/src/external/gpl3/gdb/dist/etc/
configure
41
# Prefer a
ksh
shell builtin over an external printf program on Solaris,
115
# pre-3.0 UWIN
ksh
). But do not cause bugs in bash 2.01; the "|| exit 1"
216
for as_base in sh bash
ksh
sh5; do
2599
# Prefer a
ksh
shell builtin over an external printf program on Solaris,
2673
# pre-3.0 UWIN
ksh
). But do not cause bugs in bash 2.01; the "|| exit 1"
/src/external/gpl3/gdb/dist/readline/
configure
41
# Prefer a
ksh
shell builtin over an external printf program on Solaris,
115
# pre-3.0 UWIN
ksh
). But do not cause bugs in bash 2.01; the "|| exit 1"
216
for as_base in sh bash
ksh
sh5; do
2559
# Prefer a
ksh
shell builtin over an external printf program on Solaris,
2633
# pre-3.0 UWIN
ksh
). But do not cause bugs in bash 2.01; the "|| exit 1"
/src/external/gpl3/gdb.old/dist/etc/
configure
41
# Prefer a
ksh
shell builtin over an external printf program on Solaris,
115
# pre-3.0 UWIN
ksh
). But do not cause bugs in bash 2.01; the "|| exit 1"
216
for as_base in sh bash
ksh
sh5; do
2599
# Prefer a
ksh
shell builtin over an external printf program on Solaris,
2673
# pre-3.0 UWIN
ksh
). But do not cause bugs in bash 2.01; the "|| exit 1"
Completed in 44 milliseconds
1
2
3
4
5
6
7
8
Indexes created Mon Jun 01 00:24:59 UTC 2026