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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
builtins.d 44 module gcc.builtins;
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-object-run.h 1 /* Header file to call module for 'compile' command.
22 extern void compile_object_run (compile_module_up &&module);
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-object-run.h 1 /* Header file to call module for 'compile' command.
22 extern void compile_object_run (compile_module_up &&module);
  /src/external/apache2/llvm/dist/llvm/utils/crosstool/
create-snapshots.sh 23 local module=$1
24 local log="${module}.log"
25 echo "Running: svn export -r ${REV} ${module}; log in ${log}"
26 svn -q export -r ${REV} ${LLVM_PROJECT_SVN}/${module}/trunk \
27 ${module} > ${log} 2>&1
29 # Create "module-revision.tar.bz2" packages from the SVN checkout dirs.
30 local tarball="${module}-${REV}.tar.bz2"
32 tar cjf ${tarball} ${module}
34 echo "Cleaning up '${module}'"
35 rm -rf ${module} ${log
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
digest.d 3 module std.digest.digest;
  /src/crypto/external/apache2/openssl/dist/Configurations/
platform.pm 10 my $module = $target{perl_platform} || 'Unix';
11 (my $module_path = $module) =~ s|::|/|g;
14 @ISA = ("platform::$module");
  /src/crypto/external/bsd/openssl/dist/Configurations/
platform.pm 10 my $module = $target{perl_platform} || 'Unix';
11 (my $module_path = $module) =~ s|::|/|g;
14 @ISA = ("platform::$module");
  /src/external/bsd/pam-u2f/dist/tests/
dlsym_check.c 13 void *module; local
16 assert((module = dlopen(path, RTLD_NOW)) != NULL);
17 assert(dlsym(module, "pam_sm_authenticate") != NULL);
18 assert(dlsym(module, "pam_sm_setcred") != NULL);
19 assert(dlsym(module, "nonexistent") == NULL);
20 assert(dlclose(module) == 0);
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython.i 1 %module netpgppython
  /src/crypto/external/bsd/netpgp/dist/bindings/swig/
netpgp.i 1 %module netpgplang
swigit 33 # Usage: swigit <lang> <module>
38 module=$2
58 case "$module" in
60 echo "You need to specify a module"
65 cat << EOF > ${module}${lang}.i
66 %module ${module}${lang}
68 #include <${module}.h>
72 %include ${module}.h
75 cp ../../include/${module}.h
    [all...]
  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgptcl.i 1 %module netpgptcl
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
attributes.d 0 module core.internal.attributes;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
attributes.d 0 module std.internal.attributes;
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.cycles/
mod2.d 2 module mod2;
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/
message_with_null.d 3 module message_with_null;
  /src/external/bsd/openpam/dist/lib/libpam/
openpam_load.c 54 * Locate a matching dynamic or static module.
60 pam_module_t *module; local
62 module = openpam_dynamic(modulename);
64 (module == NULL) ? "no" : "using", modulename);
67 /* look for a static module */
68 if (module == NULL && strchr(modulename, '/') == NULL) {
69 module = openpam_static(modulename);
71 (module == NULL) ? "no" : "using", modulename);
74 if (module == NULL) {
78 return (module);
    [all...]
openpam_static.c 58 * Locate a statically linked module
64 pam_module_t * const *module; local
66 SET_FOREACH(module, openpam_static_modules) {
67 if (strcmp((*module)->path, path) == 0)
68 return (*module);
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl.i 1 %module netpgpperl
  /src/external/apache2/llvm/dist/clang/lib/Headers/
module.modulemap 1 /*===---- module.modulemap - intrinsics module map -------------------------===
10 module _Builtin_intrinsics [system] [extern_c] {
11 explicit module altivec {
16 explicit module arm {
19 explicit module acle {
24 explicit module neon {
31 explicit module sve {
38 explicit module intel {
70 explicit module mm_malloc
    [all...]
  /src/external/bsd/ipf/dist/ipsd/
linux.h 12 #ifdef MODULE
13 #include <linux/module.h>
15 #endif /* MODULE */
  /src/external/bsd/ipf/dist/ipsend/
linux.h 14 #ifdef MODULE
15 #include <linux/module.h>
17 #endif /* MODULE */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
__main.di 19 /* This module provides the D main() function supplied by the user's program. */
21 module __main;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
featuretest.d 8 module core.sys.netbsd.sys.featuretest;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
idispids.d 2 * Windows API header module
10 module core.sys.windows.idispids;

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 91011>>