Home
last modified time | relevance | path

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

/external/ltp/tools/apicmds/
Dltpapicmd.c116 int trestype; in apicmd_brk() local
129 trestype = ident_ttype((argv++)[0]); in apicmd_brk()
133 tst_brkm(trestype, NULL, "%s", *argv); in apicmd_brk()
139 int trestype; in apicmd_res() local
151 trestype = ident_ttype((argv++)[0]); in apicmd_res()
154 tst_resm(trestype, "%s", *argv); in apicmd_res()
159 int trestype; in apicmd_brkm() local
170 trestype = ident_ttype((argv++)[0]); in apicmd_brkm()
172 tst_brkm(trestype, NULL, "%s", *argv); in apicmd_brkm()
177 int trestype; in apicmd_resm() local
[all …]