| /src/crypto/external/bsd/openssl.old/dist/util/perl/ |
| with_fallback.pm | 10 sub import { subroutine
|
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| fallback.pm | 66 sub import { subroutine
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| fallback.pm | 66 sub import { subroutine
|
| /src/external/lgpl3/gmp/dist/demos/perl/GMP/ |
| Mpf.pm | 67 sub import { subroutine 79 goto &Exporter::import;
|
| Mpq.pm | 68 sub import { subroutine 80 goto &Exporter::import;
|
| Mpz.pm | 80 sub import { subroutine 92 goto &Exporter::import;
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| imports.cc | 26 #include "dmd/import.h" 37 module and import declarations, where RESULT_ holds the back-end 50 tree import = build_decl (input_location, IMPORTED_DECL, local 52 IMPORTED_DECL_ASSOCIATED_DECL (import) = decl; 53 d_keep (import); 55 return import; 94 /* Build an import of another module symbol. */ 96 void visit (Import *m) 102 /* Build an import for any kind of user defined type. 213 /* Import any other kind of declaration. If the class does not implemen [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
| i915_gem_dmabuf.c | 44 struct drm_gem_object *import; local 60 import = i915_gem_prime_import(&i915->drm, dmabuf); 61 if (IS_ERR(import)) { 63 (int)PTR_ERR(import)); 64 err = PTR_ERR(import); 68 if (import != &obj->base) { 76 i915_gem_object_put(to_intel_bo(import));
|
| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| gen.c | 55 struct import { struct 57 struct import *next; 60 static struct import *imports = NULL; 65 struct import *tmp = emalloc (sizeof(*tmp));
|
| /src/external/bsd/pcc/dist/pcc/arch/i386/ |
| local.c | 129 import(P1ND *p) function 470 p = import(p);
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| evp_local.h | 128 /* Import and export routines */ 129 OSSL_FUNC_keymgmt_import_fn *import; member in struct:evp_keymgmt_st
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-lto/ |
| llvm-lto.cpp | 116 "Perform pre-import promotion (requires -thinlto-index)."), 117 clEnumValN(THINIMPORT, "import", "Perform both promotion and " 577 return import(); 657 /// the import file lists for each module to disk. 716 void import() { function in class:thinlto::ThinLTOProcessing
|
| /src/external/gpl2/xcvs/dist/src/ |
| import.c | 13 * "import" checks in the vendor release located in the current directory into 24 __RCSID("$NetBSD: import.c,v 1.8 2017/09/15 21:03:26 christos Exp $"); 64 "\t-d\tUse the file's modification time as the time of import.\n", 76 import (int argc, char **argv) function 124 "warning: not setting the time of import from the file"); 237 "supported by import, not `%s'. For example: `1.1.1'.", 314 send_to_server ("import\012", 0); 322 error (1, 0, "attempt to import the repository"); 388 cvs_output_tagged ("text", " conflicts created by this import."); 421 (void) fprintf (logfp, " conflicts created by this import.\n") [all...] |
| /src/external/mit/isl/dist/imath/ |
| gmp_compat.c | 734 void GMPZAPI(import)(mp_int rop, size_t count, int order, size_t size, function
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| evp_local.h | 131 /* Import and export routines */ 132 OSSL_FUNC_keymgmt_import_fn *import; member in struct:evp_keymgmt_st 210 /* Import and export routines */ 212 OSSL_FUNC_skeymgmt_import_fn *import; member in struct:evp_skeymgmt_st
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| hx_locl.h | 254 int (*import)(hx509_context, const AlgorithmIdentifier *, member in struct:hx509_private_key_ops
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs.h | 237 /* after splitting, import the pool */ 238 int import : 1; member in struct:splitflags 352 * Import and export functions 363 * Search for pools to import 371 char *cachefile; /* cachefile to use for import */
|
| libzfs_pool.c | 57 int import:1; /* Validate property on import */ member in struct:prop_flags 519 if (flags.create || flags.import) { 522 "or import time"), propname); 557 if (!flags.create && !flags.import) { 560 "creation or import"), propname); 634 if (!flags.import) { 637 "import time"), propname); 892 * create (or import), and only in userland. 1118 prop_flags_t flags = { .create = B_TRUE, .import = B_FALSE } [all...] |
| libzfs_import.c | 30 * Pool import support functions. 32 * To import a pool, we rely on reading the configuration information from the 41 * update any paths that have changed. Finally, we attempt to import the pool 340 * doing the import. 763 * can't actually import it. 1197 * includes partial pools which are not available to import. If no args are 1200 * to import a specific pool. 1470 * to import a specific pool. 1583 importargs_t *import = data; local 1586 if (import->poolname != NULL) [all...] |
| /src/external/mpl/bind/dist/contrib/gitchangelog/ |
| gitchangelog.py | 32 from __future__ import print_function 33 from __future__ import absolute_import 35 import locale 36 import re 37 import os 38 import os.path 39 import sys 40 import glob 41 import textwrap 42 import datetim 1597 import mako.template ## pylint: disable=wrong-import-position namespace [all...] |
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ASTImporter.cpp | 151 // Use this to import pointers of specific type. 154 auto ToOrErr = Importer.Import(From); 160 // Call the import function of ASTImporter for a baseclass of type `T` and 163 Expected<T *> import(T *From) { function in class:clang::ASTNodeImporter 164 auto ToOrErr = Importer.Import(From); 171 Expected<T *> import(const T *From) { function in class:clang::ASTNodeImporter 172 return import(const_cast<T *>(From)); 175 // Call the import function of ASTImporter for type `T`. 177 Expected<T> import(const T &From) { function in class:clang::ASTNodeImporter 178 return Importer.Import(From) 183 Expected<Optional<T>> import(Optional<T> From) { function in class:clang::ASTNodeImporter 749 ASTNodeImporter::import(TemplateParameterList *From) { function in class:clang::ASTNodeImporter 779 ASTNodeImporter::import(const TemplateArgument &From) { function in class:clang::ASTNodeImporter 856 ASTNodeImporter::import(const TemplateArgumentLoc &TALoc) { function in class:clang::ASTNodeImporter 896 Expected<DeclGroupRef> ASTNodeImporter::import(const DeclGroupRef &DG) { function in class:clang::ASTNodeImporter 915 ASTNodeImporter::import(const Designator &D) { function in class:clang::ASTNodeImporter 953 Expected<LambdaCapture> ASTNodeImporter::import(const LambdaCapture &From) { function in class:clang::ASTNodeImporter [all...] |
| /src/external/gpl3/gcc/dist/libcpp/ |
| lex.cc | 3554 /* import */ 3561 /* We've seen [export] {module|import|__import}. Check the next token. */ 3563 /* After '{,__}import' a header name may appear. */ 3568 /* ... import followed by identifier, ':', '<' or 5105 bool import = false; 5113 /* export, peek for import or module. No need to peek __import 5118 && (peek = do_peek_ident ("import", peek + 1, limit)))) 5120 import = true; 5134 && (peek = do_peek_ident ("import", peek, limit)))) 5136 import = true 5104 bool import = false; local [all...] |
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| lex.cc | 3281 /* import */ 3288 /* We've seen [export] {module|import|__import}. Check the next token. */ 3290 /* After '{,__}import' a header name may appear. */ 3295 /* ... import followed by identifier, ':', '<' or 4785 bool import = false; 4793 /* export, peek for import or module. No need to peek __import 4798 && (peek = do_peek_ident ("import", peek + 1, limit)))) 4800 import = true; 4814 && (peek = do_peek_ident ("import", peek, limit)))) 4816 import = true 4784 bool import = false; local [all...] |