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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
rexpr.c 4 * int rexpr(char *expr, char *s);
57 * if ( rexpr("[a-zA-Z][a-zA-Z0-9]+", str) ) then str is keyword
71 #include "rexpr.h"
120 static int rexpr(char *expr,char *s) function
122 static int rexpr(expr, s)
130 fprintf(stderr, "rexpr(%s,%s);\n", expr,s);
432 if ( p==NULL ) {fprintf(stderr,"rexpr: out of memory\n"); exit(-1);}
446 if ( p==NULL ) {fprintf(stderr,"rexpr: out of memory\n"); exit(-1);}
  /external/selinux/libsepol/cil/src/
cil_build_ast.c 2708 struct cil_list *rexpr; local
    [all...]

Completed in 174 milliseconds