HomeSort by relevance Sort by last modified time
    Searched defs:mystrdup (Results 1 - 2 of 2) 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");
  /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);

Completed in 71 milliseconds