Searched refs:shell (Results 1 - 25 of 491) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/make/unit-tests/
H A Dcomment.exp1 echo This is a shell comment: # comment
2 This is a shell comment:
3 echo This is not a shell comment: '# comment'
4 This is not a shell comment: # comment
5 A shell comment can#not start in the middle of a word.
H A Dshell-custom.mk1 # $NetBSD: shell-custom.mk,v 1.1 2020/10/03 14:39:36 rillig Exp $
3 # Tests for using a custom shell for running the commands.
6 # TODO: demonstrate the other shell features as well:
H A Dshell-sh.mk1 # $NetBSD: shell-sh.mk,v 1.2 2023/12/24 16:48:30 sjg Exp $
3 # Tests for using a bourne shell for running the commands.
4 # This is the default shell, so there's nothing surprising.
H A Dshell-ksh.mk1 # $NetBSD: shell-ksh.mk,v 1.1 2020/10/03 14:39:36 rillig Exp $
3 # Tests for using a korn shell for running the commands.
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/man/
H A Denvsubst.x2 envsubst \- substitutes environment variables in shell format strings
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dgennltvals.sh5 # Syntax: /bin/sh gennltvals.sh shell srcroot cpp
7 shell=$1
23 $shell ${srccom}/gentvals.sh "" errno ${newlibroot}/newlib/libc/include \
26 $shell ${srccom}/gentvals.sh "" signal ${newlibroot}/newlib/libc/include \
29 $shell ${srccom}/gentvals.sh "" open ${newlibroot}/newlib/libc/include \
40 $shell ${srccom}/gentvals.sh $target sys ${newlibroot}/$dir \
44 $shell ${srccom}/gentvals.sh $target sys ${newlibroot}/$dir \
48 # OBSOLETE $shell ${srccom}/gentvals.sh $target sys ${newlibroot}/$dir \
52 $shell ${srccom}/gentvals.sh $target sys ${newlibroot}/$dir \
56 $shell
[all...]
/netbsd-current/external/bsd/elftosb/dist/
H A Dmakefile10 UNAMES = $(shell uname -s)
14 SRC_DIR = $(shell pwd)
20 SRC_DIR = $(shell pwd)
/netbsd-current/bin/ksh/
H A Dmkman12 echo "usage: $0 [-v] which-shell ksh.Man-file" 1>&2
15 shell=$1
18 case $shell in
22 echo "$0: bad shell option (must be sh or ksh)" 1>&2
/netbsd-current/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/canaan/
H A DMakefile3 dtb-y += $(strip $(shell echo $(CONFIG_SOC_CANAAN_K210_DTB_SOURCE))).dtb
/netbsd-current/external/public-domain/sqlite/dist/
H A DMakefile.fallback18 sqlite3: shell.c sqlite3.c
19 $(CC) $(CFLAGS) $(COPTS) -o sqlite3 shell.c sqlite3.c $(LIBS)
/netbsd-current/external/bsd/atf/dist/atf-sh/
H A Datf-sh.cpp68 const std::string shell = atf::config::get("atf_shell"); local
73 "Atf_Shell='" + shell + "' ; " +
82 construct_argv(const std::string& shell, const int interpreter_argc, argument
92 argv[0] = shell.c_str();
121 "atf-sh is a shell interpreter that extends the functionality of the "
140 const std::string shell = atf::config::get("atf_shell"); local
141 const char** argv = construct_argv(shell, m_argc, m_argv);
145 const int ret = execv(shell.c_str(), const_cast< char** >(argv));
147 std::cerr << "Failed to execute " << shell << ": " << std::strerror(errno)
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgit-backport.py34 subprocess.run('git cherry-pick -x %s' % args.revision, shell=True)
35 subprocess.run(fixup_script, shell=True)
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgit-backport.py34 subprocess.run('git cherry-pick -x %s' % args.revision, shell=True)
35 subprocess.run(fixup_script, shell=True)
/netbsd-current/external/gpl2/gettext/dist/djgpp/
H A Dgetpwnam.c18 static char shell [] = "sh"; variable
36 rv.pw_shell = shell;
/netbsd-current/bin/sh/
H A Dmkbuiltins42 shell=$1
47 if grep '^#define JOBS[ ]*1' ${shell} > /dev/null
58 #include "shell.h"
/netbsd-current/external/public-domain/sqlite/bin/
H A DMakefile5 SRCS= shell.c
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/dbus/
H A DMakefile41 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
44 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1)
48 DBUS_INCLUDE += $(shell xml2-config --cflags)
49 DBUS_LIBS += $(shell xml2-config --libs)
/netbsd-current/external/gpl3/gcc/dist/fixincludes/
H A Dmkheaders.in85 for shell in $CONFIG_SHELL $SHELL @SHELL@ /bin/sh ""; do
86 if { test -x $shell || test -x $shell.exe; } \
87 && $shell $mkinstalldirs > /dev/null 2>&1; then
88 mkinstalldirs="$shell $mkinstalldirs"
90 elif test x$shell = x; then
97 echo mkheaders: please rerun with CONFIG_SHELL set to a working Bourne shell >&2
112 $shell ./fixinc.sh ${subincdir} \
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-get-passwd.c47 ASSERT_NULL(pwd.shell);
49 len = strlen(pwd.shell);
86 ASSERT_NULL(pwd.shell);
93 ASSERT_NULL(pwd.shell);
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/
H A Dmkheaders.in85 for shell in $CONFIG_SHELL $SHELL @SHELL@ /bin/sh ""; do
86 if { test -x $shell || test -x $shell.exe; } \
87 && $shell $mkinstalldirs > /dev/null 2>&1; then
88 mkinstalldirs="$shell $mkinstalldirs"
90 elif test x$shell = x; then
97 echo mkheaders: please rerun with CONFIG_SHELL set to a working Bourne shell >&2
112 $shell ./fixinc.sh ${subincdir} \
/netbsd-current/external/gpl3/gdb/dist/gdb/syscalls/
H A DMakefile20 FILES=$(shell ls *.xml.in | grep -v linux-defaults.xml.in | sed 's/\.in//')
/netbsd-current/usr.sbin/chroot/
H A Dchroot.c118 const char *shell; local
191 if ((shell = getenv("SHELL")) == NULL)
192 shell = _PATH_BSHELL;
193 execlp(shell, shell, "-i", NULL);
194 err(1, "%s", shell);
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A DMakefile8 g++ -Wall -g -o $@ $< $(shell pkg-config --cflags --libs libgccjit)
/netbsd-current/usr.bin/apply/
H A Dapply.c203 * variable as the shell to execute.
208 static const char *name, *shell; local
214 if (shell == NULL) {
215 if ((shell = getenv("SHELL")) == NULL)
216 shell = _PATH_BSHELL;
217 if ((name = strrchr(shell, '/')) == NULL)
218 name = shell;
237 (void)execl(shell, name, "-c", command, (char *)NULL);
238 warn("%s", shell);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A DMakefile8 g++ -Wall -g -o $@ $< $(shell pkg-config --cflags --libs libgccjit)

Completed in 309 milliseconds

1234567891011>>