Searched refs:shell (Results 1 – 25 of 29) sorted by relevance
12
/curl/scripts/ |
H A D | completion.pl | 32 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 D | Makefile.am | 50 $(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 D | tool_vms.c | 51 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 D | test564 | 3 # the user's shell profiles sends output to stdout of a non-interactive shell.
|
H A D | test562 | 29 # note that we need quotes around the URL below to make sure the shell doesn't
|
H A D | test563 | 41 # note that we need quotes around the URL below to make sure the shell doesn't
|
/curl/m4/ |
H A D | zz40-xc-ovr.m4 | 88 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 D | curl-confopts.m4 | 32 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 D | curl-functions.m4 | 471 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 D | xc-lt-iface.m4 | 180 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 D | curl-compilers.m4 | 1235 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 D | Dockerfile | 18 # 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 D | RELEASE-NOTES | 25 o configure: replace `$#` shell syntax [25]
|
/curl/.github/workflows/ |
H A D | codeql-analysis.yml | 64 # ℹ️ Command-line programs to run using the OS shell.
|
H A D | windows.yml | 45 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 D | linux-old.yml | 60 # Remember, this shell is dash, not bash
|
/curl/tests/http/testenv/ |
H A D | client.py | 100 cwd=self._run_dir, shell=False,
|
H A D | curl.py | 160 shell=False) 778 cwd=self._run_dir, shell=False, 799 cwd=self._run_dir, shell=False,
|
/curl/docs/cmdline-opts/ |
H A D | retry-all-errors.md | 22 or output. You might be better off handling your unique problems in a shell
|
H A D | quote.md | 40 itself before sending them to the server. Filenames may be quoted shell-style
|
/curl/docs/libcurl/ |
H A D | CMakeLists.txt | 29 # Maximum number of files per command to stay within shell/OS limits
|
H A D | libcurl.m4 | 34 # 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 D | Makefile.mk | 54 TRIPLET ?= $(shell $(CC) -dumpmachine)
|
/curl/tests/ |
H A D | testcurl.md | 124 Where `testit.sh` is a shell script that could look similar to this:
|
/curl/packages/vms/ |
H A D | config_h.com | 9 $! The CONFIGURE shell script will be examined for hints and a few symbols 1747 $! We can not handle assignment to shell symbols.
|
Completed in 46 milliseconds
12