HomeSort by relevance Sort by last modified time
    Searched refs:getout (Results 1 - 10 of 10) sorted by null

  /external/curl/src/
tool_sdecls.h 98 * A linked list of these 'getout' nodes contain URL's to fetch,
103 struct getout { struct
104 struct getout *next; /* next one */
tool_cfgable.h 116 struct getout *url_list; /* point to the first node */
117 struct getout *url_last; /* point to the last/current node */
118 struct getout *url_get; /* point to the node to fill in URL */
119 struct getout *url_out; /* point to the node to fill in outfile */
120 struct getout *url_ul; /* point to the node to fill in upload */
tool_paramhlp.h 26 struct getout *new_getout(struct OperationConfig *config);
tool_operhlp.c 40 struct getout *next;
41 struct getout *node = config->url_list;
tool_paramhlp.c 40 struct getout *new_getout(struct OperationConfig *config)
42 struct getout *node = calloc(1, sizeof(struct getout));
43 struct getout *last = config->url_last;
tool_cfgable.c 51 struct getout *urlnode;
95 struct getout *next = urlnode->next;
tool_getparam.c 829 struct getout *url;
    [all...]
tool_metalink.c 836 struct getout *url;
tool_operate.c 196 struct getout *urlnode;
    [all...]
  /external/ltp/testcases/kernel/syscalls/sigrelse/
sigrelse01.c 135 static void getout(void);
254 tst_brkm(TBROK, getout, "%s", mesg);
259 tst_brkm(TBROK, getout, "%s", str);
271 tst_brkm(TBROK | TERRNO, getout,
275 tst_brkm(TBROK | TERRNO, getout,
279 tst_brkm(TBROK | TERRNO, getout,
287 tst_brkm(TBROK | TERRNO, getout,
294 SAFE_WAIT(getout, &term_stat);
706 static void getout(void) function
712 } /* end of getout */
    [all...]

Completed in 284 milliseconds