Searched refs:ci_strequ (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
D | main.c | 48 static int ci_strequ(char *a,char *b) in ci_strequ() function 50 static int ci_strequ(a,b) in ci_strequ() 159 ci_strequ(p->option,*argv) )
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | main.c | 68 int ci_strequ(char *a,char *b) in ci_strequ() function 70 int ci_strequ(a,b) in ci_strequ() 431 if ( ci_strequ(t,"on")) HoistPredicateContext = 1; 432 else if ( ci_strequ(t,"off")) HoistPredicateContext = 0; 449 if ( ci_strequ(t,"on")) MRhoisting = 1; 450 else if ( ci_strequ(t,"off")==0 ) MRhoisting = 0; 469 if ( ci_strequ(t,"on")) MRhoistingk = 1; 470 else if ( ci_strequ(t,"off")==0 ) MRhoistingk = 0; 1093 if ( ci_strequ(FileStr[CurFile],"stdin")) return stdin; in NextFile() 1402 ci_strequ(p->option, *argv) == 1 )
|
D | proto.h | 540 extern int ci_strequ(char *,char *); /* MR12 */ 820 extern int ci_strequ(); /* MR12 */
|
D | build.c | 141 /* MR12c */ if (ci_strequ(strStart,"nohoist")) {
|