HomeSort by relevance Sort by last modified time
    Searched defs:zzcr_attr (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
charptr.c 47 zzcr_attr(Attrib *a,int token,char *text) function
49 zzcr_attr(a,token,text)
56 if ( *a == NULL ) {fprintf(stderr, "zzcr_attr: out of memory!\n"); exit(-1);}
int.h 35 #define zzcr_attr(a,tok,t) *(a) = atol(t); macro
charbuf.h 43 #define zzcr_attr(a,tok,t) strncpy((a)->text, t, D_TextSize-1); \ macro
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
charptr.c 47 zzcr_attr(Attrib *a,int token,char *text) function
49 zzcr_attr(a,token,text)
56 if ( *a == NULL ) {fprintf(stderr, "zzcr_attr: out of memory!\n"); exit(-1);}
int.h 35 #define zzcr_attr(a,tok,t) *(a) = atol(t); macro
charbuf.h 43 #define zzcr_attr(a,tok,t) strncpy((a)->text, t, D_TextSize-1); \ macro
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
stdpccts.h 25 #define zzcr_attr(attr,tok,t) macro
err.c 23 #define zzcr_attr(attr,tok,t) macro
antlr.c 23 #define zzcr_attr(attr,tok,t) macro
    [all...]
scan.c 22 #define zzcr_attr(attr,tok,t) macro
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
dlg.h 110 #define zzcr_attr(attr, token, text) { \ macro

Completed in 156 milliseconds