Home
last modified time | relevance | path

Searched refs:COMP (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/tests/lib/libc/regex/
Dt_regex_att.c267 #define COMP 1 in geterror() macro
269 { "OK", 0, COMP|EXEC }, in geterror()
272 _DO(BADPAT, COMP) in geterror()
273 _DO(ECOLLATE, COMP) in geterror()
274 _DO(ECTYPE, COMP) in geterror()
275 _DO(EESCAPE, COMP) in geterror()
276 _DO(ESUBREG, COMP) in geterror()
277 _DO(EBRACK, COMP) in geterror()
278 _DO(EPAREN, COMP) in geterror()
279 _DO(EBRACE, COMP) in geterror()
[all …]
/netbsd/src/games/mille/
Dmille.c104 || Player[COMP].total >= 5000)) { in main()
105 if (Player[COMP].total < Player[PLAYER].total) in main()
107 else if (Player[COMP].total > Player[PLAYER].total) in main()
108 Player[COMP].games++; in main()
109 Player[COMP].total = 0; in main()
131 } while (Player[COMP].total < 5000 in main()
Dmisc.c146 pp = &Player[COMP]; in check_ext()
225 if (Player[PLAYER].total >= 5000 || Player[COMP].total >= 5000) in check_more()
232 if (Player[PLAYER].total > Player[COMP].total) in check_more()
234 else if (Player[PLAYER].total < Player[COMP].total) in check_more()
235 Player[COMP].games++; in check_more()
236 Player[COMP].total = 0; in check_more()
Dinit.c66 if (i == COMP) { in init()
137 for (pp = Player; pp <= &Player[COMP]; pp++) { in newboard()
159 for (pp = Player; pp <= &Player[COMP]; pp++) { in newboard()
207 for (pp = Player; pp <= &Player[COMP]; pp++) { in newscore()
215 Player[COMP].was_finished = !Finished; in newscore()
Dmove.c125 if (Play == COMP) { in domove()
183 op = (pp == &Player[COMP] ? &Player[PLAYER] : &Player[COMP]); in check_go()
519 if (Play == COMP) in account()
Dextern.c82 Handstart = COMP, /* Player who starts hand */
Dmille.h76 #define COMP 1 macro
Dcomp.c65 pp = &Player[COMP]; in calcmove()
/netbsd/src/external/lgpl3/mpfr/dist/examples/
Dversion.c75 #define COMP "Compiler: " in main() macro
82 printf (COMP "ICC %d.%d.%d" ICCV "\n", __INTEL_COMPILER / 100, in main()
89 printf (COMP "TCC %d.%d.%d\n", (int) (__TINYC__ / 10000), in main()
93 # define COMP2 COMP in main()
95 # define COMP2 COMP "GCC " in main()
/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtversion.c79 #define COMP "[tversion] Compiler: " in main() macro
86 printf (COMP "ICC %d.%d.%d" ICCV "\n", __INTEL_COMPILER / 100, in main()
93 printf (COMP "TCC %d.%d.%d\n", (int) (__TINYC__ / 10000), in main()
97 # define COMP2 COMP in main()
99 # define COMP2 COMP "GCC " in main()
/netbsd/src/external/bsd/mdocml/dist/
Dconfigure169 ${COMP} -o test-${1} test-${1}.c ${3} ${4}
172 if ${COMP} -o "test-${1}" "${SOURCEDIR}/test-${1}.c" ${3} ${4} 1>&3 2>&3
253 COMP="${CC} ${CFLAGS} -Wno-unused -Werror"
255 COMP="${CC} ${DEFCFLAGS} -Wno-unused -Werror"
272 COMP="${CC} ${CFLAGS}"
273 [ ${HAVE_WFLAG} -eq 0 ] || COMP="${COMP} -Wno-unused -Werror"
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dmodify.c700 #define COMP(a,b) match=0; rc = ordered_value_match( &match, \ in slap_sort_vals() macro
748 COMP(cv[IX(i)], a); in slap_sort_vals()
762 COMP( cv[IX(l)], cv[IX(ir)] ); in slap_sort_vals()
769 COMP( cv[IX(l+1)], cv[IX(ir)] ); in slap_sort_vals()
776 COMP( cv[IX(l)], cv[IX(l+1)] ); in slap_sort_vals()
789 COMP( cv[IX(i)], a ); in slap_sort_vals()
793 COMP( cv[IX(j)], a ); in slap_sort_vals()
/netbsd/src/external/bsd/ntp/dist/html/hints/
Drs600010 with the bsd compiler by changing "COMP= cc" to "COMP= bsdcc" and
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/err/
Derr_all_legacy.c69 IMPLEMENT_LEGACY_ERR_LOAD(COMP)
Dopenssl.ec30 L COMP include/openssl/comperr.h crypto/comp/comp_err.c include/cry…
/netbsd/src/crypto/external/bsd/openssl/dist/util/
Dlibcrypto.num5 COMP_expand_block 5 3_0_0 EXIST::FUNCTION:COMP
805 COMP_CTX_new 826 3_0_0 EXIST::FUNCTION:COMP
885 COMP_zlib 908 3_0_0 EXIST::FUNCTION:COMP
2107 COMP_get_type 2154 3_0_0 EXIST::FUNCTION:COMP
2358 COMP_CTX_get_method 2409 3_0_0 EXIST::FUNCTION:COMP
2446 BIO_f_zlib 2498 3_0_0 EXIST::FUNCTION:COMP,ZLIB
2584 ERR_load_COMP_strings 2641 3_0_0 EXIST::FUNCTION:COMP,DEPRECATEDIN_3_0
2893 COMP_get_name 2958 3_0_0 EXIST::FUNCTION:COMP
2935 COMP_CTX_get_type 3000 3_0_0 EXIST::FUNCTION:COMP
3244 COMP_compress_block 3313 3_0_0 EXIST::FUNCTION:COMP
[all …]
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dmsdos1139 #IFMEMDSK.cOM ASSIGN.cOM COMP.cOM
1148 #COMP.cOM MORE.COm
/netbsd/src/external/gpl2/xcvs/dist/src/
DChangeLog-93951580 (sortlist): Add prototype for COMP argument.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog.tuples3083 (set_component_ssa_name): Assert that COMP's definition
DChangeLog-201131494 (compute_local_properties): ...here. Expect COMP and TRANSP
/netbsd/src/crypto/external/bsd/openssl/dist/
DCHANGES.md19838 * New COMP library [crypto/comp/] for SSL Record Layer Compression: