Home
last modified time | relevance | path

Searched refs:curlrc (Results 1 – 9 of 9) sorted by relevance

/curl/tests/data/
H A Dtest43623 <file1 name="%LOGDIR/.config/curlrc">
26 data = "curlrc read"
36 Find .curlrc in .config/curlrc via CURL_HOME
55 curlrc read
H A Dtest43323 <file1 name="%LOGDIR/curlrc">
26 data = "curlrc read"
37 Verify XDG_CONFIG_HOME use to find curlrc
56 curlrc read
/curl/docs/cmdline-opts/
H A Dconfig.md66 1) **"$CURL_HOME/.curlrc"**
68 2) **"$XDG_CONFIG_HOME/curlrc"** (Added in 7.73.0)
70 3) **"$HOME/.curlrc"**
72 4) Windows: **"%USERPROFILE%\.curlrc"**
74 5) Windows: **"%APPDATA%\.curlrc"**
76 6) Windows: **"%USERPROFILE%\Application Data\.curlrc"**
80 8) On Windows, if it finds no *.curlrc* file in the sequence described above, it
83 On Windows two filenames are checked per location: *.curlrc* and *_curlrc*,
H A Ddisable.md6 Help: Disable .curlrc
18 If used as the **first** parameter on the command line, the *curlrc* config
H A Dretry-all-errors.md20 default (for example in your **curlrc**), there may be unintended consequences
/curl/src/
H A Dtool_parsecfg.c60 char *curlrc = findfile(".curlrc", CURLRC_DOTSCORE); in parseconfig() local
61 if(curlrc) { in parseconfig()
62 file = fopen(curlrc, FOPEN_READTEXT); in parseconfig()
64 free(curlrc); in parseconfig()
67 filename = pathalloc = curlrc; in parseconfig()
/curl/.github/scripts/
H A Dspellcheck.words158 curlrc
/curl/.github/workflows/
H A Dmacos.yml251 rm -f $HOME/.curlrc
403 rm -f $HOME/.curlrc
/curl/docs/
H A DTODO1168 For example .curlrc could benefit from being able to do this.
1176 default .curlrc could a specific user-agent only when doing requests against

Completed in 23 milliseconds