/third_party/boost/boost/regex/v4/ |
D | fileiter.hpp | 141 class BOOST_REGEX_DECL mapfile class 151 mapfile(){ hfile = hmap = 0; _first = _last = 0; } in mapfile() function in boost::BOOST_REGEX_DETAIL_NS::mapfile 152 mapfile(const char* file){ hfile = hmap = 0; _first = _last = 0; open(file); } in mapfile() function in boost::BOOST_REGEX_DETAIL_NS::mapfile 153 ~mapfile(){ close(); } in ~mapfile() 167 class BOOST_REGEX_DECL mapfile 185 mapfile(){ hfile = 0; _size = 0; _first = _last = 0; } 186 mapfile(const char* file){ hfile = 0; _size = 0; _first = _last = 0; open(file); } 187 ~mapfile(){ close(); } 199 typedef mapfile::pointer internal_pointer; 201 const mapfile* file; [all …]
|
/third_party/boost/libs/regex/src/ |
D | fileiter.cpp | 88 void mapfile::open(const char* file) in open() 142 void mapfile::close() in close() 170 if((++offset == mapfile::buf_size) && file) in operator ++() 183 if((++offset == mapfile::buf_size) && file) in operator ++() 198 offset = mapfile::buf_size - 1; in operator --() 213 offset = mapfile::buf_size - 1; in operator --() 236 mapfile::iterator mapfile::begin()const in begin() 241 mapfile::iterator mapfile::end()const in end() 246 void mapfile::lock(pointer* node)const in lock() 298 void mapfile::unlock(pointer* node)const in unlock() [all …]
|
D | cregex.cpp | 89 match_results<mapfile::iterator> fm; 94 mapfile::iterator fbase; 142 fbase = mapfile::iterator(); in clean() 143 fm = match_results<mapfile::iterator>(); in clean() 329 bool operator()(const match_results<mapfile::iterator>& m) in operator ()() 412 mapfile map((*start).c_str()); in GrepFiles() 439 mapfile map((*start).c_str()); in FindFiles()
|
/third_party/libinput/test/ |
D | symbols-leak-test | 7 mapfile="$1" 13 <(cat "$mapfile" | \
|
/third_party/python/Tools/unicode/ |
D | genmap_korean.py | 22 mapfile = open_mapping_file('python-mappings/CP949.TXT', MAPPINGS_CP949) 24 decmap = loadmap(mapfile)
|
/third_party/wayland_standard/doc/publican/ |
D | merge-mapcoords.xsl | 29 …<xsl:variable name="mapfile" select="concat(substring($pngfile, 1, string-length($pngfile)-3), 'ma… 30 <xsl:variable name="maproot" select="document(concat($basedir, '/', $mapfile))"/>
|
/third_party/ffmpeg/ |
D | .gitignore | 38 /mapfile
|
D | Makefile | 159 $(RM) .version avversion.h config.asm config.h mapfile \
|
/third_party/libjpeg-turbo/ |
D | djpeg.c | 327 FILE *mapfile; in parse_switches() local 329 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) { in parse_switches() 333 read_color_map(cinfo, mapfile); in parse_switches() 334 fclose(mapfile); in parse_switches()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | djpeg.c | 327 FILE *mapfile; in parse_switches() local 329 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) { in parse_switches() 333 read_color_map(cinfo, mapfile); in parse_switches() 334 fclose(mapfile); in parse_switches()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | djpeg.c | 337 FILE *mapfile; in parse_switches() local 339 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) { in parse_switches() 343 read_color_map(cinfo, mapfile); in parse_switches() 344 fclose(mapfile); in parse_switches()
|
/third_party/e2fsprogs/scrub/ |
D | e2scrub_all.in | 98 if ! type mapfile >& /dev/null ; then
|
/third_party/libevdev/ |
D | meson.build | 74 mapfile = join_paths(dir_src, 'libevdev.sym') variable 75 version_flag = '-Wl,--version-script,@0@'.format(mapfile) 82 link_depends: mapfile,
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfssecaudit.c | 1863 char mapfile[sizeof(MAPDIR) + sizeof(MAPFILE) + 6]; in local_build_mapping() local 1866 char *mapfile; in local_build_mapping() 1898 strcpy(mapfile,"x:\\" MAPDIR "\\" MAPFILE); in local_build_mapping() 1900 mapfile[0] = usermap_path[0]; in local_build_mapping() 1903 mapfile[0] = currpath[0]; in local_build_mapping() 1905 fd = open(mapfile,O_RDONLY); in local_build_mapping() 1908 mapfile = (char*)malloc(MAXFILENAME); in local_build_mapping() 1909 if (mapfile) { in local_build_mapping() 1919 p = ntfs_realpath(usermap_path, mapfile); in local_build_mapping() 1921 p = strrchr(mapfile,'/'); in local_build_mapping() [all …]
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 136 static const char *mapfile = "/var/run/cpunodemap"; variable 1251 cpunodemap.mtime = get_mtime(mapfile); in load_map() 1252 if ((mapfp = fopen(mapfile, "r")) == NULL) in load_map() 1285 snprintf(buf, sizeof(buf), "%s.%s", mapfile, "XXXXXX"); in store_map() 1297 if (rename(buf, mapfile) < 0) in store_map() 1300 (void)chmod(mapfile, 0444); in store_map() 1335 file_mtime = get_mtime(mapfile); in get_map() 1340 file_mtime = get_mtime(mapfile); in get_map()
|
/third_party/pixman/pixman/ |
D | Makefile.am | 17 solaris-hwcap.mapfile \
|
/third_party/pixman/ |
D | configure.ac | 509 # When building 32-bit binaries, apply a mapfile to ensure that the 512 # Not all linkers grok the mapfile format so we check for that first. 517 HWCAP_LDFLAGS='-Wl,-M,$(srcdir)/solaris-hwcap.mapfile' 518 LDFLAGS="$LDFLAGS -Wl,-M,pixman/solaris-hwcap.mapfile"
|
/third_party/libinput/ |
D | meson.build | 385 mapfile = join_paths(dir_src, 'libinput.sym') variable 386 version_flag = '-Wl,--version-script,@0@'.format(mapfile) 393 link_depends : mapfile,
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | make_vms.com | 54 $ mapfile = name + ".map"
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | make_vms.com | 54 $ mapfile = name + ".map"
|
/third_party/zlib/ |
D | make_vms.com | 54 $ mapfile = name + ".map"
|
/third_party/libpng/ |
D | configure.ac | 191 GLD=`$LD --help < /dev/null 2>&1 | grep 'M mapfile'`
|
/third_party/skia/third_party/externals/libpng/ |
D | configure.ac | 191 GLD=`$LD --help < /dev/null 2>&1 | grep 'M mapfile'`
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | configure.ac | 191 GLD=`$LD --help < /dev/null 2>&1 | grep 'M mapfile'`
|
/third_party/skia/third_party/externals/freetype/ |
D | vms_make.com | 55 $ mapfile = name + ".map"
|