Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtst_res.c98 static void tst_condense(int tnum, int ttype, const char *tmesg);
99 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg);
164 char tmesg[USERMESG]; in tst_res__() local
169 len = sprintf(tmesg, "%s:%d: ", file, lineno); in tst_res__()
170 EXPAND_VAR_ARGS(tmesg + len, arg_fmt, USERMESG - len); in tst_res__()
188 tst_print(TCID, 0, ttype, tmesg); in tst_res__()
201 tst_condense(tst_count + 1, ttype, tmesg); in tst_res__()
204 tst_print(TCID, tst_count + 1, ttype, tmesg); in tst_res__()
214 static void tst_condense(int tnum, int ttype, const char *tmesg) in tst_condense() argument
223 strcmp(Last_mesg, tmesg) == 0) in tst_condense()
[all …]