Home
last modified time | relevance | path

Searched defs:getout (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/src/
Dtool_sdecls.h94 struct getout { struct
95 struct getout *next; /* next one */ argument
96 char *url; /* the URL we deal with */
97 char *outfile; /* where to store the output */
98 char *infile; /* file to upload, if GETOUT_UPLOAD is set */
99 int flags; /* options - composed of GETOUT_* bits */
100 int num; /* which URL number in an invocation */
/third_party/ltp/testcases/kernel/syscalls/sigrelse/
Dsigrelse01.c704 static void getout(void) in getout() function