HomeSort by relevance Sort by last modified time
    Searched refs:StripQuotes (Results 1 - 8 of 8) sorted by null

  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 35 StripQuotes
80 \"([^"\\\r\n]*(\\.[^"\\\r\n]*)*)\" yylval.string = StripQuotes(yytext); return QUOTEDSTRING;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
lex.c 201 fprintf(dlgFile, "%s\n\t<<\n", StripQuotes(q->expr));
202 /* replace " killed by StripQuotes() */
866 StripQuotes( char *s )
868 StripQuotes( s )
proto.h 386 extern char * StripQuotes( char * );
667 extern char * StripQuotes();
    [all...]
antlr.g 654 ParserName=StripQuotes(mystrdup(LATEXT(1)));
672 f = fopen(StripQuotes(fname), "r");
    [all...]
antlr.c 119 ParserName=StripQuotes(mystrdup(LATEXT(1)));
142 f = fopen(StripQuotes(fname), "r");
1230 if ( Tnum( (t=StripQuotes(t)) ) == 0 )
    [all...]
bits.c 275 q = (TermEntry *) hash_get(Tname, *((char **)&(e->elem))=StripQuotes((char *)e->elem));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c 137 StripQuotes (
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellParametersProtocol.c 523 StripQuotes (
781 StripQuotes(CommandLineCopy);
    [all...]

Completed in 200 milliseconds