HomeSort by: relevance | last modified time | path
    Searched defs:COMP (Results 1 - 5 of 5) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/examples/
version.c 75 #define COMP "Compiler: "
82 printf (COMP "ICC %d.%d.%d" ICCV "\n", __INTEL_COMPILER / 100,
89 printf (COMP "TCC %d.%d.%d\n", (int) (__TINYC__ / 10000),
93 # define COMP2 COMP
95 # define COMP2 COMP "GCC "
  /src/external/lgpl3/mpfr/dist/tests/
tversion.c 79 #define COMP "[tversion] Compiler: "
86 printf (COMP "ICC %d.%d.%d" ICCV "\n", __INTEL_COMPILER / 100,
93 printf (COMP "TCC %d.%d.%d\n", (int) (__TINYC__ / 10000),
97 # define COMP2 COMP
99 # define COMP2 COMP "GCC "
  /src/tests/lib/libc/regex/
t_regex_att.c 260 geterror(const char *s, int *comp, int *exec)
267 #define COMP 1
269 { "OK", 0, COMP|EXEC },
272 _DO(BADPAT, COMP)
273 _DO(ECOLLATE, COMP)
274 _DO(ECTYPE, COMP)
275 _DO(EESCAPE, COMP)
276 _DO(ESUBREG, COMP)
277 _DO(EBRACK, COMP)
278 _DO(EPAREN, COMP)
489 int comp, exec; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
modify.c 700 #define COMP(a,b) match=0; rc = ordered_value_match( &match, \
748 COMP(cv[IX(i)], a);
762 COMP( cv[IX(l)], cv[IX(ir)] );
769 COMP( cv[IX(l+1)], cv[IX(ir)] );
776 COMP( cv[IX(l)], cv[IX(l+1)] );
789 COMP( cv[IX(i)], a );
793 COMP( cv[IX(j)], a );
  /src/games/mille/
mille.h 76 #define COMP 1

Completed in 28 milliseconds