Home
last modified time | relevance | path

Searched refs:filebuf (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/binutils-2.27/gold/
H A Dftruncate.c53 struct stat filebuf; in ftruncate() local
55 if (fstat (fd, &filebuf) < 0) in ftruncate()
58 if (filebuf.st_size < length) in ftruncate()
/dragonfly/contrib/cvs-1.12/src/
H A Dserver.h118 unsigned char *checksum, struct buffer *filebuf);
H A Dserver.c1622 char *filebuf; in receive_file() local
1625 filebuf = xmalloc (size); in receive_file()
1626 p = filebuf; in receive_file()
1663 if (filebuf != NULL) in receive_file()
1669 if (filebuf == NULL) in receive_file()
1681 free (filebuf); in receive_file()
4965 struct buffer *filebuf) in server_updated() argument
4995 if (filebuf != NULL) in server_updated()
5136 if (filebuf != NULL) in server_updated()
5180 else if (filebuf == NULL) in server_updated()
[all …]
H A Dclient.c1669 char *filebuf; in update_entries() local
1680 filebuf = NULL; in update_entries()
1685 &filebuf, &filebufsize, &nread); in update_entries()
1691 if (! rcs_change_text (short_pathname, filebuf, nread, buf, size, in update_entries()
1733 free (filebuf); in update_entries()
H A Drcs.c5777 char *filebuf; in cmp_file_buffer() local
5784 filebuf = xmalloc (len > CMP_BUF_SIZE ? CMP_BUF_SIZE : len); in cmp_file_buffer()
5791 if (fread (filebuf, 1, checklen, data->fp) != checklen) in cmp_file_buffer()
5797 free (filebuf); in cmp_file_buffer()
5801 if (memcmp (filebuf, buffer, checklen) != 0) in cmp_file_buffer()
5804 free (filebuf); in cmp_file_buffer()
5812 free (filebuf); in cmp_file_buffer()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dfstream95 /// Place to stash in || out || in | out settings for current filebuf.
488 * The file is closed by the filebuf object, not the formatting
659 * The file is closed by the filebuf object, not the formatting
828 * The file is closed by the filebuf object, not the formatting
H A Diosfwd156 typedef basic_filebuf<char> filebuf;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dfstream120 /// Place to stash in || out || in | out settings for current filebuf.
563 * The file is closed by the filebuf object, not the formatting
789 * The file is closed by the filebuf object, not the formatting
1011 * The file is closed by the filebuf object, not the formatting
H A Diosfwd159 typedef basic_filebuf<char> filebuf;
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcontrib.texi792 large file support in C++ filebuf.
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddwarf2out.c9323 char *filebuf = XALLOCAVEC (char, maxfilelen); in output_file_names() local
9326 snprintf (filebuf, maxfilelen, "%s;%d", in output_file_names()
9330 (filebuf, -1, "File Entry: %#x", (unsigned) i + 1); in output_file_names()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddwarf2out.c12422 char *filebuf = XALLOCAVEC (char, maxfilelen); in output_file_names() local
12425 snprintf (filebuf, maxfilelen, "%s;%d", in output_file_names()
12428 output_line_string (str_form, filebuf, "File Entry", (unsigned) i + 1); in output_file_names()