Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 25 of 29) sorted by relevance

12

/curl/scripts/
H A Dcompletion.pl32 my $shell = 'zsh';
36 'shell=s' => \$shell,
44 if ($shell eq 'fish') {
47 } elsif ($shell eq 'zsh') {
72 die("Unsupported shell: $shell");
93 if ($shell eq 'fish') {
101 } elsif ($shell eq 'zsh') {
133 } @list if $shell eq 'zsh';
H A DMakefile.am50 $(PERL) $(srcdir)/completion.pl --curl $(top_builddir)/src/curl$(EXEEXT) --shell zsh > $@ ; fi
60 $(PERL) $(srcdir)/completion.pl --curl $(top_builddir)/src/curl$(EXEEXT) --shell fish > $@ ; fi
/curl/src/
H A Dtool_vms.c51 char *shell; in is_vms_shell() local
57 shell = getenv("SHELL"); in is_vms_shell()
60 if(!shell) { in is_vms_shell()
66 if(strcmp(shell, "DCL") == 0) { in is_vms_shell()
/curl/tests/data/
H A Dtest5643 # the user's shell profiles sends output to stdout of a non-interactive shell.
H A Dtest56229 # note that we need quotes around the URL below to make sure the shell doesn't
H A Dtest56341 # note that we need quotes around the URL below to make sure the shell doesn't
/curl/m4/
H A Dzz40-xc-ovr.m488 dnl Emits shell code that verifies that 'echo' command
117 dnl Emits shell code that verifies that 'test' command
173 dnl Emits shell code that verifies that 'expr' command
201 dnl Emits shell code that verifies that 'sed' utility
234 dnl Emits shell code that verifies that 'grep' utility
267 dnl Emits shell code that verifies that 'tr' utility
296 dnl Emits shell code that verifies that 'wc' utility
325 dnl Emits shell code that verifies that 'cat' utility
358 dnl Emits shell code that computes the path separator
450 dnl This macro emits shell code which does some
[all …]
H A Dcurl-confopts.m432 dnl set shell variable want_thres as appropriate.
58 dnl set shell variable want_ares as appropriate.
94 dnl shell variable want_curldebug value as appropriate.
146 dnl --enable-debug or --disable-debug, and set shell
237 dnl setting shell variable want_symbol_hiding value.
277 dnl set shell variable want_threads as appropriate.
323 dnl --disable-rt and set shell variable dontwant_rt
356 dnl shell variable want_warnings as appropriate.
390 dnl shell variable want_werror as appropriate.
642 dnl shell variable want_httpsrr as appropriate.
[all …]
H A Dcurl-functions.m4471 dnl shell variable curl_disallow_alarm, then
556 dnl shell variable curl_disallow_basename, then
830 dnl shell variable curl_disallow_fcntl, then
2616 dnl shell variable curl_disallow_ioctl, then
3109 dnl shell variable curl_disallow_memrchr, then
3384 dnl shell variable curl_disallow_signal, then
3576 dnl shell variable curl_disallow_socket, then
3843 dnl shell variable curl_disallow_strcmpi, then
3928 dnl shell variable curl_disallow_strdup, then
4274 dnl shell variable curl_disallow_stricmp, then
[all …]
H A Dxc-lt-iface.m4180 dnl Results stored in following shell variables:
315 dnl Results stored in following shell variables:
359 dnl Results stored in following shell variables:
431 dnl Results stored in following shell variables:
H A Dcurl-compilers.m41235 dnl Declares a shell function squeeze() which removes
1236 dnl redundant whitespace out of a shell variable.
1367 dnl shell variable supports_symbol_hiding value as appropriate, as well as
1510 dnl Verifies if shell variable VARNAME contains VALUE.
/curl/
H A DDockerfile18 # or get into a shell in the build environment, for example
36 useradd --uid $UID --gid dev --shell /bin/bash --create-home dev
H A DRELEASE-NOTES25 o configure: replace `$#` shell syntax [25]
/curl/.github/workflows/
H A Dcodeql-analysis.yml64 # ℹ️ Command-line programs to run using the OS shell.
H A Dwindows.yml45 shell: C:\cygwin\bin\bash.exe '{0}'
56 shell: pwsh
189 shell: msys2 {0}
209 shell: pwsh
414 shell: C:\msys64\usr\bin\bash.exe {0}
621 shell: C:\msys64\usr\bin\bash.exe {0}
H A Dlinux-old.yml60 # Remember, this shell is dash, not bash
/curl/tests/http/testenv/
H A Dclient.py100 cwd=self._run_dir, shell=False,
H A Dcurl.py160 shell=False)
778 cwd=self._run_dir, shell=False,
799 cwd=self._run_dir, shell=False,
/curl/docs/cmdline-opts/
H A Dretry-all-errors.md22 or output. You might be better off handling your unique problems in a shell
H A Dquote.md40 itself before sending them to the server. Filenames may be quoted shell-style
/curl/docs/libcurl/
H A DCMakeLists.txt29 # Maximum number of files per command to stay within shell/OS limits
H A Dlibcurl.m434 # accepted. ACTION-IF-YES is a list of shell commands to run if
36 # ACTION-IF-NO is a list of shell commands that are run otherwise.
/curl/lib/
H A DMakefile.mk54 TRIPLET ?= $(shell $(CC) -dumpmachine)
/curl/tests/
H A Dtestcurl.md124 Where `testit.sh` is a shell script that could look similar to this:
/curl/packages/vms/
H A Dconfig_h.com9 $! The CONFIGURE shell script will be examined for hints and a few symbols
1747 $! We can not handle assignment to shell symbols.

Completed in 45 milliseconds

12