HomeSort by: relevance | last modified time | path
    Searched defs:include (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/sys/arch/x86/conf/
files.x86 172 include "crypto/aes/arch/x86/files.aesni" label
175 include "crypto/aes/arch/x86/files.aesvia" label
178 include "crypto/aes/arch/x86/files.aessse2" label
181 include "crypto/aes/arch/x86/files.aesssse3" label
184 include "crypto/chacha/arch/x86/files.chacha_x86" label
  /src/external/gpl3/gdb/dist/gdb/
gdb-code-style.el 40 ;; Don't include these files directly.
41 (defun gdb-include-hook ()
44 '(("\\<include[ ]*\\(<\\(sys/stat\\|stat\\|dirent\\|wait\\|sys/wait\\|assert\\)\\.h>\\)" 1 font-lock-warning-face t))))
46 (add-hook 'c-mode-common-hook 'gdb-include-hook)
symmisc.c 20 #include "event-top.h"
21 #include "exceptions.h"
22 #include "symtab.h"
23 #include "gdbtypes.h"
24 #include "bfd.h"
25 #include "filenames.h"
26 #include "symfile.h"
27 #include "objfiles.h"
28 #include "breakpoint.h"
29 #include "command.h
350 struct compunit_symtab *include = cust->includes[i]; local
794 struct compunit_symtab *include local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gdb-code-style.el 40 ;; Don't include these files directly.
41 (defun gdb-include-hook ()
44 '(("\\<include[ ]*\\(<\\(sys/stat\\|stat\\|dirent\\|wait\\|sys/wait\\|assert\\)\\.h>\\)" 1 font-lock-warning-face t))))
46 (add-hook 'c-mode-common-hook 'gdb-include-hook)
symmisc.c 20 #include "event-top.h"
21 #include "symtab.h"
22 #include "gdbtypes.h"
23 #include "bfd.h"
24 #include "filenames.h"
25 #include "symfile.h"
26 #include "objfiles.h"
27 #include "breakpoint.h"
28 #include "command.h"
29 #include "gdbsupport/gdb_obstack.h
349 struct compunit_symtab *include = cust->includes[i]; local
792 struct compunit_symtab *include local
    [all...]
  /src/external/ibm-public/postfix/dist/src/local/
token.c 7 /* tokenize alias/include/.forward entries and deliver
9 /* #include "local.h"
29 /* entry, in an include file, or in a .forward file.
33 /* home directory, an :include:/path/name request, an external
47 /* Attributes describing alias, include or forward expansion.
53 /* A parsed address from an include file, alias file or .forward file.
79 #include <sys_defs.h>
80 #include <unistd.h>
81 #include <string.h>
84 #include <strings.h
143 static char include[] = ":include:"; local
    [all...]
  /src/sys/arch/ia64/stand/common/
interp.c 29 #include <sys/cdefs.h>
38 #include <lib/libsa/stand.h>
39 #include <lib/libsa/loadfile.h>
40 #include <lib/libkern/libkern.h>
42 #include "bootstrap.h"
45 #include "ficl.h"
113 if(include("/boot/loader.rc")!=CMD_OK)
114 include("/boot/boot.conf");
177 res = include(argvbuf[i]);
197 include(const char *filename function
    [all...]
  /src/external/bsd/nsd/dist/simdzone/src/generic/
format.h 238 // $INCLUDE <file-name> [<domain-name>] [<comment>]
248 static const type_info_t include = ENTRY("$INCLUDE", FIELDS(fields)); local
251 NOT_PERMITTED(parser, "%s is disabled", NAME(&include));
255 if ((code = take_quoted_or_contiguous(parser, &include, &fields[0], token)) < 0)
263 // $INCLUDE directive MAY specify an origin
268 SYNTAX_ERROR(parser, "Invalid %s in %s", NAME(&fields[1]), NAME(&include));
288 return have_delimiter(parser, &include, token);
294 zone_error(parser, "Circular include in %s", file->name);
299 zone_error(parser, "Include %s nested too deeply", file->name)
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
table.c 21 #include <sys/types.h>
22 #include <sys/stat.h>
23 #include <stdio.h>
24 #include <fcntl.h>
25 #include <ctype.h>
27 #include "misc.h"
28 #include "lf.h"
29 #include "table.h"
30 #include "dumpf.h"
32 #include <unistd.h
63 table_include *include = &dummy; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
table.c 21 #include <sys/types.h>
22 #include <sys/stat.h>
23 #include <stdio.h>
24 #include <fcntl.h>
25 #include <ctype.h>
27 #include "misc.h"
28 #include "lf.h"
29 #include "table.h"
30 #include "dumpf.h"
32 #include <unistd.h
63 table_include *include = &dummy; local
    [all...]
  /src/bin/ksh/
main.c 6 #include <sys/cdefs.h>
7 #include <sys/stat.h>
8 #include <sys/time.h>
9 #include <locale.h>
10 #include <time.h>
19 #include "sh.h"
357 include(KSH_SYSTEM_PROFILE, 0, (char **) 0, 1);
359 include(substitute("$HOME/.profile", 0), 0,
364 include("/etc/suid_profile", 0, (char **) 0, 1);
373 /* include $ENV *
418 include(name, argc, argv, intr_ok) function
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 46 #include <sys/types.h>
48 #include <inttypes.h>
49 #include <regex.h>
50 #include <stdio.h>
51 #include <stdlib.h>
52 #include <string.h>
53 #include <sysexits.h>
56 #include "../queue.h"
58 #include <sys/queue.h>
61 #include "aicasm.h
257 include: label
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBlockRanges.cpp 9 #include "HexagonBlockRanges.h"
10 #include "HexagonInstrInfo.h"
11 #include "HexagonSubtarget.h"
12 #include "llvm/ADT/BitVector.h"
13 #include "llvm/ADT/STLExtras.h"
14 #include "llvm/CodeGen/MachineBasicBlock.h"
15 #include "llvm/CodeGen/MachineFunction.h"
16 #include "llvm/CodeGen/MachineInstr.h"
17 #include "llvm/CodeGen/MachineOperand.h"
18 #include "llvm/CodeGen/MachineRegisterInfo.h
75 void HexagonBlockRanges::RangeList::include(const RangeList &RL) { function in class:HexagonBlockRanges::RangeList
    [all...]
  /src/external/bsd/pcc/dist/pcc/driver/
driver.h 26 #include "config.h"
62 list_t * include; member in struct:options
  /src/external/gpl3/gdb/dist/sim/igen/
table.c 24 #include <sys/types.h>
25 #include <sys/stat.h>
26 #include <stdio.h>
27 #include <fcntl.h>
28 #include <ctype.h>
30 #include "misc.h"
31 #include "lf.h"
32 #include "table.h"
34 #include <unistd.h>
35 #include <stdlib.h
90 table_include *include = &dummy; local
    [all...]
igen.h 78 /* SMP? Should the generated code include SMP support (>0) and if
194 /* See above for include options */
195 table_include *include; member in struct:_igen_options
  /src/external/gpl3/gdb.old/dist/sim/igen/
table.c 24 #include <sys/types.h>
25 #include <sys/stat.h>
26 #include <stdio.h>
27 #include <fcntl.h>
28 #include <ctype.h>
30 #include "misc.h"
31 #include "lf.h"
32 #include "table.h"
34 #include <unistd.h>
35 #include <stdlib.h
90 table_include *include = &dummy; local
    [all...]
igen.h 78 /* SMP? Should the generated code include SMP support (>0) and if
194 /* See above for include options */
195 table_include *include; member in struct:_igen_options
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ec_backend.c 14 #include "internal/deprecated.h"
16 #include <openssl/core_names.h>
17 #include <openssl/objects.h>
18 #include <openssl/params.h>
19 #include <openssl/err.h>
21 #include <openssl/engine.h>
22 #include <openssl/x509.h>
24 #include "crypto/bn.h"
25 #include "crypto/ec.h"
26 #include "ec_local.h
572 int include = 1; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ec_backend.c 14 #include "internal/deprecated.h"
16 #include <openssl/core_names.h>
17 #include <openssl/objects.h>
18 #include <openssl/params.h>
19 #include <openssl/err.h>
21 # include <openssl/engine.h>
22 # include <openssl/x509.h>
24 #include "crypto/bn.h"
25 #include "crypto/ec.h"
26 #include "ec_local.h
574 int include = 1; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/conf/
conf_def.c 12 #include <stdio.h>
13 #include <string.h>
14 #include "internal/cryptlib.h"
15 #include "internal/o_dir.h"
16 #include <openssl/lhash.h>
17 #include <openssl/conf.h>
18 #include <openssl/conf_api.h>
19 #include "conf_def.h"
20 #include <openssl/buffer.h>
21 #include <openssl/err.h
367 char *include = NULL; local
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Histable.h 40 #include "dbe_structs.h"
41 #include "Emsg.h"
42 #include "Expression.h"
300 SourceFile *include; // included source file or NULL member in class:DbeLine
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Histable.h 40 #include "dbe_structs.h"
41 #include "Emsg.h"
42 #include "Expression.h"
300 SourceFile *include; // included source file or NULL member in class:DbeLine
  /src/external/gpl3/gdb.old/dist/include/opcode/
loongarch.h 24 #include <stdint.h>
69 | iden // maybe a label (include at least one alphabet),
136 const int *include; member in struct:loongarch_opcode
151 const int *include; member in struct:loongarch_ase
  /src/usr.bin/rpcgen/
rpc_main.c 34 #include "nbtool_config.h"
37 #include <sys/cdefs.h>
52 #include <sys/types.h>
53 #include <sys/param.h>
54 #include <sys/file.h>
55 #include <sys/stat.h>
56 #include <ctype.h>
57 #include <err.h>
58 #include <stdio.h>
59 #include <stdlib.h
443 char *include; local
621 char *include; local
710 char *include; local
764 char *include; local
798 char *include; local
    [all...]

Completed in 45 milliseconds

1 2