Searched refs:native (Results 1 - 25 of 240) sorted by relevance

12345678910

/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclLoadDl.c70 CONST char *native;
78 native = Tcl_FSGetNativePath(pathPtr);
79 handle = dlopen(native, RTLD_NOW | RTLD_GLOBAL);
90 native = Tcl_UtfToExternalDString(NULL, fileName, -1, &ds);
91 handle = dlopen(native, RTLD_NOW | RTLD_GLOBAL);
136 CONST char *native;
147 native = Tcl_UtfToExternalDString(NULL, symbol, -1, &ds);
149 native);
153 native = Tcl_DStringAppend(&newName, native,
69 CONST char *native; local
134 CONST char *native; local
[all...]
H A DtclUnixSock.c46 CONST char *native = NULL;
74 native = hp->h_name;
76 native = u.nodename;
79 if (native == NULL) {
80 native = tclEmptyStringRep;
105 native = buffer;
110 *lengthPtr = strlen(native);
112 memcpy(*valuePtr, (void *) native, (size_t)(*lengthPtr)+1);
45 CONST char *native = NULL; local
H A DtclLoadNext.c54 CONST char *native;
67 native = Tcl_FSGetNativePath(pathPtr);
68 files = {native,NULL};
81 native = Tcl_UtfToExternalDString(NULL, fileName, -1, &ds);
82 files = {native,NULL};
53 CONST char *native; local
H A DtclLoadOSF.c76 CONST char *native;
84 native = Tcl_FSGetNativePath(pathPtr);
85 lm = (Tcl_PackageInitProc *) load(native, LDR_NOFLAGS);
96 native = Tcl_UtfToExternalDString(NULL, fileName, -1, &ds);
97 lm = (Tcl_PackageInitProc *) load(native, LDR_NOFLAGS);
75 CONST char *native; local
H A DtclLoadShl.c61 CONST char *native;
79 native = Tcl_FSGetNativePath(pathPtr);
80 handle = shl_load(native, BIND_DEFERRED|BIND_VERBOSE, 0L);
91 native = Tcl_UtfToExternalDString(NULL, fileName, -1, &ds);
92 handle = shl_load(native, BIND_DEFERRED|BIND_VERBOSE|DYNAMIC_PATH, 0L);
60 CONST char *native; local
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/executionengine/
H A DMakefile16 UsedComponents := executionengine jit interpreter native
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter4/
H A DMakefile13 LINK_COMPONENTS := core jit native
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter5/
H A DMakefile13 LINK_COMPONENTS := core jit native
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter6/
H A DMakefile13 LINK_COMPONENTS := core jit native
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter7/
H A DMakefile14 LINK_COMPONENTS := core jit native
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclLoadDl.c71 CONST char *native;
78 native = Tcl_FSGetNativePath(pathPtr);
79 handle = dlopen(native, RTLD_NOW | RTLD_GLOBAL);
88 native = Tcl_UtfToExternalDString(NULL, fileName, -1, &ds);
89 handle = dlopen(native, RTLD_NOW | RTLD_GLOBAL);
133 CONST char *native;
143 native = Tcl_UtfToExternalDString(NULL, symbol, -1, &ds);
145 native);
149 native = Tcl_DStringAppend(&newName, native,
70 CONST char *native; local
131 CONST char *native; local
[all...]
H A DtclUnixSock.c75 CONST char *native;
83 native = NULL;
104 native = hp->h_name;
106 native = u.nodename;
115 native = buffer;
119 if (native == NULL) {
122 Tcl_ExternalToUtf(NULL, NULL, native, -1, 0, NULL, hostname,
74 CONST char *native; local
H A DtclLoadDld.c65 CONST char *native;
96 native = Tcl_FSGetNativePath(pathPtr);
97 returnCode = dld_link(native);
101 native = Tcl_UtfToExternalDString(NULL, fileName, -1, &ds);
102 returnCode = dld_link(native);
64 CONST char *native; local
H A DtclLoadOSF.c76 CONST char *native;
83 native = Tcl_FSGetNativePath(pathPtr);
84 lm = (Tcl_PackageInitProc *) load(native, LDR_NOFLAGS);
93 native = Tcl_UtfToExternalDString(NULL, fileName, -1, &ds);
94 lm = (Tcl_PackageInitProc *) load(native, LDR_NOFLAGS);
75 CONST char *native; local
H A DtclLoadShl.c61 CONST char *native;
80 native = Tcl_FSGetNativePath(pathPtr);
81 handle = shl_load(native, BIND_DEFERRED|BIND_VERBOSE, 0L);
90 native = Tcl_UtfToExternalDString(NULL, fileName, -1, &ds);
91 handle = shl_load(native,
60 CONST char *native; local
H A DtclLoadNext.c55 CONST char *native;
67 native = Tcl_FSGetNativePath(pathPtr);
68 files = {native,NULL};
79 native = Tcl_UtfToExternalDString(NULL, fileName, -1, &ds);
80 files = {native,NULL};
54 CONST char *native; local
/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A DMakefile16 getsrcs.sh llvmdo llvmgrep llvm-native-gcc \
17 llvm-native-gxx makellvm profile.pl vim
H A Dllvm-native-gcc2 # Wrapper around LLVM tools to generate a native .o from llvm-gcc using an
23 if ($ProgramName =~ /llvm-native-gcc/) {
56 if ($ProgramName =~ /llvm-native-gcc/) {
58 } elsif ($ProgramName =~ /native-build/) {
66 && (($ProgramName !~ /native-build/)
72 if ($ProgramName =~ /llvm-native-gcc/) {
74 } elsif ($ProgramName =~ /native-build/) {
166 if ($ProgramName eq /native-build/) {
169 } elsif ($ProgramName =~ /llvm-native-gcc/) {
184 llvm-native
[all...]
H A Dllvm-native-gxx2 # Wrapper around LLVM tools to generate a native .o from llvm-gxx using an
23 if ($ProgramName =~ /llvm-native-gxx/) {
56 if ($ProgramName =~ /llvm-native-gxx/) {
58 } elsif ($ProgramName =~ /native-build/) {
66 && (($ProgramName !~ /native-build/)
72 if ($ProgramName =~ /llvm-native-gxx/) {
74 } elsif ($ProgramName =~ /native-build/) {
166 if ($ProgramName eq /native-build/) {
169 } elsif ($ProgramName =~ /llvm-native-gxx/) {
184 llvm-native
[all...]
H A Dcheck-each-file5 # This script depends on the llvm-native-gcc script.
11 echo "Building $program with llvm-native-gcc"
13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
113 echo "Recompiling everything with llvm-native-gcc"
117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx
123 echo "Sorry, I can't help you, $program is OK when compiled with llvm-native-gcc"
128 echo Trying to compile $f with native gcc and rebuild $program
144 echo "Program is OK when these files are recompiled with native gc
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DConstructData.h52 } native; member in union:JSC::ConstructData
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclIOSock.c45 const char *native;
49 * Don't bother translating 'proto' to native.
52 native = Tcl_UtfToExternalDString(NULL, string, -1, &ds);
53 sp = getservbyname(native, proto); /* INTL: Native. */
44 const char *native; local
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclIOSock.c47 CONST char *native;
51 * Don't bother translating 'proto' to native.
54 native = Tcl_UtfToExternalDString(NULL, string, -1, &ds);
55 sp = getservbyname(native, proto); /* INTL: Native. */
46 CONST char *native; local
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A DgenWinImage.tcl120 set __TCLBASEDIR__ [file native $tclBuildDir]
121 set __TKBASEDIR__ [file native $tkBuildDir]
122 set __WISE__ [file native [file join $toolsDir wise]]
144 set wise32ProgFilePath [file native [file join $__WISE__ wise32.exe]]
148 if {[catch {exec [file native $wise32ProgFilePath] /c tcl.wse} errMsg]} {
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcoffgen.c675 if (coff_symbol_ptr && coff_symbol_ptr->native)
677 combined_entry_type *s = coff_symbol_ptr->native;
719 if (coff_symbol_ptr && coff_symbol_ptr->native)
722 combined_entry_type *s = coff_symbol_ptr->native;
773 combined_entry_type *native,
790 if (native->u.syment.n_sclass == C_FILE
791 && native->u.syment.n_numaux > 0)
797 native->u.syment._n._n_n._n_offset =
799 native->u.syment._n._n_n._n_zeroes = 0;
803 strncpy (native
771 coff_fix_symbol_name(bfd *abfd, asymbol *symbol, combined_entry_type *native, bfd_size_type *string_size_p, asection **debug_string_section_p, bfd_size_type *debug_string_size_p) argument
890 coff_write_symbol(bfd *abfd, asymbol *symbol, combined_entry_type *native, bfd_vma *written, bfd_size_type *string_size_p, asection **debug_string_section_p, bfd_size_type *debug_string_size_p) argument
974 combined_entry_type *native; local
1040 combined_entry_type *native = symbol->native; local
2276 combined_entry_type * native; local
[all...]

Completed in 149 milliseconds

12345678910