| /netbsd-src/external/apache2/llvm/dist/clang/cmake/caches/ |
| H A D | MultiDistributionExample.cmake | 54 # Note that we need to include the CMake exports targets for the distribution 55 # (development-cmake-exports and clang-development-cmake-exports), as well as 56 # the general CMake exports target for each project (cmake-exports and 57 # clang-cmake-exports), in our list of targets. The distribution CMake exports 58 # targets just install the CMake exports file for the distribution's targets, 59 # whereas the project CMake exports targets install the rest of the project's 60 # CMake exports (which are needed in order to import the project from other 61 # CMake_projects via find_package, and include the distribution's CMake exports 65 cmake-exports 66 development-cmake-exports [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | pe-dll.c | 570 && bsearch (&key, d->exports, d->num_exports, in auto_export() 571 sizeof (pe_def_file->exports[0]), pe_export_sort)) in auto_export() 814 if (pe_def_file->exports[i].name[0] != '?' in process_def_file_and_drectve() 815 && strchr (pe_def_file->exports[i].name, '@')) in process_def_file_and_drectve() 820 int lead_at = (*pe_def_file->exports[i].name == '@'); in process_def_file_and_drectve() 821 char *tmp = xstrdup (pe_def_file->exports[i].name + lead_at); in process_def_file_and_drectve() 828 pe_def_file->exports[i].name); in process_def_file_and_drectve() 829 pe_def_file->exports[i].name = tmp; in process_def_file_and_drectve() 838 qsort (pe_def_file->exports, NE, sizeof (pe_def_file->exports[0]), in process_def_file_and_drectve() 845 if (is_import (pe_def_file->exports[i].name)) in process_def_file_and_drectve() [all …]
|
| H A D | deffilep.y | 450 if (fdef->exports) in def_file_free() 454 if (fdef->exports[i].internal_name != fdef->exports[i].name) in def_file_free() 455 free (fdef->exports[i].internal_name); in def_file_free() 456 free (fdef->exports[i].name); in def_file_free() 457 free (fdef->exports[i].its_name); in def_file_free() 459 free (fdef->exports); in def_file_free() 549 fdef->exports[i].name, fdef->exports[i].internal_name, in def_file_print() 550 fdef->exports[i].ordinal); in def_file_print() 551 if (fdef->exports[i].flag_private) in def_file_print() 553 if (fdef->exports[i].flag_constant) in def_file_print() [all …]
|
| H A D | deffilep.c | 2265 if (fdef->exports) in def_file_free() 2269 if (fdef->exports[i].internal_name != fdef->exports[i].name) in def_file_free() 2270 free (fdef->exports[i].internal_name); in def_file_free() 2271 free (fdef->exports[i].name); in def_file_free() 2272 free (fdef->exports[i].its_name); in def_file_free() 2274 free (fdef->exports); in def_file_free() 2364 fdef->exports[i].name, fdef->exports[i].internal_name, in def_file_print() 2365 fdef->exports[i].ordinal); in def_file_print() 2366 if (fdef->exports[i].flag_private) in def_file_print() 2368 if (fdef->exports[i].flag_constant) in def_file_print() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | pe-dll.c | 581 && bsearch (&key, d->exports, d->num_exports, in auto_export() 582 sizeof (pe_def_file->exports[0]), pe_export_sort)) in auto_export() 835 if (pe_def_file->exports[i].name[0] != '?' in process_def_file_and_drectve() 836 && strchr (pe_def_file->exports[i].name, '@')) in process_def_file_and_drectve() 841 int lead_at = (*pe_def_file->exports[i].name == '@'); in process_def_file_and_drectve() 842 char *tmp = xstrdup (pe_def_file->exports[i].name + lead_at); in process_def_file_and_drectve() 849 pe_def_file->exports[i].name); in process_def_file_and_drectve() 850 pe_def_file->exports[i].name = tmp; in process_def_file_and_drectve() 859 qsort (pe_def_file->exports, NE, sizeof (pe_def_file->exports[0]), in process_def_file_and_drectve() 866 if (is_import (pe_def_file->exports[i].name)) in process_def_file_and_drectve() [all …]
|
| H A D | deffilep.y | 464 if (fdef->exports[i].internal_name != fdef->exports[i].name) in def_file_free() 465 free (fdef->exports[i].internal_name); in def_file_free() 466 free (fdef->exports[i].name); in def_file_free() 467 free (fdef->exports[i].its_name); in def_file_free() 469 free (fdef->exports); in def_file_free() 558 fdef->exports[i].name, fdef->exports[i].internal_name, in def_file_print() 559 fdef->exports[i].ordinal); in def_file_print() 560 if (fdef->exports[i].flag_private) in def_file_print() 562 if (fdef->exports[i].flag_constant) in def_file_print() 564 if (fdef->exports[i].flag_noname) in def_file_print() [all …]
|
| /netbsd-src/lib/librpcsvc/ |
| H A D | mount.x | 130 typedef struct exportnode *exports; typedef 134 exports ex_next; 190 exports 196 exports 247 exports
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | amfs_host.c | 98 make_mntpt(char *mntpt, size_t l, const exports ex, const char *mf_mount) in make_mntpt() 193 exports *a = (exports *) x; in sortfun() 194 exports *b = (exports *) y; in sortfun() 310 exports exlist = 0, ex; in amfs_host_mount() 311 exports *ep = NULL; in amfs_host_mount() 424 ep = (exports *) xmalloc(n_export * sizeof(exports)); in amfs_host_mount() 441 qsort(ep, n_export, sizeof(exports), sortfun); in amfs_host_mount()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/heimdal/ |
| H A D | NTMakefile | 66 DEFSRC= ..\asn1\libasn1-exports.def \ 67 ..\wind\libwind-exports.def \ 68 ..\hcrypto\libhcrypto-exports.def \ 69 ..\hx509\libhx509-exports.def \ 70 $(OBJDIR)\lib\krb5\libkrb5-exports.def
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-shlib/ |
| H A D | CMakeLists.txt | 3 # commandline. By default the shared library only exports the LLVM C API. 85 # nm ${LIB_PATH} | awk "/T _LLVM/ { print $3 }" | sort -u | sed -e "s/^_//g" > ${LIB_PATH}.exports 87 set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_BINARY_DIR}/libllvm-c.exports) 92 set(LIB_EXPORTS_PATH ${LIB_NAME}.exports) 115 # Build the LLVM-C.dll library that exports the C API. 158 # Generate the exports file dynamically. 159 set(GEN_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/gen-msvc-exports.py) 161 set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/libllvm-c.exports)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/bugpoint-passes/ |
| H A D | BUILD.gn | 5 symbol_exports("exports") { 6 exports_file = "bugpoint.exports" 12 ":exports",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Hello/ |
| H A D | BUILD.gn | 5 symbol_exports("exports") { 6 exports_file = "Hello.exports" 12 ":exports",
|
| /netbsd-src/external/apache2/llvm/dist/clang/cmake/modules/ |
| H A D | CMakeLists.txt | 62 COMPONENT clang-cmake-exports) 66 add_custom_target(clang-cmake-exports) 67 add_llvm_install_targets(install-clang-cmake-exports 68 COMPONENT clang-cmake-exports)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/lto/ |
| H A D | BUILD.gn | 11 symbol_exports("exports") { 12 exports_file = "lto.exports" 33 deps += [ ":exports" ]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | LLVMDistributionSupport.cmake | 6 # - The generated CMake exports file for ${project} is called ${project}Targets 8 # - The build target for the CMake exports is called ${project}-cmake-exports 9 # (except LLVM where it's just cmake-exports). 11 # project has any exports for a particular ${distribution} (where ${PROJECT} 104 # having exports for the distribution. 165 # Create the install commands and targets for the distributions' CMake exports. 167 # ${project}-${distribution}-cmake-exports, where ${project} is the project name 169 # for LLVM, where the target is just called ${distribution}-cmake-exports. See 189 COMPONENT ${prefix}cmake-exports) 197 set(target ${prefix}${distribution_lower}-cmake-exports)
|
| H A D | CMakeLists.txt | 146 COMPONENT cmake-exports) 150 COMPONENT cmake-exports 160 add_custom_target(cmake-exports) 161 add_llvm_install_targets(install-cmake-exports 162 COMPONENT cmake-exports)
|
| /netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| H A D | nfs_prot_irix6.h | 168 typedef struct exports *exports; typedef 169 typedef struct exports exportnode; 477 struct exports { struct 481 struct exports *ex_next; argument 492 extern bool_t xdr_exports(XDR *, struct exports **); argument
|
| H A D | nfs_prot_bsdi2.h | 157 typedef struct exports *exports; typedef 158 typedef struct exports exportnode; 438 struct exports { struct 441 exports ex_next; argument
|
| H A D | nfs_prot_aix3.h | 175 typedef struct exports *exports; typedef 176 typedef struct exports exportnode;
|
| H A D | nfs_prot_aix4.h | 173 typedef struct exports *exports; typedef 174 typedef struct exports exportnode;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/ |
| H A D | symbol_exports.gni | 5 # Path of the .exports file to use. 9 # exports_file = "//foo/bar/my.exports" 34 # when the input exports file is touched but nothing else changes.
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/ntlm/ |
| H A D | NTMakefile | 58 $(DLLGUILINK) -def:libheimntlm-exports.def -implib:$(LIBHEIMNTLM) 87 test-exports: 88 …$(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libheimntlm-exports.d… 90 test:: test-exports
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
| H A D | NTMakefile | 56 -def:libcom_err-exports.def 88 test-exports: 89 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libcom_err-exports.def 91 test:: test-exports
|
| /netbsd-src/etc/rc.d/ |
| H A D | mountd | 23 if [ ! -r /etc/zfs/exports ]; then 24 touch /etc/zfs/exports
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/tools/libclang/ |
| H A D | BUILD.gn | 19 symbol_exports("exports") { 20 exports_file = "libclang.exports" 45 deps += [ ":exports" ]
|