Home
last modified time | relevance | path

Searched refs:parse (Results 1 – 25 of 28) sorted by relevance

12

/curl/packages/vms/
H A Dcompare_curl_source.com99 $ mydir = f$parse(mydefault,,,"DIRECTORY")
103 $ mydev = f$parse(mydefault,,,"DEVICE")
122 $ ref_root_dir = f$parse(resultd,,,"DIRECTORY")
183 $ set proc/parse=extended
190 $ ref_dev = f$parse(ref_spec,,,"DEVICE")
191 $ ref_dir = f$parse(ref_spec,,,"DIRECTORY")
193 $ ref_name = f$parse(ref_spec,,,"NAME")
194 $ ref_type = f$parse(ref_spec,,,"TYPE")
240 $ wrk_name = f$parse(wrk_spec,,,"NAME")
241 $ wrk_type = f$parse(wrk_spec,,,"TYPE")
[all …]
H A Dbuild_vms.com169 $ proc_dev = f$parse(proc, , , "DEVICE")
170 $ proc_dir = f$parse(proc, , , "DIRECTORY")
171 $ proc_name = f$parse(proc, , , "NAME")
172 $ proc_type = f$parse(proc, , , "TYPE")
175 $! Have to manually parse the device for a search list.
176 $! Can not use the f$parse() as it will return the first name function
234 $! There is no 7.4, so that simplifies the parse a bit.
950 f$edit(f$parse(file, , , "NAME", "SYNTAX_ONLY"), "UPCASE") + -
957 $ objfile = f$parse("''objdir'.OBJ;", file)
H A Dbuild_gnv_curl_pcsi_desc.com301 $ filedir = f$parse(pathname,,,"DIRECTORY")
307 $ filetype = f$parse(pathname,,,"TYPE")
309 $ filename = f$parse(pathname,,,"NAME")
355 $ filetype = f$parse(pathname,,,"TYPE")
356 $ filename = f$parse(pathname,,,"NAME") + filetype
361 $ filetype = f$parse(pathname,,,"TYPE")
362 $ filename = f$parse(pathname,,,"NAME") + filetype
415 $ filetype = f$edit(f$parse(filename,,,"TYPE"), "upcase")
430 $ filedir = f$edit(f$parse(filename,,,"DIRECTORY"), "lowercase")
H A Dbackup_gnv_curl_src.com44 $ set proc/parse=extended
103 $ my_dir = f$parse(current_default,,,"DIRECTORY") - "[" - "<" - ">" - "]"
H A Dcurl_startup.com43 $ zlib_startup = f$parse("gnv$zlib_startup.com;0", myproc,,,)
H A Dpcsi_product_gnv_curl.com140 $ my_dir = f$parse(current_default,,,"DIRECTORY") - "[" - "<" - ">" - "]"
H A Dstage_curl_install.com48 $ set proc/parse=extended
H A Dconfig_h.com58 $my_proc_file = f$parse(my_proc,,,"NAME") + f$parse(my_proc,,,"TYPE")
183 $decc_rtldef = f$parse("decc$rtldef","sys$library:.tlb;0")
184 $decc_starletdef = f$parse("sys$starlet_c","sys$library:.tlb;0")
185 $decc_shr = f$parse("decc$shr","sys$share:.exe;0")
H A Dgnv_link_curl.com41 $! There is no 7.4, so that simplifies the parse a bit.
435 $! Extended parse style requires special quoting
/curl/docs/cmdline-opts/
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 Dretry-all-errors.md30 file, which are not reset. We strongly suggest you do not parse or record
/curl/tests/data/
H A Dtest35639 parse incoming Alt-Svc and save to file
H A Dtest1538122 e87: Unable to parse FTP file list
/curl/tests/http/testenv/
H A Dclient.py36 from urllib.parse import urlparse
H A Dcurl.py37 from urllib.parse import urlparse
/curl/docs/libcurl/opts/
H A DCURLOPT_DOH_URL.md92 Note that curl_easy_setopt(3) does immediately parse the given string so
H A DCURLOPT_COOKIEFILE.md34 It also enables the cookie engine, making libcurl parse and send cookies on
H A DCURLOPT_QUOTE.md48 libcurl does not inspect, parse or "understand" the commands passed to the
H A DCURLOPT_URL.md141 Note that curl_easy_setopt(3) does not parse the given string so given a
/curl/docs/libcurl/
H A Dcurl_getdate.md122 This function returns -1 when it fails to parse the date string. Otherwise it
H A Dlibcurl-ws.md72 the user of this knows WebSocket and can parse and figure out the data all by
H A Dcurl_url_set.md62 when it gets populated as a result of a full URL parse. Beware. If done so,
85 supported built-in. To make libcurl parse URLs generically even for schemes it
H A Dlibcurl-errors.md81 The server sent data libcurl could not parse. This error code was known as
112 fails to parse that line, this return code is passed back.
432 Unable to parse FTP file list (during FTP wildcard downloading).
H A Dlibcurl-security.md334 curl_url(3) API to parse URLs, ensuring that they are parsed the same way
/curl/src/
H A Dtool_getparam.c1268 const char *parse = NULL; in getparameter() local
1351 parse = flag; in getparameter()
1360 a = single(*parse); in getparameter()
1370 if(!longopt && parse[1]) { in getparameter()
1371 nextarg = (char *)&parse[1]; /* this is the actual extra parameter */ in getparameter()
2865 } while(!longopt && !singleopt && *++parse && !*usedarg && !err); in getparameter()

Completed in 49 milliseconds

12