Home
last modified time | relevance | path

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

/external/ltp/tools/apicmds/
Dltpapicmd.c100 int ident_ttype(char *tstype) in ident_ttype() argument
103 if (strcmp(tstype, "TBROK") == 0) in ident_ttype()
105 else if (strcmp(tstype, "TFAIL") == 0) in ident_ttype()
107 else if (strcmp(tstype, "TPASS") == 0) in ident_ttype()
109 else if (strcmp(tstype, "TCONF") == 0) in ident_ttype()
111 else if (strcmp(tstype, "TWARN") == 0) in ident_ttype()
113 else if (strcmp(tstype, "TINFO") == 0) in ident_ttype()