HomeSort by relevance Sort by last modified time
    Searched defs:ci_strequ (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
main.c 48 static int ci_strequ(char *a,char *b) function
50 static int ci_strequ(a,b)
159 ci_strequ(p->option,*argv) )
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
main.c 68 int ci_strequ(char *a,char *b) function
70 int ci_strequ(a,b)
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;
    [all...]

Completed in 120 milliseconds