HomeSort by relevance Sort by last modified time
    Searched defs:getout (Results 1 - 2 of 2) 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 */
  /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,
295 tst_brkm(TBROK | TERRNO, getout, "wait() failed");
707 static void getout(void) function
713 } /* end of getout */
    [all...]

Completed in 448 milliseconds