Home
last modified time | relevance | path

Searched refs:strStart (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dbuild.c136 /* MR12c */ char *strStart=a->action; local
138 /* MR12c */ strEnd=strStart+strlen(strStart)-1;
139 /* MR12c */ for ( ; strEnd >= strStart && isspace(*strEnd); strEnd--) *strEnd=0;
140 /* MR12c */ while (*strStart != '\0' && isspace(*strStart)) strStart++;
141 /* MR12c */ if (ci_strequ(strStart,"nohoist")) {