Searched refs:mapfile (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Tools/unicode/ |
H A D | genmap_korean.py | 22 mapfile = open_mapping_file('python-mappings/CP949.TXT', MAPPINGS_CP949) 24 decmap = loadmap(mapfile)
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A 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/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | libcpuset.c | 136 static const char *mapfile = "/var/run/cpunodemap"; variable 1135 * If using this cached data, remember the mtime of the mapfile 1143 * won't see the mapfile it just wrote as being newer than what 1183 time_t mtime; /* modtime of mapfile when last read */ 1191 * cache of it in mapfile is current. 1232 * load_map() - Load cpunodemap[] from mapfile. 1235 * The cpunodemap in mapfile is more recent than 1243 char buf[SMALL_BUFSZ]; /* buffer 1 line of mapfile */ in load_map() 1244 FILE *mapfp; /* File stream on mapfile */ in load_map() 1251 cpunodemap.mtime = get_mtime(mapfile); in load_map() [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A 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() 1913 && getcwd(mapfile,MAXFILENAME)) { in local_build_mapping() 1914 strcat(mapfile,"/"); in local_build_mapping() [all...] |
/third_party/ffmpeg/ |
H A D | Makefile | 166 $(RM) .version config.asm config.h config_components.h mapfile \
|
H A D | configure | 5489 echo "hwcap_1 = OVERRIDE;" > mapfile && 5490 add_ldflags -Wl,-M,mapfile
|
/third_party/ltp/scripts/ |
H A D | checkbashisms.pl | 673 $LEADIN . qr'mapfile\s' => q<mapfile>,
|
Completed in 16 milliseconds