Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/io/disktest/
DMakefile202 VER := `grep VER_STR $(abs_srcdir)/main.h | awk -F\" '{print $$2}'`
DMakefile.linux168 VER=`grep VER_STR main.h | awk -F\" '{print $$2}'`
Dmain.h53 #define VER_STR "v1.4.2" macro
Dsfunc.c232 len += strlen(VER_STR); in pMsg()
245 sprintf(cpTheMsg, FORMAT, time_str, levelStr, args->pid, VER_STR, in pMsg()
Dparse.c143 pMsg(INFO, args, "Version %s\n", VER_STR); in fill_cld_args()