Home
last modified time | relevance | path

Searched refs:include_dir (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm.c214 path_entry_t include_dir; in main() local
223 for (include_dir = SLIST_FIRST(&search_path); in main()
224 include_dir != NULL; in main()
225 include_dir = SLIST_NEXT(include_dir, in main()
232 include_dir->quoted_includes_only = 1; in main()
234 include_dir = in main()
235 (path_entry_t)malloc(sizeof(*include_dir)); in main()
236 if (include_dir == NULL) { in main()
240 include_dir->directory = strdup(optarg); in main()
241 if (include_dir->directory == NULL) { in main()
[all …]
H A Daicasm_scan.l456 path_entry_t include_dir;
457 for (include_dir = search_path.slh_first;
458 include_dir != NULL;
459 include_dir = include_dir->links.sle_next) {
462 if ((include_dir->quoted_includes_only == TRUE)
467 "%s/%s", include_dir->directory, file_name);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DWindresOpts.td40 defm include_dir : LongShort<"I", "include-dir", "Include directory">;
41 defm include_alias : LongAlias<"include", include_dir>;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/utils/unittest/UnitTestMain/
H A DBUILD.gn5 # include_dir.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dwindres.c102 struct include_dir struct
104 struct include_dir *next; argument
108 static struct include_dir *include_dirs; argument
184 struct include_dir *d; in open_file_search()
763 struct include_dir *n, **pp; in windres_add_include_dir()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dwindres.c102 struct include_dir struct
104 struct include_dir *next; argument
108 static struct include_dir *include_dirs; argument
184 struct include_dir *d; in open_file_search()
763 struct include_dir *n, **pp; in windres_add_include_dir()
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DAddOCaml.cmake91 foreach( include_dir ${LLVM_INCLUDE_DIR} ${LLVM_MAIN_INCLUDE_DIR} )
92 set(c_flags "${c_flags} -I${include_dir}")
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.c3670 char *include_dir; in msp430_register_pre_includes() local
3672 include_dir = xstrdup (msp430_devices_csv_loc); in msp430_register_pre_includes()
3673 else if (msp430_check_env_var_for_devices (&include_dir)) in msp430_register_pre_includes()
3675 include_dir = msp430_dirname (include_dir); in msp430_register_pre_includes()
3677 include_dir = update_path (include_dir, ""); in msp430_register_pre_includes()
3678 add_path (include_dir, INC_SYSTEM, false, false); in msp430_register_pre_includes()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.cc4437 char *include_dir; in msp430_register_pre_includes() local
4439 include_dir = xstrdup (msp430_devices_csv_loc); in msp430_register_pre_includes()
4440 else if (msp430_check_env_var_for_devices (&include_dir)) in msp430_register_pre_includes()
4442 include_dir = msp430_dirname (include_dir); in msp430_register_pre_includes()
4444 include_dir = update_path (include_dir, ""); in msp430_register_pre_includes()
4445 add_path (include_dir, INC_SYSTEM, false, false); in msp430_register_pre_includes()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py2997 include_dir, include_base = os.path.split(_DropCommonSuffixes(include))
2999 include_dir == target_dir or
3000 include_dir == os.path.normpath(target_dir + '/../public')):
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog.19991820 * lib/krb5/Makefile.am: remove include_dir hack
1822 * lib/hdb/Makefile.am: remove include_dir hack
1824 * lib/asn1/Makefile.am: remove include_dir hack
1826 * include/Makefile.am: remove include_dir hack
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A DChangeLog1239 * Makefile.am.common: remove include_dir hack
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A DChangeLog1949 * Makefile.am: remove include_dir hack
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20139057 (add_include_dir): Make 'include_dir' const.
H A DChangeLog-201715569 (file_entry::include_dir): New method.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20139057 (add_include_dir): Make 'include_dir' const.
H A DChangeLog-201715569 (file_entry::include_dir): New method.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git129228 44fda089397a: make include_dir return the directory index that can be
157646 set diridx [include_dir "${srcdir}/${subdir}"]
157655 Rather than generate dwarf immediately in procs include_dir and file_name,