Home
last modified time | relevance | path

Searched refs:getout (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/kernel/syscalls/sigrelse/
Dsigrelse01.c135 static void getout(void);
254 tst_brkm(TBROK, getout, "%s", mesg); in parent()
259 tst_brkm(TBROK, getout, "%s", str); in parent()
271 tst_brkm(TBROK | TERRNO, getout, in parent()
275 tst_brkm(TBROK | TERRNO, getout, in parent()
279 tst_brkm(TBROK | TERRNO, getout, in parent()
287 tst_brkm(TBROK | TERRNO, getout, in parent()
294 SAFE_WAIT(getout, &term_stat); in parent()
706 static void getout(void) in getout() function
/external/curl/src/
Dtool_cfgable.h39 struct getout *urlnode;
130 struct getout *url_list; /* point to the first node */
131 struct getout *url_last; /* point to the last/current node */
132 struct getout *url_get; /* point to the node to fill in URL */
133 struct getout *url_out; /* point to the node to fill in outfile */
134 struct getout *url_ul; /* point to the node to fill in upload */
Dtool_sdecls.h102 struct getout { struct
103 struct getout *next; /* next one */ argument
Dtool_paramhlp.c41 struct getout *new_getout(struct OperationConfig *config) in new_getout()
43 struct getout *node = calloc(1, sizeof(struct getout)); in new_getout()
44 struct getout *last = config->url_last; in new_getout()
Dtool_operhlp.c41 struct getout *next; in clean_getout()
42 struct getout *node = config->url_list; in clean_getout()
Dtool_cfgable.c51 struct getout *urlnode; in free_config_fields()
96 struct getout *next = urlnode->next; in free_config_fields()
Dtool_paramhlp.h26 struct getout *new_getout(struct OperationConfig *config);
Dtool_getparam.c849 struct getout *url; in getparameter()
1933 struct getout *url; in getparameter()
2073 struct getout *url; in getparameter()
Dtool_metalink.c769 struct getout *url; in parse_metalink()
Dtool_operate.c701 struct getout *urlnode; in single_transfer()