Searched refs:debug_printf (Results 1 – 20 of 20) sorted by relevance
| /TwlSDK-5.1.0/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 | 127 debug_printf( "$3=%s\n", $3 ); 146 debug_printf( "$3=%s\n", $3 );
|
| D | container.c | 311 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()
|
| D | makelcf.h | 227 void debug_printf(const char *str, ...);
|
| D | spec.l | 24 #define RETURN(x) { debug_printf( "%s [%s]\n", #x, spec_yytext ); return(x); }
|
| D | createlcf.c | 428 debug_printf("section =[%s]\n", section ? section : ""); in ForeachObjects() 429 debug_printf("filter =[%c]\n", filter ? filter : ' '); in ForeachObjects()
|
| 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.1.0/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 | spec.y | 165 debug_printf( "$3=%s\n", $3 ); 184 debug_printf( "$3=%s\n", $3 );
|
| D | createlcf.c | 481 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()
|
| D | container.c | 355 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()
|
| D | makelcf.h | 322 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); }
|