Searched refs:getout (Results 1 – 10 of 10) sorted by relevance
/external/ltp/testcases/kernel/syscalls/sigrelse/ |
D | sigrelse01.c | 135 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/ |
D | 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 */
|
D | tool_sdecls.h | 103 struct getout { struct 104 struct getout *next; /* next one */ argument
|
D | tool_paramhlp.c | 40 struct getout *new_getout(struct OperationConfig *config) in new_getout() 42 struct getout *node = calloc(1, sizeof(struct getout)); in new_getout() 43 struct getout *last = config->url_last; in new_getout()
|
D | tool_operhlp.c | 40 struct getout *next; in clean_getout() 41 struct getout *node = config->url_list; in clean_getout()
|
D | tool_cfgable.c | 51 struct getout *urlnode; in free_config_fields() 95 struct getout *next = urlnode->next; in free_config_fields()
|
D | tool_paramhlp.h | 26 struct getout *new_getout(struct OperationConfig *config);
|
D | tool_getparam.c | 829 struct getout *url; in getparameter() 1862 struct getout *url; in getparameter() 2003 struct getout *url; in getparameter()
|
D | tool_metalink.c | 836 struct getout *url; in parse_metalink()
|
D | tool_operate.c | 196 struct getout *urlnode; in operate_do()
|