Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/tools/makelcf/
Dmisc.h75 void debug_printf(const char *str, ...);
Dmisc.c123 void debug_printf(const char *fmt, ...) in debug_printf() function
Ddefval.c184 debug_printf("DEFINE:$(%s)=\"%s\"\n", t->name, t->value); in AddDefVal()
337 debug_printf("REFERED(%s)=[%s]\n", in_name, value ? value : "(NULL)"); in SearchDefValWithOption()
Dcreatelcf.c485 debug_printf("section =[%s]\n", section ? section : ""); in ForeachObjects()
486 debug_printf("filter =[%c]\n", filter ? filter : ' '); in ForeachObjects()
521 debug_printf("section =[%s]\n", section ? section : ""); in ForeachObjectsForce()
522 debug_printf("filter =[%c]\n", filter ? filter : ' '); in ForeachObjectsForce()
547 debug_printf("str =[%s]\n", str ? str : ""); in PutIfObject()
1244 debug_printf("ExistSection? name = %s\n", name ? name : ""); in PutIfExistSection()
1256 debug_printf("ExistStatic? name = %s\n", name ? name : ""); in PutIfExistStatic()
1268 debug_printf("ExistAutoload? name = %s\n", name ? name : ""); in PutIfExistAutoload()
1280 debug_printf("ExistOverlay? name = %s\n", name ? name : ""); in PutIfExistOverlay()
Dspec.y169 debug_printf( "$3=%s\n", $3 );
188 debug_printf( "$3=%s\n", $3 );
Dcontainer.c356 debug_printf("sectionName=[%s]\n", sectionName); in SetObjectSection()
362 debug_printf("list=%08x\n", list); in SetObjectSection()
370 debug_printf("t->objectName=[%s]\n", t->objectName); in SetObjectSection()
Dmakelcf.h330 void debug_printf(const char *str, ...);
Dspec.l109 #define RETURN(x) { debug_printf( "%s [%s]\n", #x, spec_yytext ); return(x); }
Dtlcf.y118 debug_printf("id(%s)=[%s] comp=[%s] value=[%s] valid=%d\n", id, defval, comp, value, valid); in GetCompResult()
Dtlcf.l99 #define RETURN(x) { debug_printf( "%s [%s]\n", #x, tlcf_yytext ); return(x); }
/TwlSDK-5.5/build/tools/makelcf.TWL/
Dmisc.h61 void debug_printf(const char *str, ...);
Dmisc.c109 void debug_printf(const char *fmt, ...) in debug_printf() function
Ddefval.c147 debug_printf("DEFINE:$(%s)=\"%s\"\n", t->name, t->value); in AddDefVal()
300 debug_printf("REFERED(%s)=[%s]\n", in_name, value ? value : "(NULL)"); in SearchDefValWithOption()
Dspec.y131 debug_printf( "$3=%s\n", $3 );
150 debug_printf( "$3=%s\n", $3 );
Dcontainer.c312 debug_printf("sectionName=[%s]\n", sectionName); in SetObjectSection()
318 debug_printf("list=%08x\n", list); in SetObjectSection()
326 debug_printf("t->objectName=[%s]\n", t->objectName); in SetObjectSection()
Dmakelcf.h233 void debug_printf(const char *str, ...);
Dcreatelcf.c434 debug_printf("section =[%s]\n", section ? section : ""); in ForeachObjects()
435 debug_printf("filter =[%c]\n", filter ? filter : ' '); in ForeachObjects()
465 debug_printf("section =[%s]\n", section ? section : ""); in ForeachObjectsForce()
466 debug_printf("filter =[%c]\n", filter ? filter : ' '); in ForeachObjectsForce()
Dspec.l24 #define RETURN(x) { debug_printf( "%s [%s]\n", #x, spec_yytext ); return(x); }
Dtlcf.y48 debug_printf("id(%s)=[%s] comp=[%s] value=[%s] valid=%d\n", id, defval, comp, value, valid); in GetCompResult()
Dtlcf.l23 #define RETURN(x) { debug_printf( "%s [%s]\n", #x, tlcf_yytext ); return(x); }