Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtst_res.c85 static void tst_condense(int tnum, int ttype, const char *tmesg);
86 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg);
150 char tmesg[USERMESG]; in tst_res__() local
155 len = sprintf(tmesg, "%s:%d: ", file, lineno); in tst_res__()
156 EXPAND_VAR_ARGS(tmesg + len, arg_fmt, USERMESG - len); in tst_res__()
171 tst_print(TCID, 0, ttype, tmesg); in tst_res__()
184 tst_condense(tst_count + 1, ttype, tmesg); in tst_res__()
187 tst_print(TCID, tst_count + 1, ttype, tmesg); in tst_res__()
197 static void tst_condense(int tnum, int ttype, const char *tmesg) in tst_condense() argument
206 strcmp(Last_mesg, tmesg) == 0) in tst_condense()
[all …]