Searched refs:mappings (Results 1 - 25 of 89) sorted by relevance

1234

/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_xattr.c38 } mappings[] = { variable in typeref:struct:xattr_mapping
39 /* mappings proposed by
55 while(err == 0 && mappings[i].attr != NULL) {
57 CURLcode rc = curl_easy_getinfo(curl, mappings[i].info, &value);
60 err = fsetxattr(fd, mappings[i].attr, value, strlen(value), 0, 0);
62 err = fsetxattr(fd, mappings[i].attr, value, strlen(value), 0);
/macosx-10.9.5/libiconv-41/libiconv/tools/
H A DMakefile129 iso8859_1.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-1.TXT 8bit_tab_to_h
132 iso8859_2.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-2.TXT 8bit_tab_to_h
135 iso8859_3.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-3.TXT 8bit_tab_to_h
138 iso8859_4.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-4.TXT 8bit_tab_to_h
141 iso8859_5.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-5.TXT 8bit_tab_to_h
144 iso8859_6.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-6.TXT 8bit_tab_to_h
147 iso8859_7.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-7-2003.TXT 8bit_tab_to_h
150 iso8859_8.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-8.TXT 8bit_tab_to_h
153 iso8859_9.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-9.TXT 8bit_tab_to_h
156 iso8859_10.h : $(TABLESDIR)/unicode.org-mappings/ISO885
[all...]
/macosx-10.9.5/dyld-239.4/launch-cache/
H A Ddsc_iterator.cpp47 const dyldCacheFileMapping<E>* mappings = (dyldCacheFileMapping<E>*)&cache[header->mappingOffset()]; local
49 if ( (mappings[i].address() <= addr) && (addr < (mappings[i].address() + mappings[i].size())) ) {
50 uint32_t cacheOffset = mappings[i].file_offset() + addr - mappings[i].address();
130 const dyldCacheFileMapping<E>* mappings = (dyldCacheFileMapping<E>*)&cache[header->mappingOffset()]; local
133 if ( (size != 0) && (mappings[i].file_offset() > size) )
135 uint64_t endOffset = mappings[i].file_offset()+mappings[
[all...]
H A Ddyld_shared_cache_util.cpp398 const dyldCacheFileMapping<LittleEndian>* mappings = (dyldCacheFileMapping<LittleEndian>*)((char*)options.mappedCache + header->mappingOffset()); local
399 const dyldCacheFileMapping<LittleEndian>* dataMapping = &mappings[1];
429 printf("mappings:\n");
430 const dyldCacheFileMapping<LittleEndian>* mappings = (dyldCacheFileMapping<LittleEndian>*)((char*)options.mappedCache + header->mappingOffset()); local
432 if ( mappings[i].init_prot() & VM_PROT_EXECUTE )
433 printf(" __TEXT %lluMB\n", mappings[i].size()/(1024*1024));
434 else if ( mappings[i]. init_prot() & VM_PROT_WRITE )
435 printf(" __DATA %lluMB\n", mappings[i].size()/(1024*1024));
436 else if ( mappings[i].init_prot() & VM_PROT_READ )
437 printf(" __LINKEDIT %lluMB\n", mappings[
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_shared_region.c44 * the same mappings in their VM map. All they need is contained in the shared
900 struct shared_file_mapping_np *mappings,
909 printf("Failed to undo mappings because of NULL shared region.\n");
942 * Undo the mappings we've established so far.
947 if (mappings[j].sfm_size == 0) {
962 (long long)mappings[j].sfm_address,
963 (long long)mappings[j].sfm_size,
964 (long long)mappings[j].sfm_file_offset,
965 mappings[j].sfm_max_prot,
966 mappings[
897 vm_shared_region_undo_mappings( vm_map_t sr_map, mach_vm_offset_t sr_base_address, struct shared_file_mapping_np *mappings, unsigned int mappings_count) argument
1000 vm_shared_region_map_file( vm_shared_region_t shared_region, unsigned int mappings_count, struct shared_file_mapping_np *mappings, memory_object_control_t file_control, memory_object_size_t file_size, void *root_dir, uint32_t slide, user_addr_t slide_start, user_addr_t slide_size) argument
[all...]
H A Dvm_shared_region.h189 struct shared_file_mapping_np *mappings,
194 struct shared_file_mapping_np *mappings,
/macosx-10.9.5/ICU-511.35/icuSources/tools/makeconv/
H A Dgencnvex.c65 /* for stage3 compaction of <subchar1> |2 mappings */
291 * Remove fromUnicode fallbacks and SUB mappings which are irrelevant for
293 * This includes mappings with MBCS_FROM_U_EXT_FLAG which were suitable
300 UCMapping *mappings; local
305 mappings=table->mappings;
309 /* leave the map alone for the initial mappings with desired flags */
311 flag=mappings[map[i]].f;
319 flag=mappings[map[i]].f;
388 * - The mappings ar
415 UCMapping *mappings, *m; local
588 UCMapping *mappings, *m; local
714 UCMapping *mappings, *m; local
931 UCMapping *mappings, *m; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Ducm.c16 * This file reads a .ucm file, stores its mappings and sorts them.
17 * It implements handling of Unicode conversion mappings from .ucm files
22 * character sequence are handled to support m:n mappings.
73 m=table->mappings;
201 /* sorting by Unicode first sorts mappings directly */
209 /* sorting by bytes first sorts the reverseMap; use indirection to mappings */
215 table, table->mappings+l,
216 table, table->mappings+r, FALSE);
231 uprv_sortArray(t->mappings, t->mappingsLength, sizeof(UCMapping),
239 * if mappings ar
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DSourceMap.js151 var mappings = this._reverseMappingsBySourceURL[sourceURL];
152 for ( ; lineNumber < mappings.length; ++lineNumber) {
153 var mapping = mappings[lineNumber];
184 var stringCharIterator = new WebInspector.SourceMap.StringCharIterator(map.mappings);
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dshared_memory_server.h127 const struct shared_file_mapping_np *mappings,
H A Dshared_region.h123 const struct shared_file_mapping_np *mappings);
/macosx-10.9.5/CF-855.17/
H A DCFUnicodeDecomposition.c167 UTF32Char *mappings = (length > 1 ? __CFUniCharMultipleDecompositionTable + firstChar : &firstChar); local
173 usedLength = __CFUniCharRecursivelyDecomposeCharacter(*mappings, convertedChars, maxBufferLength - length);
177 ++mappings;
183 while (length--) *(convertedChars++) = *(mappings++);
327 const UTF32Char *mappings = (length > 1 ? __CFUniCharCompatibilityMultipleDecompositionTable + firstChar : &firstChar); local
333 currentChar = *(mappings++);
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dlprolog.vim23 " Add mappings, unless the user didn't want this.
H A Dmail.vim26 " Add mappings, unless the user doesn't want this.
/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp2938 static int __attribute__((noinline)) _shared_region_map_and_slide_np(int fd, uint32_t count, const shared_file_mapping_np mappings[], argument
2945 siginfo.fs_blob_start = (void*)mappings[codeSignatureMappingIndex].sfm_file_offset;
2946 siginfo.fs_blob_size = mappings[codeSignatureMappingIndex].sfm_size;
2954 return syscall(438, fd, count, mappings, slide, slideInfo, slideInfoSize);
2964 const shared_file_mapping_np* const start = mappings;
2965 const shared_file_mapping_np* const end = &mappings[count];
2995 const uintptr_t dataPagesStart = mappings[1].sfm_address;
3041 static long pickCacheSlide(uint32_t mappingsCount, shared_file_mapping_np mappings[]) argument
3049 if ( (mappingsCount >= 3) && (mappings[1].sfm_init_prot == (VM_PROT_READ|VM_PROT_WRITE)) && (mappings[
3121 const dyld_cache_mapping_info* const mappings = (dyld_cache_mapping_info*)(loadedAddress+header->mappingOffset); local
3166 shared_file_mapping_np mappings[header->mappingCount+1]; // add room for code-sig local
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dpaste.vim1 " Vim support file to help with paste mappings and menus
/macosx-10.9.5/vim-53/runtime/
H A Dgvimrc_example.vim50 " Cursor is green, Cyan when ":lmap" mappings are active
H A Dmacmap.vim9 " <special> in mappings.
/macosx-10.9.5/xnu-2422.115.4/bsd/vm/
H A Dvm_unix.c1053 struct shared_file_mapping_np *mappings)
1058 /* get the list of mappings the caller wants us to establish */
1059 mappings_size = (vm_size_t) (mappings_count * sizeof (mappings[0]));
1061 mappings,
1087 struct shared_file_mapping_np *mappings,
1267 mappings,
1352 struct shared_file_mapping_np *mappings; local
1381 "no mappings\n",
1383 kr = 0; /* no mappings: we're done ! */
1386 mappings
1049 shared_region_copyin_mappings( struct proc *p, user_addr_t user_mappings, unsigned int mappings_count, struct shared_file_mapping_np *mappings) argument
1083 _shared_region_map_and_slide( struct proc *p, int fd, uint32_t mappings_count, struct shared_file_mapping_np *mappings, uint32_t slide, user_addr_t slide_start, user_addr_t slide_size) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DcertextensionsP.h330 uint32_t numMappings; // size of *mappings;
331 SecCEPolicyMapping *mappings; member in struct:__anon3785
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DcertextensionsP.h330 uint32_t numMappings; // size of *mappings;
331 SecCEPolicyMapping *mappings; member in struct:__anon4671
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DcertextensionsP.h330 uint32_t numMappings; // size of *mappings;
331 SecCEPolicyMapping *mappings; member in struct:__anon4758
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A Dcertextensions.h330 uint32_t numMappings; // size of *mappings;
331 SecCEPolicyMapping *mappings; member in struct:__anon5121
/macosx-10.9.5/rsync-42/rsync/support/
H A Dfile-attr-restore157 -m, --map=FILE Read user/group mappings from FILE
/macosx-10.9.5/ICU-511.35/icuSources/config/
H A Ddist.mk18 DISTY_RMV=brkitr coll curr lang locales mappings rbnf region translit xml zone

Completed in 414 milliseconds

1234