HomeSort by relevance Sort by last modified time
    Searched refs:getout (Results 1 - 14 of 14) 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 113 struct getout *url_list; /* point to the first node */
114 struct getout *url_last; /* point to the last/current node */
115 struct getout *url_get; /* point to the node to fill in URL */
116 struct getout *url_out; /* point to the node to fill in outfile */
117 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_cfgable.c 49 struct getout *urlnode;
92 struct getout *next = urlnode->next;
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_getparam.c 800 struct getout *url;
    [all...]
tool_metalink.c 836 struct getout *url;
tool_operate.c 257 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...]
  /frameworks/base/tools/aapt/
Images.cpp 584 goto getout;
591 goto getout;
599 goto getout;
607 goto getout;
619 goto getout;
627 goto getout;
710 goto getout;
777 getout:
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 1018 goto getout;
1025 goto getout;
1033 goto getout;
1041 goto getout;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-tic54x.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/
read.c     [all...]

Completed in 427 milliseconds