HomeSort by: relevance | last modified time | path
    Searched refs:INCLUDE (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/external/mpl/bind/
binclude4netbsd 3 # Use this script to update the bind include files used in the nameserver,
10 # $ ./binclude4netbsd . /tmp/include
12 # $ cd /tmp/include
13 # $ cvs -d cvs.netbsd.org:/cvsroot import src/external/bsd/bind/include -m "Include files for bind-X-Y-Z" ISC bind-X-Y-Z
19 echo "Usage: $PROG <bind-src> <include-dest>" 1>&2
24 INCLUDE=$2
26 mkdir -p $INCLUDE
27 cp $BIND/config.h $INCLUDE
29 mkdir -p $INCLUDE/dn
    [all...]
  /src/external/bsd/libbind/dist/
include4netbsd 3 # Use this script to update the bind include files used in the nameserver,
8 # $ ./include4netbsd . /tmp/include
9 # $ cd /tmp/include
10 # $ cvs -d cvs.netbsd.org:/cvsroot import src/include ISC libbind-X-Y-Z
16 echo "Usage: $PROG <libbind-src> <include-dest>" 1>&2
21 INCLUDE=$2
23 mkdir -p $INCLUDE
36 copy $LIBBIND/include/$i $INCLUDE/$i
39 mkdir -p $INCLUDE/arp
    [all...]
  /src/external/bsd/flex/dist/examples/manual/
pas_include.lex 16 %x INCLUDE
25 <COMMENT>"$include"[ \t]*"(" BEGIN(INCLUDE);
28 <INCLUDE>")" BEGIN(COMMENT);
29 <INCLUDE>[ \t]* /* skip whitespace */
30 <INCLUDE>[^ \t\n() ]+ { /* get the include file name */
32 fprintf( stderr, "Too many include files" );
48 <INCLUDE><<EOF>>
50 fprintf( stderr, "EOF in include" );
    [all...]
eof_rules.lex 16 %x INCLUDE
20 ^"#include"[ \t]*\" BEGIN(INCLUDE);
21 <INCLUDE>\" BEGIN(INITIAL);
22 <INCLUDE>[^\"]+ { /* get the include file name */
24 fprintf( stderr, "Too many include files" );
40 <INCLUDE><<EOF>>
42 fprintf( stderr, "EOF in include" );
51 BEGIN(INCLUDE);
    [all...]
  /src/crypto/external/apache2/openssl/dist/demos/signature/
build.info 13 INCLUDE[EVP_EC_Signature_demo]=../../include
17 INCLUDE[EVP_DSA_Signature_demo]=../../include
21 INCLUDE[EVP_ED_Signature_demo]=../../include
25 INCLUDE[rsa_pss_direct]=../../include
29 INCLUDE[rsa_pss_hash]=../../include
    [all...]
  /src/crypto/external/apache2/openssl/dist/demos/smime/
build.info 14 INCLUDE[smenc]=../../include
18 INCLUDE[smdec]=../../include
22 INCLUDE[smsign]=../../include
26 INCLUDE[smsign2]=../../include
30 INCLUDE[smver]=../../include
    [all...]
  /src/crypto/external/apache2/openssl/dist/demos/pkey/
build.info 14 INCLUDE[EVP_PKEY_EC_keygen]=../../include
18 INCLUDE[EVP_PKEY_RSA_keygen]=../../include
22 INCLUDE[EVP_PKEY_DSA_keygen]=../../include
26 INCLUDE[EVP_PKEY_DSA_paramgen]=../../include
30 INCLUDE[EVP_PKEY_DSA_paramvalidate]=../../include
    [all...]
  /src/crypto/external/apache2/openssl/dist/demos/encode/
build.info 10 INCLUDE[ec_encode]=../../include
14 INCLUDE[rsa_encode]=../../include
  /src/crypto/external/apache2/openssl/dist/demos/encrypt/
build.info 9 INCLUDE[rsa_encrypt]=../../include
  /src/crypto/external/apache2/openssl/dist/demos/kdf/
build.info 12 INCLUDE[hkdf]=../../include
16 INCLUDE[pbkdf2]=../../include
20 INCLUDE[scrypt]=../../include
24 INCLUDE[argon2]=../../include
  /src/crypto/external/apache2/openssl/dist/demos/keyexch/
build.info 9 INCLUDE[x25519]=../../include
  /src/crypto/external/apache2/openssl/dist/demos/mac/
build.info 12 INCLUDE[gmac]=../../include
16 INCLUDE[hmac-sha512]=../../include
20 INCLUDE[cmac-aes256]=../../include
24 INCLUDE[poly1305]=../../include
  /src/crypto/external/apache2/openssl/dist/demos/quic/server/
build.info 12 INCLUDE[server]=../../../include
  /src/crypto/external/apache2/openssl/dist/demos/sslecho/
build.info 9 INCLUDE[sslecho]=../../include
  /src/crypto/external/apache2/openssl/dist/demos/guide/
build.info 16 INCLUDE[tls-client-block]=../../include
20 INCLUDE[quic-client-block]=../../include
24 INCLUDE[quic-multi-stream]=../../include
28 INCLUDE[tls-client-non-block]=../../include
32 INCLUDE[quic-server-block]=../../include
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aicasm_scan.l 45 #include <sys/types.h>
47 #include <inttypes.h>
48 #include <limits.h>
49 #include <regex.h>
50 #include <stdio.h>
51 #include <string.h>
52 #include <sysexits.h>
54 #include "../queue.h"
56 #include <sys/queue.h>
59 #include "aicasm.h
    [all...]
  /src/crypto/external/apache2/openssl/dist/demos/http3/
build.info 14 INCLUDE[ossl-nghttp3-demo]=../../include nghttp3/lib/includes nghttp3/build/lib/includes
15 INCLUDE[ossl-nghttp3-demo-server]=../../include nghttp3/lib/includes nghttp3/build/lib/includes
16 INCLUDE[ossl-nghttp3]=../../include nghttp3/lib/includes nghttp3/build/lib/includes
  /src/external/bsd/cron/dist/
Makefile 47 # cc(1)), you will have to define INCLUDE to set the include
48 # directory for cc. INCLUDE should be `-Isomethingorother'.
59 INCLUDE = -I.
60 #INCLUDE =
67 LINTFLAGS = -hbxa $(INCLUDE) $(DEBUGGING)
82 CFLAGS = $(CDEBUG) $(INCLUDE) $(DEFS)
  /src/external/gpl3/binutils/dist/zlib/nintendods/
Makefile 9 include $(DEVKITARM)/ds_rules
22 INCLUDES := include
34 CFLAGS += $(INCLUDE) -DARM9
42 # include and lib
82 export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
83 $(foreach dir,$(LIBDIRS),-I$(dir)/include) \
90 @[ -d $@ ] || mkdir -p include
91 @cp ../../*.h include
122 -include $(DEPENDS)
  /src/external/gpl3/binutils.old/dist/zlib/nintendods/
Makefile 9 include $(DEVKITARM)/ds_rules
22 INCLUDES := include
34 CFLAGS += $(INCLUDE) -DARM9
42 # include and lib
82 export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
83 $(foreach dir,$(LIBDIRS),-I$(dir)/include) \
90 @[ -d $@ ] || mkdir -p include
91 @cp ../../*.h include
122 -include $(DEPENDS)
  /src/external/gpl3/gdb/dist/zlib/nintendods/
Makefile 9 include $(DEVKITARM)/ds_rules
22 INCLUDES := include
34 CFLAGS += $(INCLUDE) -DARM9
42 # include and lib
82 export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
83 $(foreach dir,$(LIBDIRS),-I$(dir)/include) \
90 @[ -d $@ ] || mkdir -p include
91 @cp ../../*.h include
122 -include $(DEPENDS)
  /src/external/gpl3/gdb.old/dist/zlib/nintendods/
Makefile 9 include $(DEVKITARM)/ds_rules
22 INCLUDES := include
34 CFLAGS += $(INCLUDE) -DARM9
42 # include and lib
82 export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
83 $(foreach dir,$(LIBDIRS),-I$(dir)/include) \
90 @[ -d $@ ] || mkdir -p include
91 @cp ../../*.h include
122 -include $(DEPENDS)
  /src/external/mpl/bind/dist/bin/tests/system/masterfile/
tests_masterfile.py 21 """Test master file $INCLUDE semantics"""
22 msg_axfr = isctest.query.create("include.", "AXFR")
25 include. 300 IN SOA ns.include. hostmaster.include. 1 3600 1800 1814400 3600
26 include. 300 IN NS ns.include.
27 a.include. 300 IN A 10.0.0.1
28 a.include. 300 IN A 10.0.0.99
29 a.a.include. 300 IN A 10.0.1.
    [all...]
  /src/bin/sh/
mkinit.sh 105 INCLUDE[\ \ ]* )
177 echo "#include $f"
  /src/external/gpl2/gettext/dist/os2/
Makefile 49 CFLAGS = -Wall -Zmt $(INCLUDE) $(DEFS)
50 INCLUDE = -I. -I$(ROOT) -I$(ROOT)intl -I$(ROOT)src -I$(ROOT)lib -I$(ROOT)libuniname
129 $(INST)lib/intl.a $(INST)lib/intl_s.a $(INST)include/libintl.h \
161 makedep $(INCLUDE) $(DEFS) -p $$(OUT)PATH -r -a FILENAME -c -f depend.mak
237 $(INST)include/%: $(ROOT)intl/%
241 $(INST)doc/gettext-$(VERSION)/% $(INST)include/%: %
248 -include depend.mak

Completed in 65 milliseconds

1 2 3