Searched refs:debug_printf (Results 1 – 20 of 20) sorted by relevance
| /TwlSDK-5.4/build/tools/makelcf.TWL/ |
| D | misc.h | 61 void debug_printf(const char *str, ...);
|
| D | misc.c | 109 void debug_printf(const char *fmt, ...) in debug_printf() function
|
| D | defval.c | 147 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()
|
| D | spec.y | 131 debug_printf( "$3=%s\n", $3 ); 150 debug_printf( "$3=%s\n", $3 );
|
| D | container.c | 312 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()
|
| D | makelcf.h | 233 void debug_printf(const char *str, ...);
|
| D | createlcf.c | 434 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()
|
| D | spec.l | 24 #define RETURN(x) { debug_printf( "%s [%s]\n", #x, spec_yytext ); return(x); }
|
| D | tlcf.y | 48 debug_printf("id(%s)=[%s] comp=[%s] value=[%s] valid=%d\n", id, defval, comp, value, valid); in GetCompResult()
|
| D | tlcf.l | 23 #define RETURN(x) { debug_printf( "%s [%s]\n", #x, tlcf_yytext ); return(x); }
|
| /TwlSDK-5.4/build/tools/makelcf/ |
| D | misc.h | 75 void debug_printf(const char *str, ...);
|
| D | misc.c | 123 void debug_printf(const char *fmt, ...) in debug_printf() function
|
| D | defval.c | 184 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()
|
| D | createlcf.c | 485 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()
|
| D | spec.y | 169 debug_printf( "$3=%s\n", $3 ); 188 debug_printf( "$3=%s\n", $3 );
|
| D | container.c | 356 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()
|
| D | makelcf.h | 330 void debug_printf(const char *str, ...);
|
| D | spec.l | 109 #define RETURN(x) { debug_printf( "%s [%s]\n", #x, spec_yytext ); return(x); }
|
| D | tlcf.y | 118 debug_printf("id(%s)=[%s] comp=[%s] value=[%s] valid=%d\n", id, defval, comp, value, valid); in GetCompResult()
|
| D | tlcf.l | 99 #define RETURN(x) { debug_printf( "%s [%s]\n", #x, tlcf_yytext ); return(x); }
|