Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 25 of 36) sorted by relevance

12

/curl/tests/unit/
H A Dunit1307.c280 enum system machine; variable
284 machine = SYSTEM_MACOS;
287 machine = SYSTEM_LINUX;
289 machine == SYSTEM_LINUX ? "linux" : "mac");
292 machine = SYSTEM_CUSTOM;
299 if((result & LINUX_DIFFER) && (machine == SYSTEM_LINUX))
301 else if((result & MAC_DIFFER) && (machine == SYSTEM_MACOS))
/curl/docs/libcurl/opts/
H A DCURLOPT_NETRC.md46 Only machine name, username and password are taken into account (init macros
63 after that *machine*, which ever information is not specified.
70 and password after that *machine*, which ever information is not
75 The **.netrc** file format is simple: you specify lines with a machine name
76 and follow the login and password that are associated with that machine.
84 ## machine \<name\>
87 file for a machine token that matches the hostname specified in the URL. Once
89 file is reached or another "machine" is encountered.
93 This is the same as machine name except that default matches any name. There
94 can be only one default token, and it must be after all machine tokens. To
[all …]
/curl/tests/data/
H A Dtest50360 http://machine.%TESTNUMBER:%HTTPPORT/%TESTNUMBER %HOSTIP:%PROXYPORT
74 CONNECT machine.%TESTNUMBER:%HTTPPORT HTTP/1.1
75 Host: machine.%TESTNUMBER:%HTTPPORT
83 Host: machine.%TESTNUMBER:%HTTPPORT
H A Dtest130426 machine example.com login admin password passwd
27 machine curl.example.com login none password none
H A Dtest13043 # machine %HOSTIP login user1 password commented
44 machine %HOSTIP login user1 password passwd1
45 machine %HOSTIP login user2 password passwd2
H A Dtest68336 machine %HOSTIP login user1 password passwd1
37 machine %HOSTIP login user2 password passwd2
H A Dtest68236 machine %HOSTIP login user1 password passwd1
37 machine %HOSTIP login user2 password passwd2
H A Dtest13142 machine %HOSTIP login user1 password passwd1
43 machine %HOSTIP login user2 password passwd2
H A Dtest38043 machine %HOSTIP login frankenstein password wrongone
44 machine %HOSTIP login mary password yram
H A Dtest13242 machine %HOSTIP login user1 password passwd1
43 machine %HOSTIP login user2 password passwd2
H A Dtest13342 machine %HOSTIP login user1 password passwd1
43 machine %HOSTIP login mary password drfrank
H A Dtest203943 machine %HOSTIP login user1 password passwd1
44 machine %HOSTIP login user2 password passwd2
H A Dtest38147 machine %HOSTIP login frankenstein password wrongone
48 machine %HOSTIP login mary password yram
H A Dtest13444 machine %HOSTIP login user1 password passwd1
45 machine %HOSTIP login user2 password passwd2
H A Dtest68029 machine %HOSTIP login user1 password "with spaces and \"\n\r\t\a
H A Dtest68436 machine %HOSTIP password 5up3r53cr37
H A Dtest68536 machine %HOSTIP password 5up3r53cr37
H A Dtest49442 machine %HOSTIP login user1 password passwd1
H A Dtest25781 machine supersite.com login user1 password passwd1
82 machine anotherone.com login user2 password passwd2
H A Dtest67940 machine %HOSTIP login user1 password "with spaces and \"\n\r\t\a"
H A Dtest120844 # This test doesn't send a QUIT because the main state machine in multi.c
/curl/docs/cmdline-opts/
H A Dnetrc.md33 the machine host.domain.com with username 'myself' and password 'secret' could
36 machine host.domain.com
H A Dlist-only.md21 useful if the user wants to machine-parse the contents of an FTP directory
30 line. This is especially useful if the user wants to machine-parse the
H A Dftp-port.md36 e.g. **my.host.domain** to specify the machine
/curl/.circleci/
H A Dconfig.yml143 machine:
204 machine:
215 machine:

Completed in 17 milliseconds

12