Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/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.y127 debug_printf( "$3=%s\n", $3 );
146 debug_printf( "$3=%s\n", $3 );
Dcontainer.c311 debug_printf("sectionName=[%s]\n", sectionName); in SetObjectSection()
317 debug_printf("list=%08x\n", list); in SetObjectSection()
325 debug_printf("t->objectName=[%s]\n", t->objectName); in SetObjectSection()
Dmakelcf.h227 void debug_printf(const char *str, ...);
Dspec.l24 #define RETURN(x) { debug_printf( "%s [%s]\n", #x, spec_yytext ); return(x); }
Dcreatelcf.c428 debug_printf("section =[%s]\n", section ? section : ""); in ForeachObjects()
429 debug_printf("filter =[%c]\n", filter ? filter : ' '); in ForeachObjects()
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); }
/TwlSDK-5.1.0/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()
Dspec.y165 debug_printf( "$3=%s\n", $3 );
184 debug_printf( "$3=%s\n", $3 );
Dcreatelcf.c481 debug_printf("section =[%s]\n", section ? section : ""); in ForeachObjects()
482 debug_printf("filter =[%c]\n", filter ? filter : ' '); in ForeachObjects()
509 debug_printf("str =[%s]\n", str ? str : ""); in PutIfObject()
1099 debug_printf("ExistSection? name = %s\n", name ? name : ""); in PutIfExistSection()
1111 debug_printf("ExistStatic? name = %s\n", name ? name : ""); in PutIfExistStatic()
1123 debug_printf("ExistAutoload? name = %s\n", name ? name : ""); in PutIfExistAutoload()
1135 debug_printf("ExistOverlay? name = %s\n", name ? name : ""); in PutIfExistOverlay()
Dcontainer.c355 debug_printf("sectionName=[%s]\n", sectionName); in SetObjectSection()
361 debug_printf("list=%08x\n", list); in SetObjectSection()
369 debug_printf("t->objectName=[%s]\n", t->objectName); in SetObjectSection()
Dmakelcf.h322 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); }