Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dlex.c201 fprintf(dlgFile, "%s\n\t<<\n", StripQuotes(q->expr));
866 StripQuotes( char *s ) in StripQuotes() function
868 StripQuotes( s ) in StripQuotes()
Dproto.h386 extern char * StripQuotes( char * );
667 extern char * StripQuotes();
Dantlr.c119 ParserName=StripQuotes(mystrdup(LATEXT(1))); in grammar()
142 f = fopen(StripQuotes(fname), "r"); in grammar()
1230 if ( Tnum( (t=StripQuotes(t)) ) == 0 ) in error()
1377 akaString=mystrdup(StripQuotes(LATEXT(1))); in tclass()
1534 akaString=mystrdup(StripQuotes(LATEXT(1))); in token()
Dantlr.g654 ParserName=StripQuotes(mystrdup(LATEXT(1)));
672 f = fopen(StripQuotes(fname), "r");
1257 if ( Tnum( (t=StripQuotes(t)) ) == 0 )
1322 /* MR23 */ <<akaString=mystrdup(StripQuotes(LATEXT(1)));
1413 /* MR11 */ <<akaString=mystrdup(StripQuotes(LATEXT(1)));
Dbits.c275 q = (TermEntry *) hash_get(Tname, *((char **)&(e->elem))=StripQuotes((char *)e->elem));
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
DGenFfsFile.c137 StripQuotes ( in StripQuotes() function
2172 StripQuotes (BaseName); in MainEntry()
2333 StripQuotes (BaseName); in MainEntry()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellParametersProtocol.c517 StripQuotes ( in StripQuotes() function
772 StripQuotes(CommandLineCopy); in UpdateStdInStdOutStdErr()