• Home
  • Raw
  • Download

Lines Matching +refs:po +refs:find +refs:file +refs:coding +refs:system

1338 +  // Download the file.
1849 SessionMap::const_iterator session_it = sessions_.find(session_id);
2607 new file mode 100644
2644 + // This is the last test in this file.
2703 + // Must be on a system that can't allocate that much memory. Try
4458 + auto* it = std::find(detached_profiler_ids_.begin(),
4628 + base::File file,
4633 + int64_t length = file.GetLength();
4635 // If the length is negative, the file operation failed. Get the last error
4636 // now before another file operation might run.
4644 + std::move(file), std::move(result)));
4649 + base::File file,
4652 + backing_file_ = std::move(file);
4684 // Truncate file on a worker thread and reply back to this sequence.
4700 + base::File file,
4707 - // returned and no change in file size is recorded. This assumes that
4708 - // setLength operations either succeed or do not change the file's length,
4709 - // which is consistent with the way other file operations are implemented in
4718 + bool success = file.SetLength(length);
4735 + std::move(file), success));
4744 base::File file,
4747 backing_file_ = std::move(file);
4751 - // returned and no change in file size is recorded. This assumes that
4752 - // setLength operations either succeed or do not change the file's length,
4753 - // which is consistent with the way other file operations are implemented in
4761 + // If the operation failed, no change in file size is recorded. This assumes
4762 + // that setLength operations either succeed or do not change the file's
4763 + // length, which is consistent with the way other file operations are
4788 + base::File file,
4795 + bool success = file.Flush();
4800 + std::move(file), success));
4805 + base::File file,
4808 + backing_file_ = std::move(file);
4828 + base::File file,
4834 + file.Close();
4839 + std::move(file)));
4844 + base::File file) {
4846 + backing_file_ = std::move(file);
4859 // is a thin wrapper around an OS-level file descriptor.
4861 +// For async file operations, ownership of the file descriptor is passed to
4872 + // All async file operations perform I/O via a worker pool, off the main
4874 + // passed to the worker thread during the file operation. Concurrent file
4877 + // Performs the file I/O part of getSize(), off the main thread.
4883 + base::File file,
4885 + // Performs the post file I/O part of getSize(), on the main thread.
4888 + base::File file,
4891 + // Performs the file I/O part of truncate(), off the main thread.
4896 + base::File file,
4899 + // Performs the post file I/O part of truncate(), on the main thread.
4902 + base::File file,
4905 + // Performs the file I/O part of flush(), off the main thread.
4910 + base::File file,
4912 + // Performs the post file I/O part of flush(), on the main thread.
4914 + base::File file,
4917 + // Performs the file I/O part of close(), off the main thread.
4922 + base::File file,
4924 + // Performs the post file I/O part of close(), on the main thread.
4925 + void DidClose(CrossThreadOnceClosure callback, base::File file);
4940 - base::File file,
5093 - // using the MayBlock taskrunner for actual file operations.
5147 + // using the MayBlock taskrunner for actual file operations.
5181 base::File file,
5187 if (!file.IsValid()) {
5536 …crbug.com/1266221 [ Mac11-arm64 ] virtual/fsa-incognito/external/wpt/file-system-access/sandboxed_…
5554 new file mode 100644
5604 new file mode 100644
5625 new file mode 100644
5638 new file mode 100644
5672 new file mode 100644
5685 new file mode 100644
5775 new file mode 100644
5936 new file mode 100644
5984 new file mode 100644
6036 \ No newline at end of file
6068 new file mode 100644
6123 \ No newline at end of file
6125 new file mode 100644
6132 new file mode 100644
6148 new file mode 100644
6162 \ No newline at end of file
6177 new file mode 100644
6258 + const BLOCKED_URL_SCHEMES = ['chrome', 'resource', 'about', 'app', 'http', 'https', 'ftp', 'file
6325 // found in the LICENSE file.
6513 + Console.ConsoleFormat.updateStyle(styles, 'background-image:url(file://c/a.txt)');
6516 + Console.ConsoleFormat.updateStyle(styles, 'border-image-source:url(file://c/a.txt)');
6583 + # Generate a UWP cross-file in case it's used
6627 + MESON_ARGS_UWP: '--cross-file uwp-crossfile.meson -Dc_winlibs="windowsapp.lib"'
6672 # configures the base build environment and references the toolchain file
6750 # Generate the pkg-config file
6751 file(READ "${PROJECT_SOURCE_DIR}/builds/unix/freetype2.in" FREETYPE2_PC_IN)
6800 file `docs/LICENSE.TXT` for the available licenses.
6803 -please read file `README.git`.
6804 +please read file `README.git`. Note that you have to actually clone
6809 use the file `index.html` as the top entry point. [Please note that
7125 + FT_ERROR(( "FT_Stream_Open: cannot convert file name to LPWSTR\n" ));
7133 + /* open the file */
7257 + - The generation of the pkg-config file `freetype2.pc` was broken if
7908 new file mode 100644
7924 + * This file is part of the FreeType project, and may only be used,
7927 + * this file you indicate that you have read the license and
8194 * This file is part of the FreeType project, and may only be used,
8878 * This file is part of the FreeType project, and may only be used,
9177 + produced, so that this one source file can be compiled to an executable.
9539 + The crc32.h header file contains tables for both 32-bit and 64-bit
20982 /* internal gzip file state data structure */
21084 /* WARNING: this file should *not* be used by applications. It is
21188 -@@ -1879,12 +1908,15 @@ ZEXTERN int ZEXPORT gzgetc_ OF((gzFile file)); /* backward compatibility …
21189 +@@ -1901,13 +1930,16 @@ ZEXTERN int ZEXPORT gzgetc_ OF((gzFile file)); /* backward compatibility …
21204 -@@ -1904,6 +1936,7 @@ ZEXTERN int ZEXPORTVA gzvprintf Z_ARG((gzFile file,
21205 +@@ -1927,6 +1959,7 @@ ZEXTERN int ZEXPORTVA gzvprintf Z_ARG((gzFile file,
21326 @@ -1316,14 +1318,14 @@ typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */
21330 - Opens a gzip (.gz) file for reading or writing. The mode parameter is as
21338 + Open the gzip (.gz) file at path for reading and decompressing, or
21348 be written be appended to the file. "+" will result in an error, since
21353 - gzdopen associates a gzFile with the file descriptor fd. File descriptors
21354 - are obtained from calls like open, dup, creat, pipe or fileno (if the file
21356 + Associate a gzFile with the file descriptor fd. File descriptors are
21357 + obtained from calls like open, dup, creat, pipe or fileno (if the file has
21360 The next call of gzclose on the returned gzFile will also close the file
21361 descriptor fd, just like fclose(fdopen(fd, mode)) closes the file descriptor
21364 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
21369 - file. The buffer memory allocation is always deferred to the first read or
21373 + Set the internal buffer size used by this library's functions for file to
21376 + the file. The buffer memory allocation is always deferred to the first read
21383 @@ -1392,9 +1394,9 @@ ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
21385 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
21390 + Dynamically update the compression level and strategy for file. See the
21394 gzsetparams returns Z_OK if success, Z_STREAM_ERROR if the file was not
21396 @@ -1403,7 +1405,7 @@ ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
21398 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
21400 - Reads the given number of uncompressed bytes from the compressed file. If
21401 + Read and decompress up to len uncompressed bytes from file into buf. If
21402 the input file is not in gzip format, gzread copies the given number of
21403 bytes into the buffer directly from the file.
21405 @@ -1434,11 +1436,11 @@ ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
21407 gzFile file));
21409 - Read up to nitems items of size size from file to buf, otherwise operating
21414 + Read and decompress up to nitems items of size size from file into buf,
21421 the end of the file was reached and a full item could not be read, or if
21423 file, reseting and retrying on end-of-file, when size is not 1.
21426 -ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
21428 +ZEXTERN int ZEXPORT gzwrite OF((gzFile file, voidpc buf, unsigned len));
21430 - Writes the given number of uncompressed bytes into the compressed file.
21433 + Compress and write the len uncompressed bytes at buf to file. gzwrite
21438 z_size_t nitems, gzFile file));
21440 - gzfwrite() writes nitems items of size size from buf to file, duplicating
21441 + Compress and write nitems items of size size from buf to file, duplicating
21447 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
21449 - Converts, formats, and writes the arguments to the compressed file under
21451 + Convert, format, compress, and write the arguments (...) to file under
21465 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
21467 - Writes the given null-terminated string to the compressed file, excluding
21468 + Compress and write the given null-terminated string s to file, excluding
21472 @@ -1504,11 +1504,12 @@ ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
21474 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
21476 - Reads bytes from the compressed file until len-1 characters are read, or a
21477 - newline character is read and transferred to buf, or an end-of-file
21480 - to an end-of-file or len < 1, then the buffer is left untouched.
21481 + Read and decompress bytes from file into buf, until len-1 characters are
21483 + end-of-file condition is encountered. If any characters are read or if len
21485 + are read due to an end-of-file or len is less than one, then the buffer is
21489 for end-of-file or in case of error. If there was an error, the contents at
21490 @@ -1517,13 +1518,13 @@ ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
21492 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
21494 - Writes c, converted to an unsigned char, into the compressed file. gzputc
21495 + Compress and write c, converted to an unsigned char, into file. gzputc
21499 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
21501 - Reads one byte from the compressed file. gzgetc returns this byte or -1
21502 + Read and decompress one byte from file. gzgetc returns this byte or -1
21503 in case of end of file or error. This is implemented as a macro for speed.
21505 it does not check to see if file is NULL, nor whether the structure file
21506 @@ -1532,8 +1533,8 @@ ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
21508 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
21512 + Push c back onto the stream for file to be read as the first character on
21517 @@ -1544,9 +1545,9 @@ ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
21519 ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
21521 - Flushes all pending output into the compressed file. The parameter flush
21524 + Flush all pending output to file. The parameter flush is as in the
21530 @@ -1561,8 +1562,8 @@ ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
21531 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
21535 - compressed file. The offset represents a number of bytes in the
21537 + or gzwrite on file. The offset represents a number of bytes in the
21541 @@ -1579,18 +1580,18 @@ ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
21543 ZEXTERN int ZEXPORT gzrewind OF((gzFile file));
21545 - Rewinds the given file. This function is supported only for reading.
21546 + Rewind file. This function is supported only for reading.
21548 - gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
21549 + gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET).
21553 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
21556 - compressed file. This position represents a number of bytes in the
21558 - reading a gzip stream from the middle of a file using gzdopen().
21559 + Return the starting position for the next gzread or gzwrite on file.
21562 + the middle of a file using gzdopen().
21564 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
21566 @@ -1598,22 +1599,22 @@ ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
21568 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file));
21570 - Returns the current offset in the file being read or written. This offset
21575 + Return the current compressed (actual) read or write offset of file. This
21582 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
21584 - Returns true (1) if the end-of-file indicator has been set while reading,
21585 - false (0) otherwise. Note that the end-of-file indicator is set only if the
21589 - bytes remaining in the input file. This will happen if the input file size
21591 + Return true (1) if the end-of-file indicator for file has been set while
21592 + reading, false (0) otherwise. Note that the end-of-file indicator is set
21596 + number of bytes remaining in the input file. This will happen if the input
21597 + file size is an exact multiple of the buffer size.
21600 unless the end-of-file indicator is reset by gzclearerr() and the input file
21601 @@ -1622,7 +1623,7 @@ ZEXTERN int ZEXPORT gzeof OF((gzFile file));
21603 ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
21605 - Returns true (1) if file is being copied directly while reading, or false
21606 + Return true (1) if file is being copied directly while reading, or false
21607 (0) if file is a gzip stream being decompressed.
21609 If the input file is empty, gzdirect() will return true, since the input
21610 @@ -1643,8 +1644,8 @@ ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
21612 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
21614 - Flushes all pending output if necessary, closes the compressed file and
21615 - deallocates the (de)compression state. Note that once file is closed, you
21616 + Flush all pending output for file, if necessary, close file and
21617 + deallocate the (de)compression state. Note that once file is closed, you
21618 cannot call gzerror with file, since its structures have been deallocated.
21619 gzclose must not be called more than once on the same file, just as free
21621 @@ -1668,10 +1669,10 @@ ZEXTERN int ZEXPORT gzclose_w OF((gzFile file));
21623 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
21626 - compressed file. errnum is set to zlib error number. If an error occurred
21627 - in the file system and not in the compression library, errnum is set to
21629 + Return the error message for the last error which occurred on file.
21630 + errnum is set to zlib error number. If an error occurred in the file system
21635 this function may invalidate the previously returned string. If file is
21636 @@ -1684,7 +1685,7 @@ ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
21638 ZEXTERN void ZEXPORT gzclearerr OF((gzFile file));
21640 - Clears the error and end-of-file flags for file. This is analogous to the
21641 + Clear the error and end-of-file flags for file. This is analogous to the
21643 file that is being written concurrently.
21645 @@ -1702,8 +1703,9 @@ ZEXTERN void ZEXPORT gzclearerr OF((gzFile file));
21705 @@ -1871,6 +1888,7 @@ ZEXTERN int ZEXPORT gzgetc_ OF((gzFile file)); /* backward compatibility */
21713 @@ -1881,6 +1899,7 @@ ZEXTERN int ZEXPORT gzgetc_ OF((gzFile file)); /* backward compatibility */
21721 @@ -1888,6 +1907,7 @@ ZEXTERN int ZEXPORT gzgetc_ OF((gzFile file)); /* backward compatibility */
21729 @@ -1896,6 +1916,7 @@ ZEXTERN int ZEXPORT gzgetc_ OF((gzFile file)); /* backward compatibility */
21737 @@ -1904,6 +1925,7 @@ ZEXTERN int ZEXPORT gzgetc_ OF((gzFile file)); /* backward compatibility */
21745 @@ -1911,6 +1933,7 @@ ZEXTERN int ZEXPORT gzgetc_ OF((gzFile file)); /* backward compatibility */
22128 + /* check file `ftgrays.c`. */
22340 We use this to find a shorter decimal representation. If not ending
22425 /* sbit font file */
24436 - " could not find `eexec' keyword\n" ));
24481 + FT_ERROR(( "T1_Get_Private_Dict: could not find `eexec' keyword\n" ));
24548 new file mode 100644
24553 +[wrap-file]
24570 [wrap-file]
24626 # Disable .fon file support, not needed for Chrome, and code behind this
24650 # Exposing symbols in component builds can cause a mixture of system
24654 - # metrics symbols to prevent pango from using the system library.
24657 + # prevent pango from using the system library. Currently, HB_NO_METRICS
24747 meson --cross-file=.ci/win32-cross-file.txt \
24759 meson --cross-file=.ci/win64-cross-file.txt \
24954 + face inside a font collection file format, while the high 16-bits will be
25027 deleted file mode 100644
25348 new file mode 100644
25445 +To find equivalent objects the serialization context maintains a hashmap from object to the canoni…
25724 +if host_machine.system() == 'windows'
25992 new file mode 100644
26108 new file mode 100644
26165 new file mode 100644
26299 new file mode 100644
26323 new file mode 100644
26350 new file mode 100644
26374 new file mode 100644
26402 new file mode 100644
26466 new file mode 100644
26607 new file mode 100644
26731 new file mode 100644
26796 new file mode 100644
26967 new file mode 100644
27026 new file mode 100644
27152 new file mode 100644
27194 new file mode 100644
27428 new file mode 100644
27537 new file mode 100644
27618 new file mode 100644
27746 new file mode 100644
27872 new file mode 100644
28102 new file mode 100644
28245 - print ('Ouch, header file %s does not have correct preprocessor guards' % x)
28246 + print ('Ouch, header file %s does not have correct preprocessor guards. Expected: %s' % (x, tag))
29336 new file mode 100644
30499 - active_feature_t *feature = active_features.find (&event->feature);
30512 * any trailing whitespace is to the left of (0,0). Adjust coordinate system
32578 deleted file mode 100644
32699 - auto *feature = active_features.find (&event->feature);
32941 - item_t *item = items.find (v);
32950 - item_t *item = items.find (v);
32956 bool find (T v, item_t *i, lock_t &l)
32959 - item_t *item = items.find (v);
33079 /* XXX Remove check when this code moves to .hh file. */
33235 /* XXX Remove check when this code moves to .hh file. */
42989 new file mode 100644
43044 new file mode 100644
43518 - Type *find (T v)
43526 - const Type *find (T v) const
43896 new file mode 100644
44000 new file mode 100644
44172 new file mode 100644
44236 new file mode 100644
44264 new file mode 100644
44408 new file mode 100644
44515 new file mode 100644
46008 new file mode 100644
46316 new file mode 100644
46330 new file mode 100644
46353 new file mode 100644
46367 new file mode 100644
46384 new file mode 100644
46721 new file mode 100644
46748 new file mode 100644
46774 new file mode 100644
46806 new file mode 100644
46829 zohgsLVO7NYePeYmV88R$3N1a4M>D;reqh~rl1S4lH*oe~Kk8^1po=wZf_`mEx}g7`
46926 new file mode 100644
46987 new file mode 100644
48386 zv<90=jS0Op1VkD2rE3lvrdsWafvUk}h|P@0k9+-`po&qyo<K(Sbb_G5tk+A0IN8f9
48556 zd-`I2Ye<YSe6}}ja+^&aJAA?S-q^Q-D;>EJlLJq`@}U>po?#Y$_`~O6$!HrQBP0^#
50533 new file mode 100644
50547 new file mode 100644
50565 new file mode 100644
50617 new file mode 100644
50746 if not args or args[0].find('hb-shape') == -1 or not os.path.exists (args[0]):
50768 new file mode 100644
50835 new file mode 100644
50878 new file mode 100644
51002 new file mode 100644
51126 new file mode 100644
51241 zM%%r$Bavuu2b#jZXiG>_J&{1W7H=JGbqAszt;egk9GK{AZ5r9FwMU`>N4%po)evcF
51265 new file mode 100644
51410 new file mode 100644
51421 z{Ru(|t<{K&po|8%SBXY0fSfpT8D#Vn%y5_Izpyq>*iY?Qoa>+YGY!u*a*aP)`w70d
51603 new file mode 100644
51844 new file mode 100644
51934 new file mode 100644
52115 zL9W5AA<lITQJdcA&9mGSZ>+nu<&0xA&<8utd?po-hJpdj?^8Wa8RRnV?1X&w8PKNf
52157 new file mode 100644
52298 new file mode 100644
52551 new file mode 100644
54597 zM0N~qU~b?+o5>M0;hTwsHJ)ir=1G#&l3G?~6-JWE(?-G5zY&<jL_QIC%@$nrBJ?po
55148 zeoo;sooM7r(C&3AL_AJ^%po`u;h}JRMJ#vJ!VJEs^0Aa&P1WW^F(`4AhmPHL;94rg
56484 z5;}*V3TFfjS0h;Ha|H|87-|u^po|O6Raz+3VGd!Vp{!7i(h;#%&W9PoUW7G=TPvT1
57226 new file mode 100644
57428 new file mode 100644
57681 new file mode 100644
57775 new file mode 100644
57818 zcapb&H+d5L@B`po!n!vc{ki7xAs*(r0W-GceCCyY)w+Jcy1rmtpSP|bwXV-u*Qc%P
58008 new file mode 100644
58155 new file mode 100644
58418 new file mode 100644
59784 z_JY-_J4P;JmQUyUnfcXBC|3=?C9vI1PYdKb|0~#g(9po%D>laIoZ8HbX<&}qN`B4Y
63495 zxNX%vHIgJ_S;6j!%6wzbCkPm$MyL6K=>d)_G;%B@>>bql2lD*TW{5O$h$tbJYX$po
65095 zBT@tF-Mx|s;fe{nT!EO*({BD%eZtE-gf4bL!?po`k>DB{-E%vVPGO)_NY&Cc*VdFU
67830 zlUXn;)iL7Mc+po;8YdbfLSaICrnxvF=d{EfHa1k6);_g=QtOOBLu^|^{C!&gr?FXd
69550 z!po(rF;Tp$FP?7)lnCcw|H0XPTen<oR^SqR539eIDdx?j0^aAs=crP4Yl<4vViLO)
71980 - {"glyphs-file", 0, 0, G_OPTION_ARG_CALLBACK, (gpointer) &parse_file_for<parse_glyphs>, "Specif…
71981 + {"glyphs-file", 0, 0, G_OPTION_ARG_CALLBACK, (gpointer) &parse_file_for<parse_glyphs>, "Specif…
71986 new file mode 100644
72112 new file mode 100644
72844 \ No newline at end of file
72846 new file mode 100644
73042 \ No newline at end of file
73259 if (str_error.find(patterns[i]) != std::string::npos) {
73352 deleted file mode 100644
73553 -/* Define to 1 if you have the <ctype.h> header file. */
73556 -/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
73560 /* Define to 1 if you have the <dlfcn.h> header file. */
73564 /* Define to 1 if you have the <dl.h> header file. */
73567 -/* Define to 1 if you have the <errno.h> header file. */
73570 /* Define to 1 if you have the <fcntl.h> header file. */
73573 -/* Define to 1 if you have the <float.h> header file. */
73586 -/* Define to 1 if you have the <limits.h> header file. */
73592 /* Define to 1 if you have the <lzma.h> header file. */
73595 -/* Define to 1 if you have the <malloc.h> header file. */
73598 -/* Define to 1 if you have the <math.h> header file. */
73608 -/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
73611 /* Define to 1 if you have the <netdb.h> header file. */
73615 /* Define to 1 if you have the <poll.h> header file. */
73640 -/* Define to 1 if you have the <signal.h> header file. */
73658 -/* Define to 1 if you have the <stdarg.h> header file. */
73661 /* Define to 1 if you have the <stdint.h> header file. */
73665 /* Define to 1 if you have the <stdlib.h> header file. */
73671 /* Define to 1 if you have the <strings.h> header file. */
73674 /* Define to 1 if you have the <string.h> header file. */
73677 -/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
73681 /* Define to 1 if you have the <sys/mman.h> header file. */
73684 -/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
73688 /* Define to 1 if you have the <sys/select.h> header file. */
73692 /* Define to 1 if you have the <sys/types.h> header file. */
73698 -/* Define to 1 if you have the <time.h> header file. */
73701 /* Define to 1 if you have the <unistd.h> header file. */
73716 /* Define to 1 if you have the <zlib.h> header file. */
73900 -/* Define to 1 if you have the <ctype.h> header file. */
73903 -/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
73907 /* Define to 1 if you have the <dlfcn.h> header file. */
73911 /* Define to 1 if you have the <dl.h> header file. */
73914 -/* Define to 1 if you have the <errno.h> header file. */
73917 /* Define to 1 if you have the <fcntl.h> header file. */
73920 -/* Define to 1 if you have the <float.h> header file. */
73933 -/* Define to 1 if you have the <limits.h> header file. */
73939 /* Define to 1 if you have the <lzma.h> header file. */
73942 -/* Define to 1 if you have the <malloc.h> header file. */
73945 -/* Define to 1 if you have the <math.h> header file. */
73955 -/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
73958 /* Define to 1 if you have the <netdb.h> header file. */
73962 /* Define to 1 if you have the <poll.h> header file. */
73987 -/* Define to 1 if you have the <signal.h> header file. */
74005 -/* Define to 1 if you have the <stdarg.h> header file. */
74008 /* Define to 1 if you have the <stdint.h> header file. */
74012 /* Define to 1 if you have the <stdlib.h> header file. */
74018 /* Define to 1 if you have the <strings.h> header file. */
74021 /* Define to 1 if you have the <string.h> header file. */
74024 -/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
74028 /* Define to 1 if you have the <sys/mman.h> header file. */
74031 -/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
74035 /* Define to 1 if you have the <sys/select.h> header file. */
74039 /* Define to 1 if you have the <sys/types.h> header file. */
74045 -/* Define to 1 if you have the <time.h> header file. */
74048 /* Define to 1 if you have the <unistd.h> header file. */
74063 /* Define to 1 if you have the <zlib.h> header file. */
74211 deleted file mode 100644
74561file(RELATIVE_PATH PACKAGE_RELATIVE_PATH "${CMAKE_INSTALL_FULL_LIBDIR}/pkgconfig" "${CMAKE_INSTALL…
74591 deleted file mode 100644
74627 - * xmlwriter.c: fix error message when unable to create output file
74654 - * libxml2.doap: adding RDF dope file.
75082 - system catalog in the regression tests
75095 - * runxmlconf.c: fix the log file name
75160 - * ChangeLog: patch from Hans de Goede to switch the file to UTF-8
75161 - * doc/news.xsl: switch to generate the NEWS file in UTF-8 instead of
75328 - * uri.c: fix saving for file:///X:/ URI embedding Windows file paths
75333 - * parser.c: fix a problem reported by Ashwin for system parameter
75366 - reporting in the normal error system, should fix #513998
75532 - out of range characters in an HTML file, report and
75745 - * xmlIO.c: workaround misgenerated file: URIs c.f. #437385
75820 - * xpath.c: enhanced the coding for xmlXPathCastNumberToString
76316 - with file names in UTF-8 on Windows, and compat on older win9x
76765 - * libxml.spec.in: cleanup the changelog section, asciifies the spec file
76787 - file paths on Windows
77023 - the header file.
77050 - header file yet; so just call this function with an @option
78415 - * win32/Makefile.msvc: try again to fix file format for Windows
78435 - added the input file to the regression tests
78668 - * xmllint.c: if sax1 is used and input is a file use the old
79539 - * python/generator.py: applied Stéphane Bidoul patch to find
80103 - * gentest.py: fixed test file corruption problem
80265 - parserInternals.c: fix #156626 and more generally how to find out
80397 - related to saving to python file objects.
80428 - * error.c: added some coding to attempt to display which file
80649 - MS tests. The NIST definition file was created by concatenation
80739 - * test/schemas/import-bad-1_0.imp: Added missing test file.
81071 - * python/libxml.py: ran 'expand' on the file to get rid of mixture
81212 - result file used different flags that the testing one.
81866 - * nanohttp.c: added a close for the local file descriptor
81944 - * doc/html/libxml-xmlsave.html: new file from new header.
82002 - the system xmllint.
82078 - on large file by using xmlParserInputBufferCreateStatic() with
82079 - the mmap'ed file
82101 - encoding of the test file, needed for python 2.3
82223 - * xinclude.c: changed coding to output good XIncludes when
82241 - when there are errors within an XInclude file (bug 133106).
82299 - file from this directory wasn't making it into the tarball
82449 - into a new module xmlstring.c with include file
82455 - docs, and also added new file for xmlstring module.
82641 - the file descriptor. Updated the comment, should close #129683
82886 - reflecting Daniel's new docs build system
83027 - * include/libxml/*.h include/libxml/*.h.in: modified the file
83124 - and manually edited generated file doc/gnome-xml.xml to put
83126 - * doc/docdescr.doc: new file to describe details of the
83304 - when input file is stdin (bug 125801)
83418 - bug #125432 , future proofing the .m4 file.
83536 - * xmlIO.c: fixed segfault when input file not present
83898 - * libxml-2.0-uninstalled.pc.in: New file for building against
83900 - * configure.in, Makefile.am: Support the *-uninstalled.pc file.
83901 - * .cvsignore: Ignore the new generated *.pc file.
84025 - base URL parameter when not loading from a file or URL.
84136 - condition in end of file.
84145 - mmaped file (--stream --memory)
84192 - pools, allowing to find if a string pertain to a dict quickly
84384 - * doc/README.docs, doc/Makefile.am: new file added,
84423 - * win32/Makefile.bcb: new file, support for Borland C++
84487 - file for consistency.
84488 - * include/libxml/xmlexports.h: new file, contains export defs.
84997 - resolution, if it is available on the system, as gethostbyname
85008 - available on the system. Also IPv6 addresses will be resolved by
85031 - * parser.c xmlIO.c: trying to fix #114277 about when file
85187 - * win32/defgen.xsl: new file, stylesheet for generating
85190 - to this file will not appear here anymore
85285 - * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
85345 - won't break on strange OSes, if yes, report the system ID
85351 - added support for large file, tested with a 3+GB instance,
85793 - * Makefile.am: stop generating wrong result file with * in name
86459 - to fix some URI/file escaping problems
86626 - * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
87131 - adding file what I forgot for tutorial
87139 - * doc/tutorial/includeconvert.c: conversion code entity file
87228 - serious cleanup of the spec file and associated changes
87275 - * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
87390 - * include/wsockcompat.h: new file, now contains WinSock
87438 - * doc/*: rebuilt the doc and the API XML file including the
87607 - * valid.c: try to provide file and line information, not all
87658 - * xmlIO.c: handle Windows specific file://localhost/ semantic ...
88139 - 'file:', 'http:' and 'ftp:' protocols input handlers
88537 - the generated file in python dir not being built
88544 - fixed the spec file accordingly, fixed the number of warning
88631 - not raise exceptions when failing to find the attribute.
88683 - which indicated an end-of-file or an error.
89564 - * catalog.c: use the URL notation file:// for default catalog paths
89792 - * DOCBparser.c: fix the DTD public and system ID
90135 - file, has not yet been included in the build.
90191 - all file parsing lookup to go through the entity resolver, add
90337 - * xmlIO.c: fixed file:/// accesses on _WIN32
90431 - Remove this file from CVS because it's generated.
90689 - to the windows config file.
90795 - * xmlversion.h: okay this is a generated file, but Windows
90798 - * win32/libxml2/libxml2_so.dsp: Windows project file for
91051 - * xmlIO.c: Gary Pennington spotted a few troubles with file:///
91110 - * xpath.[ch]: added the few things needed to find a function name
91364 - and indenting a file.
91694 - avoided a lot of public function name/typedef/system names clashes
91758 - * hash.c: added new line at end of file
91968 - attempt to find autoclosing was simply broken, removed it,
92072 - libxml2-devel to coexist on a single system
92115 - filename points to a valid file (not a directory).
92248 - * xmllint.c: Made is so if the file name is "-" is will read form
92325 - project file, fixed iconv default non support
92662 - * uri.c: fixed file:///c:/a/b/c problem
92982 - * xmllint.c: Was coredumping sometimes when the file given didn't
93814 - * Added an HACKING file
93869 - which fixed a problem on the file reading-code.
94021 - the tar and spec file to include the beginning of the doc.
94025 - * doc/.cvsignore: Added this file.
94229 - * error.h: New file. Contains prototypes from `error.c'.
94751 - echo New test file $$name ; \
94770 - echo New test file $$name ; \
94789 - echo New test file $$name ; \
94803 - echo New test file $$name ; \
94820 - echo New test file $$name ; \
94838 - echo New test file $$name ; \
94859 - echo New test file $$name ; \
94880 - echo New test file $$name ; \
94901 - echo New test file $$name ; \
94922 - echo New test file $$name ; \
94940 - echo New test file $$name ; \
94958 - echo New test file $$name ; \
94980 - echo New test file $$name ; \
95001 - echo New test file $$name ; \
95015 - echo New test file $$name ; \
95035 - echo New test file $$name ; \
95053 - echo New test file $$name ; \
95077 - echo New test file $$name ; \
95095 - echo New test file $$name ; \
95110 - echo New test file $$name ; \
95127 - echo New test file $$name ; \
95142 - echo New test file $$name ; \
95168 - echo New test file $$name ; \
95195 - echo New test file $$name ; \
95210 - echo New test file $$name ; \
95226 - echo New test file $$name ; \
95241 - echo New test file $$name ; \
95259 - echo New test file $$name ; \
95274 - echo New test file $$name ; \
95289 - echo New test file $$name ; \
95315 - echo New test file $$name ; \
95330 - echo New test file $$name ; \
95349 - echo New test file $$name ; \
95369 - echo New test file $$name ; \
95427 - echo New test file "$$name"_"$$sno"_"$$xno" ; \
95474 - echo New test file "$$name"_"$$xno" ; \
95500 - echo New test file "$$name"_"$$xno" ; \
95534 - echo New test file $$name ; \
95555 -@(find . -name .\#\* -exec rm {} \;)
95556 -@(find . -name \*.gcda -o -name \*.gcno -exec rm -f {} \;)
95662 NEWS file for libxml2
95732 + - Build system, portability:
95760 + Generate devhelp2 index file (Emmanuele Bassi)
95769 + - Build system:
95794 + Configure pkgconfig, xml2-config, and xml2Conf.sh file (Markus Rickert),
95808 + Configure file xmlwin32version.h.in on MSVC (Markus Rickert),
95838 + use new htmlParseLookupCommentEnd to find comment ends (Mike Dalessio),
95987 + Update to Devhelp index file format version 2 (Andre Klapper),
96004 + Add options file for xml fuzzer (Nick Wellnhofer),
96144 + Remove outdated HTML file (Nick Wellnhofer),
96166 - xmlcatalog: refresh man page wrt. quering system catalog easily (Jan Pokorný)
96167 + xmlcatalog: refresh man page wrt. querying system catalog easily (Jan Pokorný)
96265 using SAX, URI to file path fix (Mikhail Zabaluev), disappearing validity
96274 fix the file path/URI conversion, xmlTextReaderGetAttribute fix (Rob
96370 deleted file mode 100644
96381 -This code is released under the MIT Licence see the Copyright file.
96385 - if the ./configure file does not exist, run ./autogen.sh instead.
96416 new file mode 100644
96438 +This code is released under the MIT License, see the Copyright file.
96461 +Also see the INSTALL file for additional instructions. Then you can
96511 +to this rule you may find).
96887 deleted file mode 100644
96930 +# This file is free software; the Free Software Foundation
96945 +# Another macro is required to find the appropriate flags to compile
96950 +# environment variable, or create a .pth file (see the python
96954 +# cause an error if the version of python installed on the system
96988 + # Otherwise, try each interpreter until we find one that satisfies
97274 # This file is free software; the Free Software Foundation
97392 - * On an embedded system this may be something to change
97560 - if string.find(URL, '#') != -1:
97561 - URL = URL[0:string.find(URL, '#')]
97564 + if URL.find('#') != -1:
97565 + URL = URL[0:URL.find('#')]
97913 # Parse the conf file
98375 # Parse the conf file
98436 - if string.find(str, "error:") >= 0:
98438 + if str.find("error:") >= 0:
98498 - if output == 'No output file.':
98516 + if output == 'No output file.':
99127 - string.find(profile, "IBM XML Conformance Test Suite - Production") < 0:
99129 + profile.find("IBM XML Conformance Test Suite - Production") < 0:
99616 # Parse the conf file
99671 -/* Define to 1 if you have the <ctype.h> header file. */
99674 /* Define to 1 if you have the <dlfcn.h> header file. */
99678 /* Define to 1 if you have the <dl.h> header file. */
99681 -/* Define to 1 if you have the <errno.h> header file. */
99684 /* Define to 1 if you have the <fcntl.h> header file. */
99687 -/* Define to 1 if you have the <float.h> header file. */
99700 -/* Define to 1 if you have the <limits.h> header file. */
99706 -/* Define to 1 if you have the <malloc.h> header file. */
99709 -/* Define to 1 if you have the <math.h> header file. */
99716 /* Define to 1 if you have the <poll.h> header file. */
99738 -/* Define to 1 if you have the <signal.h> header file. */
99756 -/* Define to 1 if you have the <stdarg.h> header file. */
99759 /* Define to 1 if you have the <stdint.h> header file. */
99762 -/* Define to 1 if you have the <stdlib.h> header file. */
99768 -/* Define to 1 if you have the <strings.h> header file. */
99771 -/* Define to 1 if you have the <string.h> header file. */
99774 /* Define to 1 if you have the <sys/mman.h> header file. */
99778 /* Define to 1 if you have the <sys/types.h> header file. */
99784 -/* Define to 1 if you have the <time.h> header file. */
99787 /* Define to 1 if you have the <unistd.h> header file. */
99802 /* Define to 1 if you have the <zlib.h> header file. */
99832 -/* Define to 1 if you have the <ctype.h> header file. */
99835 -/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
99839 /* Define to 1 if you have the <dlfcn.h> header file. */
99843 /* Define to 1 if you have the <dl.h> header file. */
99846 -/* Define to 1 if you have the <errno.h> header file. */
99849 /* Define to 1 if you have the <fcntl.h> header file. */
99852 -/* Define to 1 if you have the <float.h> header file. */
99865 -/* Define to 1 if you have the <limits.h> header file. */
99871 /* Define to 1 if you have the <lzma.h> header file. */
99874 -/* Define to 1 if you have the <malloc.h> header file. */
99877 -/* Define to 1 if you have the <math.h> header file. */
99887 -/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
99890 /* Define to 1 if you have the <netdb.h> header file. */
99894 /* Define to 1 if you have the <poll.h> header file. */
99919 -/* Define to 1 if you have the <signal.h> header file. */
99937 -/* Define to 1 if you have the <stdarg.h> header file. */
99940 /* Define to 1 if you have the <stdint.h> header file. */
99944 /* Define to 1 if you have the <stdlib.h> header file. */
99950 /* Define to 1 if you have the <strings.h> header file. */
99953 /* Define to 1 if you have the <string.h> header file. */
99956 -/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
99960 /* Define to 1 if you have the <sys/mman.h> header file. */
99963 -/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
99967 /* Define to 1 if you have the <sys/select.h> header file. */
99971 /* Define to 1 if you have the <sys/types.h> header file. */
99977 -/* Define to 1 if you have the <time.h> header file. */
99980 /* Define to 1 if you have the <unistd.h> header file. */
99995 /* Define to 1 if you have the <zlib.h> header file. */
100083 dnl if the system support linker version scripts for symbol versioning
100325 - echo could not find python$PYTHON_VERSION/Python.h or $with_python/include/Python.h
100827 dnl for the spec file
100981 deleted file mode 100644
100992 - * file for libxml2 API
120516 - if string.find(name, 'Free') != -1:
120517 + if name.find('Free') != -1:
120563 - if string.find(name, "file") != -1 or \
120564 - string.find(name, "uri") != -1 or \
120565 - string.find(name, "URI") != -1 or \
120566 - string.find(info, "filename") != -1 or \
120567 - string.find(info, "URI") != -1 or \
120568 - string.find(info, "URL") != -1:
120569 - if string.find(function, "Save") != -1 or \
120570 - string.find(function, "Create") != -1 or \
120571 - string.find(function, "Write") != -1 or \
120572 - string.find(function, "Fetch") != -1:
120575 + if name.find("file") != -1 or \
120576 + name.find("uri") != -1 or \
120577 + name.find("URI") != -1 or \
120578 + info.find("filename") != -1 or \
120579 + info.find("URI") != -1 or \
120580 + info.find("URL") != -1:
120581 + if function.find("Save") != -1 or \
120582 + function.find("Create") != -1 or \
120583 + function.find("Write") != -1 or \
120584 + function.find("Fetch") != -1:
120613 - if string.find(name, "data") != -1:
120615 - if string.find(name, "user") != -1:
120618 + if name.find("data") != -1:
120620 + if name.find("user") != -1:
120643 - string.find(function, "EatName") != -1:
120644 + function.find("EatName") != -1:
120720 os.system("rm testapi.c; mv testapi.c.new testapi.c")
120722 - os.system("mv testapi.c.new testapi.c")
120723 + os.system("mv testapi.c.new testapi.c")
120745 - print "Could not find the CUT marker in testapi.c skipping generation"
120746 + print("Could not find the CUT marker in testapi.c skipping generation")
120760 mod = arg.xpathEval('string(../@file)')
120800 - print "Didn't find any value for enum %s" % (name)
120826 + print("Didn't find any value for enum %s" % (name))
120864 @@ -615,9 +613,9 @@ for file in headers:
120867 desc = file.xpathEval('string(description)')
120868 - if string.find(desc, 'DEPRECATED') != -1:
120871 + if desc.find('DEPRECATED') != -1:
121115 - if string.find(info, 'destroy') == -1:
121124 + if info.find('destroy') == -1:
121172 - functions = ctxt.xpathEval("/api/symbols/function[@file='%s']" % (module))
121173 + functions = ctxt.xpathEval("/api/symbols/function[@file='%s']" % (module))
121430 deleted file mode 100644
122023 const char *file);
122737 deleted file mode 100644
122824 + * These macros must be defined before including system headers.
122847 * copy to config.h own "preset" configuration file.
123105 deleted file mode 100644
123119 deleted file mode 100644
123127 \ No newline at end of file
123129 deleted file mode 100644
123137 \ No newline at end of file
123139 deleted file mode 100644
123196 -/* Define if you have the <arpa/inet.h> header file. */
123199 -/* Define if you have the <ctype.h> header file. */
123202 -/* Define if you have the <dlfcn.h> header file. */
123205 -/* Define if you have the <errno.h> header file. */
123208 -/* Define if you have the <fcntl.h> header file. */
123211 -/* Define if you have the <float.h> header file. */
123214 -/* Define if you have the <malloc.h> header file. */
123217 -/* Define if you have the <math.h> header file. */
123220 -/* Define if you have the <netdb.h> header file. */
123223 -/* Define if you have the <netinet/in.h> header file. */
123226 -/* Define if you have the <signal.h> header file. */
123229 -/* Define if you have the <stdarg.h> header file. */
123232 -/* Define if you have the <stdlib.h> header file. */
123235 -/* Define if you have the <string.h> header file. */
123238 -/* Define if you have the <sys/mman.h> header file. */
123241 -/* Define if you have the <sys/select.h> header file. */
123244 -/* Define if you have the <sys/socket.h> header file. */
123247 -/* Define if you have the <sys/stat.h> header file. */
123250 -/* Define if you have the <sys/time.h> header file. */
123253 -/* Define if you have the <sys/types.h> header file. */
123256 -/* Define if you have the <time.h> header file. */
123259 -/* Define if you have the <unistd.h> header file. */
123276 deleted file mode 100644
123360 \ No newline at end of file
123362 deleted file mode 100644
123384 \ No newline at end of file
124229 new file mode 100644
124255 +# distribute this file as part of a program that contains a
124259 +# This file is maintained in Automake, please report
124302 +byte compiled file. Specify --basedir for any additional path information you
124303 +do want to be shown in the byte compiled file.
124338 + pathtrans="path = file"
124340 + pathtrans="path = os.path.join('$basedir', file)"
124344 +# byte compile but not go into the compiled file.
124376 +for file in files.split():
124382 + sys.stdout.write(file)
124400 +for file in files.split():
124406 + sys.stdout.write(file)
124424 deleted file mode 100755
124441 -# The script is driven by a parameter file which defines the various tests
124458 -# The expected data has already been read in; the result is a file descriptor.
124461 -# list already read in by a separate thread; the second is a file descriptor.
124470 - j = string.find(res[i],base1)
124472 - col = string.find(res[i],':')
124479 - j = string.find(exp[i],base2)
124481 - col = string.find(exp[i],':')
124522 -def readPfile(file, list, flag):
124523 - data = file.readlines() # no call by reference, so I cheat
124526 - file.close()
124558 - print "Can't open result file %s - bypassing test" % fname
124593 - # that Python threads are implemented on the target system (it's okay for
124628 -# 'test' section is encountered. Depending upon file globbing, a large number of
124635 - if not 'file' in testDescription:
124636 - print "No file specified - can't run this test!"
124651 - testFiles = glob.glob(os.path.abspath(dir + testDescription['file']))
124653 - print "No files result from '%s'" % testDescription['file']
124674 -# parameter file. Once a test section has been identified, runTest is called
124780 deleted file mode 100644
124793 - file filename of input file (several, or glob ok)
124795 - srcdir global source directory for input file(s)
124797 - resdir directory for results file(s)
124803 - stdin pipe input file to stdin
124816 - <file>*.xml</file>
124841 - <file>id_*.xml</file>
124862 - <file>*</file>
124871 - <file>*</file>
124881 - <file>*</file>
124888 - <file>*</file>
124902 - <file>*</file>
124911 - <file>*</file>
124921 - <file>*</file>
124932 - <file>*</file>
124940 - <file>*</file>
124951 - <file>*</file>
124959 - <file>*</file>
124969 - <file>*.data</file>
124980 - <file>*.uri</file>
124987 - <file>*</file>
124995 - <file>*</file>
125004 - <file>*</file>
125270 * @filename: the file to parse
125283 - if ((URI == NULL) || (!strcmp(URI, "file:///etc/xml/catalog")))
125284 + if ((URI == NULL) || (!strcmp(URI, "file://" SYSCONFDIR "/xml/catalog")))
125292 - if ((URI == NULL) || (!strcmp(URI, "file:///etc/xml/catalog")))
125293 + if ((URI == NULL) || (!strcmp(URI, "file://" SYSCONFDIR "/xml/catalog")))
125454 fprintf(stderr, "Missing xml file %s\n", xml);
125458 - fprintf(stderr, "Missing result file %s\n", result);
125469 - fprintf(stderr, "Missing result file %s", buf);
125530 + fprintf(stderr, "failed to open output file %s\n", temp);
125661 - fprintf(stderr, "Missing result file %s\n", result);
125663 - fprintf(stderr, "Missing error file %s\n", error);
125786 deleted file mode 100644
125828 - "Usage: %s <mode> <xml-file> [<xpath-expr>] [<inclusive-ns-list>]\n",
125832 - "--with-comments \t XML file canonicalization v1.0 w comments \n");
125834 - "--without-comments \t XML file canonicalization v1.0 w/o comments\n");
125836 - "--1-1-with-comments \t XML file canonicalization v1.1 w comments\n");
125838 - "--1-1-without-comments \t XML file canonicalization v1.1 w/o comments\n");
125840 - "--exc-with-comments \t Exclusive XML file canonicalization v1.0 w comments\n");
125842 - "--exc-without-comments\t Exclusive XML file canonicalization v1.0 w/o comments\n");
125861 - * build an XML tree from a the file; we need to add default
125869 - fprintf(stderr, "Error: unable to parse file \"%s\"\n", xml_filename);
125877 - fprintf(stderr,"Error: empty document for file \"%s\"\n", xml_filename);
125883 - * load xpath file if specified
125910 - fprintf(stderr,"Error: failed to canonicalize XML file \"%s\" (ret=%d)\n", xml_filename, ret);
125935 - * Parse command line and process file
126041 - * load XPath expr as a file
126048 - fprintf(stderr, "Error: unable to parse file \"%s\"\n", filename);
126056 - fprintf(stderr,"Error: empty document for file \"%s\"\n", filename);
126067 - fprintf(stderr,"Error: XPath element expected in the file \"%s\"\n", filename);
126165 deleted file mode 100644
126336 - * @systemId: The system ID of the entity
126408 - * @systemId: The system ID of the entity
126460 - * @systemId: The system ID of the entity
126477 - * @systemId: The system ID of the entity
126692 - * Display and format a warning messages, gives file, line, position and
126712 - * Display and format a error messages, gives file, line, position and
126732 - * Display and format a fatalError messages, gives file, line, position and
127031 - printf("\t--repeat : parse the file 100 times, for timing\n");
127051 deleted file mode 100644
127202 deleted file mode 100644
127610 deleted file mode 100644
127804 deleted file mode 100644
128161 - * @systemId: The system ID of the entity
128242 - * @systemId: The system ID of the entity
128316 - * @systemId: The system ID of the entity
128336 - * @systemId: The system ID of the entity
128581 - * Display and format a warning messages, gives file, line, position and
128604 - * Display and format a error messages, gives file, line, position and
128627 - * Display and format a fatalError messages, gives file, line, position and
128846 - "Cannot read file %s\n", filename);
129008 deleted file mode 100644
129193 deleted file mode 100644
129334 deleted file mode 100644
129506 - else if ((!strcmp(argv[i], "-f")) || (!strcmp(argv[i], "--file")))
129551 - printf("\t--file : or\n");
130350 - const char * file; /* a file or directory on the server */
130357 - file = gen_filepath(n_file, 1);
130359 - ret_val = xmlNanoFTPDele(ctx, file);
130363 - des_filepath(n_file, file, 1);
133089 - * On an embedded system this may be something to change
133691 - @-$(BINDIR)\testXPath.exe | find /C "support not compiled in" 1>nul
133730 - echo New test file %%~nxI &\
133749 deleted file mode 100644
133755 -README file for VC10 project files for libxml2
133758 -to clarify: This is not the readme file for the whole libxml2 project.
133764 -1) To use, load the libxml2.sln solution file into visual studio
133774 -this kind of build system and the environment is pretty much known already
133775 -if you're using Visual Studio. Instead, a preconfigured "config.h" file
133782 deleted file mode 100644
133790 \ No newline at end of file
133895 <xsl:if test="@file = 'debugXML'">
133898 - <xsl:if test="@file = 'DOCBparser'">
133901 <xsl:if test="(@file = 'HTMLparser')
133902 or (@file = 'HTMLtree')">
133960 <xsl:if test="@file = 'debugXML'">
133963 - <xsl:if test="@file = 'DOCBparser'">
133966 <xsl:if test="(@file = 'HTMLparser')
133967 or (@file = 'HTMLtree')">
134080 deleted file mode 100644
134115 -for the Debian GNU/linux system (but may be used by others).
134117 deleted file mode 100644
134123 -# Configuration file for using the XML library in GNOME applications
134238 if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file://localhost/", 17)) {
134245 } else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:///", 8)) {
134252 } else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:/", 6)) {
134275 if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file://localhost/", 17))
134282 else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:///", 8)) {
134300 if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file://localhost/", 17))
134307 else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:///", 8)) {
134334 if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file://localhost/", 17))
134341 else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:///", 8)) {
134399 if (!xmlStrncasecmp(BAD_CAST URL, BAD_CAST "file://localhost/", 17))
134406 else if (!xmlStrncasecmp(BAD_CAST URL, BAD_CAST "file:///", 8)) {
136135 deleted file mode 100644
136164 new file mode 100644
136257 deleted file mode 120000
136263 \ No newline at end of file
136265 new file mode 100644
136328 /* Define to 1 if you have the <dlfcn.h> header file. */
136331 -/* Define to 1 if you have the <errno.h> header file. */
136337 -/* Define to 1 if you have the <float.h> header file. */
136346 -/* Define to 1 if you have the <fp_class.h> header file. */
136362 -/* Define to 1 if you have the <ieeefp.h> header file. */
136365 /* Define to 1 if you have the <inttypes.h> header file. */
136369 /* Define to 1 if you have the <locale.h> header file. */
136378 -/* Define to 1 if you have the <math.h> header file. */
136381 -/* Define to 1 if you have the <memory.h> header file. */
136384 -/* Define to 1 if you have the <nan.h> header file. */
136392 +/* Define to 1 if you have the <minix/config.h> header file. */
136410 -/* Define to 1 if you have the <stdarg.h> header file. */
136413 /* Define to 1 if you have the <stdint.h> header file. */
136416 +/* Define to 1 if you have the <stdio.h> header file. */
136419 /* Define to 1 if you have the <stdlib.h> header file. */
136423 /* Define to 1 if you have the <sys/types.h> header file. */
136429 -/* Define to 1 if you have the <time.h> header file. */
136432 /* Define to 1 if you have the <unistd.h> header file. */
136443 +/* Define to 1 if you have the <wchar.h> header file. */
136446 /* Define to 1 if you have the <xlocale.h> header file. */
136492 +/* Identify the host operating system as Minix.
136493 + This macro does not affect the system headers' behavior.
136575 -/* Define to 2 if the system does not provide POSIX.1 features except with
136599 /* Define to 1 if you have the <dlfcn.h> header file. */
136602 -/* Define to 1 if you have the <errno.h> header file. */
136608 -/* Define to 1 if you have the <float.h> header file. */
136617 -/* Define to 1 if you have the <fp_class.h> header file. */
136633 -/* Define to 1 if you have the <ieeefp.h> header file. */
136636 /* Define to 1 if you have the <inttypes.h> header file. */
136640 /* Define to 1 if you have the <locale.h> header file. */
136649 -/* Define to 1 if you have the <math.h> header file. */
136652 /* Define to 1 if you have the <minix/config.h> header file. */
136655 -/* Define to 1 if you have the <nan.h> header file. */
136679 -/* Define to 1 if you have the <stdarg.h> header file. */
136682 /* Define to 1 if you have the <stdint.h> header file. */
136686 /* Define to 1 if you have the <sys/types.h> header file. */
136692 -/* Define to 1 if you have the <time.h> header file. */
136695 /* Define to 1 if you have the <unistd.h> header file. */
136707 /* Define to 1 if you have the <wchar.h> header file. */
136968 This code is released under the MIT Licence see the Copyright file.
136990 -/* Define to 1 if you have the <dlfcn.h> header file. */
136993 -/* Define to 1 if you have the <errno.h> header file. */
136999 -/* Define to 1 if you have the <float.h> header file. */
137008 -/* Define to 1 if you have the <fp_class.h> header file. */
137024 -/* Define to 1 if you have the <ieeefp.h> header file. */
137027 /* Define to 1 if you have the <inttypes.h> header file. */
137031 /* Define to 1 if you have the <locale.h> header file. */
137040 -/* Define to 1 if you have the <math.h> header file. */
137043 -/* Define to 1 if you have the <memory.h> header file. */
137046 -/* Define to 1 if you have the <nan.h> header file. */
137070 -/* Define to 1 if you have the <stdarg.h> header file. */
137073 -/* Define to 1 if you have the <stdint.h> header file. */
137076 -/* Define to 1 if you have the <stdlib.h> header file. */
137079 -/* Define to 1 if you have the <strings.h> header file. */
137082 -/* Define to 1 if you have the <string.h> header file. */
137089 /* Define to 1 if you have the <sys/types.h> header file. */
137095 -/* Define to 1 if you have the <time.h> header file. */
137098 /* Define to 1 if you have the <unistd.h> header file. */
137110 /* Define to 1 if you have the <xlocale.h> header file. */
137128 /* Define to 1 if you have the <dlfcn.h> header file. */
137131 -/* Define to 1 if you have the <errno.h> header file. */
137137 -/* Define to 1 if you have the <float.h> header file. */
137146 -/* Define to 1 if you have the <fp_class.h> header file. */
137162 -/* Define to 1 if you have the <ieeefp.h> header file. */
137165 /* Define to 1 if you have the <inttypes.h> header file. */
137169 /* Define to 1 if you have the <locale.h> header file. */
137178 -/* Define to 1 if you have the <math.h> header file. */
137181 -/* Define to 1 if you have the <memory.h> header file. */
137184 -/* Define to 1 if you have the <nan.h> header file. */
137192 +/* Define to 1 if you have the <minix/config.h> header file. */
137210 -/* Define to 1 if you have the <stdarg.h> header file. */
137213 /* Define to 1 if you have the <stdint.h> header file. */
137216 +/* Define to 1 if you have the <stdio.h> header file. */
137219 /* Define to 1 if you have the <stdlib.h> header file. */
137223 /* Define to 1 if you have the <sys/types.h> header file. */
137229 -/* Define to 1 if you have the <time.h> header file. */
137232 /* Define to 1 if you have the <unistd.h> header file. */
137243 +/* Define to 1 if you have the <wchar.h> header file. */
137246 /* Define to 1 if you have the <xlocale.h> header file. */
137280 +/* Identify the host operating system as Minix.
137281 + This macro does not affect the system headers' behavior.
137358 -/* Define to 2 if the system does not provide POSIX.1 features except with
137474 dnl if the system support linker version scripts for symbol versioning
137584 - echo could not find python$PYTHON_VERSION/Python.h or $with_python/include/Python.h
137677 - AC_MSG_ERROR([Could not find libxml2 anywhere, check ftp://xmlsoft.org/.])
137678 + AC_MSG_ERROR([Could not find libxml2 anywhere.])
137725 dnl for the spec file
138123 + * Summary: main header file
139240 (xmlStrEqual(BAD_CAST uri->scheme, BAD_CAST "file"))) {
139503 deleted file mode 100644
139512 - * when compiled on windows. This file is generated.
139614 new file mode 100644
139619 +# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
139624 +# This file is free software; the Free Software Foundation gives
139639 +# distribute this file as part of a program or library that is built
139640 +# using GNU Libtool, you may include this file under the same
139759 +# It is okay to use these file commands and assume they have been set
139776 +_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl
139778 +_LT_DECL([], [host_alias], [0], [The host system])dnl
139782 +_LT_DECL([], [build_alias], [0], [The build system])dnl
139795 +_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
139796 +_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
139858 +# Only perform the check for file, if the check method requires it
139859 +test -z "$MAGIC_CMD" && MAGIC_CMD=file
140206 +# file executable. If COMMENT is supplied, it is inserted after the
140210 +# file could not be fully written (such as if the disk is full).
140241 +[# Run this file to recreate a libtool stub with the current configuration.])
140349 +# NOTE: Changes made to this file will be lost: look at ltmain.sh.
140762 +# for the system default hardcoded library path. In most cases,
140765 +# If we don't find anything, use the default library path according
140784 + # Check for a 64-bit object if we didn't find anything.
140809 +# of the generated configure script that will find a shell with a builtin
140912 + case `/usr/bin/file conftest.$ac_objext` in
140929 + case `/usr/bin/file conftest.$ac_objext` in
140941 + case `/usr/bin/file conftest.$ac_objext` in
140963 + case `/usr/bin/file conftest.$ac_objext` in
140971 + case `/usr/bin/file conftest.$ac_objext` in
140979 + case `/usr/bin/file conftest.$ac_objext` in
140999 + case `/usr/bin/file conftest.o` in
141006 + case `/usr/bin/file conftest.o` in
141074 + case `/usr/bin/file conftest.o` in
141124 + # Ensure the archiver fails upon bogus file names.
141141 + [How to feed a file listing to the archiver])
141290 +# find the maximum length of command line arguments
141470 + find out it does not work in some platform. */
141676 +AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
142022 + # With GCC up to 2.95.x, collect2 would create an import file
142023 + # for dependence libraries. The import file would start with
142049 + # libNAME.so.V as an archive file, containing:
142057 + # At run time we better use the real file rather than another symlink,
142152 + postinstall_cmds='base_file=`basename \$file`~
142161 + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
142199 + # Let DOS variable expansion print the short 8.3 style file name.
142223 + # FIXME: find the short name or the path components, as spaces are
142229 + postinstall_cmds='base_file=`basename \$file`~
142234 + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
142329 + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
142494 + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = …
142587 + postinstall_cmds='base_file=`basename \$file`~
142596 + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
142773 + [Compile-time system search path for libraries])
142775 + [Detected run-time system search path for libraries])
142783 +# find a file program that can recognize shared library
142821 +*** may want to report the problem to your system manager and/or to
142842 + [Used to examine libraries when file_magic_cmd begins with "file"])dnl
142853 +# find a file program that can recognize a shared library
142855 +[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
142858 + _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
142868 +# find the pathname to the GNU or non-GNU linker
142984 +# find reload flag for linker
143017 +# find a working dd
143034 +# find command to truncate a binary pipe
143072 +# If you have 'file' or equivalent on your system and you're not sure
143086 + lt_cv_file_magic_cmd='/usr/bin/file -L'
143097 + # Base MSYS/MinGW do not provide the 'file' command needed by
143099 + # unless we find 'file', for example because we are cross-compiling.
143100 + if ( file / ) >/dev/null 2>&1; then
143105 + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wi…
143112 + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
143127 + lt_cv_file_magic_cmd=/usr/bin/file
143141 + lt_cv_file_magic_cmd=/usr/bin/file
143144 …ibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
143148 …agic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-…
143188 + lt_cv_file_magic_cmd=/usr/bin/file
143230 + lt_cv_file_magic_cmd='/bin/file'
143234 + lt_cv_file_magic_cmd='/bin/file'
143279 + [How to find potential files when deplibs_check_method = "file_magic"])
143287 +# find the pathname to a BSD- or MS-compatible name lister
143309 + # Tru64's nm complains that /dev/null is an invalid object file
143316 + *$lt_bad_file* | *'Invalid file or object type'*)
143328 + continue # so that we can try to find one that supports BSD flags
143342 + # Didn't find any BSD compatible name lister, look for dumpbin.
143453 +# True iff FILE is a Windows DLL '.def' file.
143474 + # These system don't have libm, or don't need it
143543 +# Define system-specific variables.
143642 + # Also find C++ and __fastcall symbols from MSVC++,
143703 +/* This system does not cope well with relocations in const data. */
143714 + # Now generate the symbol file.
143756 + echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
143759 + echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
143787 +# Response file support.
143856 + # This hack is so that the source file can tell whether it is being
143932 + # This hack is so that the source file can tell whether it is being
144180 + # This hack is so that the source file can tell whether it is being
144257 + # PORTME Check for flag to pass linker flags through the system compiler.
144284 + # This hack is so that the source file can tell whether it is being
144756 + # If the export-symbols file already is a .def file, use it as
144815 …_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$son…
144903 …libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols …
144922 …libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols …
144951 …libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols …
144969 …libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols …
144983 + # PORTME fill in a description of your system's linker (not GNU ld)
145071 + aix,*) ;; # traditional, no import file
145072 + svr4,* | *,yes) # use import file
145092 + # It fails to find uninstalled libraries when the uninstalled
145106 + # shared library, or the linker may eventually find shared libraries
145256 + # The linker will automatically build a .lib file if we build a DLL.
145469 …shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
145845 +# Source file extension for C test sources.
145848 +# Object file extension for compiled C test sources.
145903 + yes,aix,yes) ;; # shared object as lib.so file only
145966 +# Source file extension for C++ test sources.
145969 +# Object file extension for compiled C++ test sources.
146034 …$postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols …
146074 + # PORTME: fill in a description of your system's C++ link characteristics
146143 + aix,*) ;; # no import file
146144 + svr4,* | *,yes) # use import file
146164 + # It fails to find uninstalled libraries when the uninstalled
146177 + # shared library, or the linker may eventually find shared libraries
146331 + # If the export-symbols file already is a .def file, use it as
146438 + # explicitly linking system object files so we need to strip them
146503 + # explicitly linking system object files so we need to strip them
146543 …_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$son…
146578 + # KCC will only create a shared library if the output file
146582 …_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv…
146588 + # explicitly linking system object files so we need to strip them
146609 …$postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols …
146617 …libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols …
146632 + compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
146636 + $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP…
146641 + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o |…
146645 …ibobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-son…
146649 …$postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols …
146660 …_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols'
146671 + # explicitly linking system object files so we need to strip them
146694 …ects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols'
146762 …cts $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o …
146777 + # KCC will only create a shared library if the output file
146822 + # explicitly linking system object files so we need to strip them
147171 + # the conftest object file.
147224 + # This assumes that the test object file only shows up
147327 +# Source file extension for f77 test sources.
147330 +# Object file extension for compiled f77 test sources.
147389 + yes,aix,yes) ;; # shared object as lib.so file only
147463 +# Source file extension for fc test sources.
147466 +# Object file extension for compiled fc test sources.
147527 + yes,aix,yes) ;; # shared object as lib.so file only
147577 +# Source file extension for Java test sources.
147580 +# Object file extension for compiled Java test sources.
147648 +# Source file extension for Go test sources.
147651 +# Object file extension for compiled Go test sources.
147719 +# Source file extension for RC test sources.
147722 +# Object file extension for compiled RC test sources.
147932 + A) # ASCII based system
147937 + *) # EBCDIC based system
147949 +# Determine what file name conversion functions should be used by
147955 +AC_MSG_CHECKING([how to convert $build file names to $host format])
147992 + [0], [convert $build file names to $host format])dnl
147994 +AC_MSG_CHECKING([how to convert $build file names to toolchain format])
148014 new file mode 100644
148025 +# This file is free software; the Free Software Foundation gives
148031 +# This is to help aclocal find these macros, as it can't see m4_define.
148457 new file mode 100644
148468 +# This file is free software; the Free Software Foundation gives
148474 +# This is to help aclocal find these macros, as it can't see m4_define.
148587 new file mode 100644
148597 +# This file is free software; the Free Software Foundation gives
148604 +# This file is part of GNU Libtool
148616 new file mode 100644
148627 +# This file is free software; the Free Software Foundation gives
148645 +# So we provide this file, which has a silly filename so it's always
148656 +# This is to help aclocal find these macros, as it can't see m4_define.
148721 new file mode 100644
148747 +# distribute this file as part of a program that contains a
148751 +# This file is maintained in Automake, please report
148794 +byte compiled file. Specify --basedir for any additional path information you
148795 +do want to be shown in the byte compiled file.
148830 + pathtrans="path = file"
148832 + pathtrans="path = os.path.join('$basedir', file)"
148836 +# byte compile but not go into the compiled file.
148868 +for file in files.split():
148874 + sys.stdout.write(file)
148892 +for file in files.split():
148898 + sys.stdout.write(file)
149179 + auto pos = as_string.find(simulcast_marker);
149362 #include "base/files/file.h"
149449 // found in the LICENSE file.