HomeSort by relevance Sort by last modified time
    Searched full:mystrdup (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
hash.c 8 * char *mystrdup(char *); Make space and copy string
203 mystrdup( char *s ) function
205 mystrdup( s )
210 require(s!=NULL, "mystrdup: NULL string");
antlr.g 471 /* MR27 */ list_add(&CurAstLabelsInActions, mystrdup(zzbegexpr+1));
654 ParserName=StripQuotes(mystrdup(LATEXT(1)));
668 UserTokenDefsFile = mystrdup(LATEXT(1));
671 fname = mystrdup(LATEXT(1));
872 { QuotedTerm <<if ( q!=NULL ) q->egroup=mystrdup(LATEXT(1));>> }
885 list_add(&(e->elist), mystrdup(q->str));
    [all...]
antlr.c 119 ParserName=StripQuotes(mystrdup(LATEXT(1)));
138 UserTokenDefsFile = mystrdup(LATEXT(1));
141 fname = mystrdup(LATEXT(1));
611 if ( q!=NULL ) q->egroup=mystrdup(LATEXT(1));
635 list_add(&(e->elist), mystrdup(q->str));
862 name=mystrdup(LATEXT(1));
884 predLiteral=mystrdup(LATEXT(1));
1114 name=mystrdup(LATEXT(1));
1178 lexclass(mystrdup(LATEXT(1)));
1211 t=mystrdup(LATEXT(1));
    [all...]
proto.h 375 extern char * mystrdup( char * );
656 extern char * mystrdup();
    [all...]
build.c 288 else r->text = mystrdup( text );
parser.dlg 1103 /* MR27 */ list_add(&CurAstLabelsInActions, mystrdup(zzbegexpr+1));
misc.c 568 p->str = mystrdup(text);
    [all...]
scan.c 1488 /* MR27 */ list_add(&CurAstLabelsInActions, mystrdup(zzbegexpr+1));
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
output.c 132 mystrdup(char *s) function
134 mystrdup(s)
697 mode_name[cur_mode] = mystrdup(s);
  /external/e2fsprogs/lib/support/
profile.c 1073 #define strdup MYstrdup
1074 static char *MYstrdup (const char *s)
    [all...]

Completed in 438 milliseconds