Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/defval/
Ddefval.c138 DebugPrintf("file_in=[%s] file_out=[%s]\n", file_in, file_out); in defval()
150 DebugPrintf("buffer=[%s] buffer_size=[%d]\n", buffer, buffer_size); in defval()
Dmisc.c172 DebugPrintf("filename=[%s] mode=[%s]\n", filename, mode); in Fopen()
187 DebugPrintf("fp=[%x] stdin=[%x] stdout=[%x]\n", fp, stdin, stdout); in Fopen()
362 void DebugPrintf(const char *fmt, ...) in DebugPrintf() function
Dmisc.h47 void DebugPrintf(const char *fmt, ...);
Dget_defval.c149 DebugPrintf("REFERED(%s)=[%s]\n", name, value ? value : "(NULL)"); in get_modified_dvalue()
Dset_defval.c60 DebugPrintf("DEFINE:$(%s)=\"%s\"\n", name, value); in add_dvalue()