Searched refs:getout (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/sigrelse/ |
H A 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() 704 static void getout(void) in getout() function 710 } /* end of getout */ in getout() [all...] |
/third_party/curl/src/ |
H A D | tool_cfgable.h | 34 struct getout *urlnode; 126 struct getout *url_list; /* point to the first node */ 127 struct getout *url_last; /* point to the last/current node */ 128 struct getout *url_get; /* point to the node to fill in URL */ 129 struct getout *url_out; /* point to the node to fill in outfile */ 130 struct getout *url_ul; /* point to the node to fill in upload */
|
H A D | tool_sdecls.h | 80 * A linked list of these 'getout' nodes contain URL's to fetch, 85 struct getout { struct 86 struct getout *next; /* next one */
|
H A D | tool_operhlp.c | 42 struct getout *next; in clean_getout() 43 struct getout *node = config->url_list; in clean_getout()
|
H A D | tool_paramhlp.c | 44 struct getout *new_getout(struct OperationConfig *config) in new_getout() 46 struct getout *node = calloc(1, sizeof(struct getout)); in new_getout() 47 struct getout *last = config->url_last; in new_getout()
|
H A D | tool_cfgable.c | 53 struct getout *urlnode; in free_config_fields() 101 struct getout *next = urlnode->next; in free_config_fields()
|
H A D | tool_paramhlp.h | 29 struct getout *new_getout(struct OperationConfig *config);
|
H A D | tool_getparam.c | 1224 struct getout *url; in getparameter()
|
H A D | tool_operate.c | 743 struct getout *urlnode; in single_transfer()
|
Completed in 11 milliseconds