Home
last modified time | relevance | path

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

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