HomeSort by relevance Sort by last modified time
    Searched refs:ci_strequ (Results 1 - 4 of 4) 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...]
proto.h 540 extern int ci_strequ(char *,char *); /* MR12 */
    [all...]
build.c 141 /* MR12c */ if (ci_strequ(strStart,"nohoist")) {

Completed in 140 milliseconds