HomeSort by: relevance | last modified time | path
    Searched refs:ksh (Results 1 - 16 of 16) sorted by relevancy

  /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} != ""
varmod-quote.mk 8 # ksh) is in effect.
sh-jobs.mk 15 # bash and dash, but not for NetBSD sh and ksh.
job-output-null.mk 16 # NetBSD /bin/ksh 3 x write("fmt") (via /bin/printf)
Makefile 325 TESTS+= shell-ksh
639 # NetBSD ksh ksh: ...: not found
646 # NetBSD ksh ksh: cannot open /nonexistent: No such file or directory
653 # NetBSD ksh ksh: <stdin>[1]: cannot open /nonexistent: No such file or directory
  /src/lib/libc/time/
Makefile 586 tzselect.ksh workman.sh
640 tzfile.5 tzfile.h tzselect.8 tzselect.ksh \
848 tzselect: tzselect.ksh version
856 <$@.ksh >$@.out
  /src/games/warp/
config.h.SH 203 * system. Usual values are /bin/csh, /bin/ksh, /bin/sh.
  /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
2218 *PD\ KSH*|*MIRBSD\ KSH*)
  /src/tools/make/
configure 43 # Prefer a ksh shell builtin over an external printf program on Solaris,
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
219 for as_base in sh bash ksh sh5; do
3742 # Prefer a ksh shell builtin over an external printf program on Solaris,
3816 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
  /src/lib/librumpuser/
configure 43 # Prefer a ksh shell builtin over an external printf program on Solaris,
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
219 for as_base in sh bash ksh sh5; do
4377 # Prefer a ksh shell builtin over an external printf program on Solaris,
4451 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
  /src/tools/compat/
configure 64 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
212 for as_base in sh bash ksh sh5; do
8242 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
  /src/sys/external/isc/libsodium/dist/
configure 43 # Prefer a ksh shell builtin over an external printf program on Solaris,
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
227 for as_base in sh bash ksh sh5; do
19417 # Prefer a ksh shell builtin over an external printf program on Solaris,
19491 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19930 # The HP-UX ksh and POSIX shell print the target directory to stdout
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 535 # The HP-UX ksh and POSIX shell print the target directory to stdout

Completed in 48 milliseconds