Searched refs:curlrc (Results 1 – 9 of 9) sorted by relevance
23 <file1 name="%LOGDIR/.config/curlrc">26 data = "curlrc read"36 Find .curlrc in .config/curlrc via CURL_HOME55 curlrc read
23 <file1 name="%LOGDIR/curlrc">26 data = "curlrc read"37 Verify XDG_CONFIG_HOME use to find curlrc56 curlrc read
66 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, it83 On Windows two filenames are checked per location: *.curlrc* and *_curlrc*,
6 Help: Disable .curlrc18 If used as the **first** parameter on the command line, the *curlrc* config
20 default (for example in your **curlrc**), there may be unintended consequences
60 char *curlrc = findfile(".curlrc", CURLRC_DOTSCORE); in parseconfig() local61 if(curlrc) { in parseconfig()62 file = fopen(curlrc, FOPEN_READTEXT); in parseconfig()64 free(curlrc); in parseconfig()67 filename = pathalloc = curlrc; in parseconfig()
158 curlrc
337 rm -f $HOME/.curlrc
1170 For example .curlrc could benefit from being able to do this.1178 default .curlrc could a specific user-agent only when doing requests against
Completed in 16 milliseconds