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

  /src/sys/external/bsd/sljit/dist/doc/tutorial/
brainfuck.c 136 /* compile bf source to a void func() */
137 static void *compile(FILE *src, unsigned long *lcode) function in typeref:typename:void *
247 code = compile(fp, NULL);
251 fprintf(stderr, "[Fatal]: Compile failed\n");
  /src/usr.bin/make/unit-tests/
varmod-subst-regex.mk 8 all: mod-regex-compile-error
137 mod-regex-compile-error:
  /src/bin/ksh/
syn.c 793 compile(s) function
  /src/usr.bin/sed/
compile.c 1 /* $NetBSD: compile.c,v 1.55 2025/06/03 19:02:29 martin Exp $ */
41 __RCSID("$NetBSD: compile.c,v 1.55 2025/06/03 19:02:29 martin Exp $");
43 __FBSDID("$FreeBSD: head/usr.bin/sed/compile.c 259132 2013-12-09 18:57:20Z eadler $");
47 static const char sccsid[] = "@(#)compile.c 8.1 (Berkeley) 6/6/93";
139 * Compile the program into prog.
143 compile(void) function in typeref:typename:void
334 /* Compile RE with no case sensitivity temporarily */
608 * Compile the substitution string of a regular expression and set res to
705 * Compile the flags of the s command
789 * Compile a translation set of strings into a lookup table
    [all...]
  /src/sys/external/isc/libsodium/dist/test/default/
Makefile.in 390 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
393 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
1628 mostlyclean-compile:
1631 distclean-compile:
1709 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1713 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1717 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1721 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2528 distclean-am: clean-am distclean-compile distclean-generic \
2578 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/
Makefile.in 537 $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
544 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
547 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
1823 mostlyclean-compile:
1968 distclean-compile:
2104 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo -MD -MP -MF crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6-asm.Tpo -c -o crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo `test -f 'crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S
2108 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo `test -f 'crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S
2111 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo -MD -MP -MF crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-sandy2x.Tpo -c -o crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo `test -f 'crypto_scalarmult/curve25519/sandy2x/sandy2x.S' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/sandy2x/sandy2x.S
2115 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo `test -f 'crypto_scalarmult/curve25519/sandy2x/sandy2x.S' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/sandy2x/sandy2x.S
2119 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&
    [all...]

Completed in 19 milliseconds