Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_sdecls.h103 struct getout { struct
104 struct getout *next; /* next one */ argument
105 char *url; /* the URL we deal with */
106 char *outfile; /* where to store the output */
107 char *infile; /* file to upload, if GETOUT_UPLOAD is set */
108 int flags; /* options - composed of GETOUT_* bits */
/external/ltp/testcases/kernel/syscalls/sigrelse/
Dsigrelse01.c706 static void getout(void) in getout() function