Home
last modified time | relevance | path

Searched defs:filebuf (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/dports/www/middleman/middleman/src/
H A Dfilebuf.c38 void filebuf_free(FILEBUF * filebuf) in filebuf_free()
56 FILEBUF *filebuf; in filebuf_new() local
68 FILEBUF *filebuf_dup(FILEBUF * filebuf) in filebuf_dup()
84 void filebuf_shorten(FILEBUF * filebuf) in filebuf_shorten()
126 void filebuf_resize(FILEBUF * filebuf, int newsize) in filebuf_resize()
145 int filebuf_save(FILEBUF * filebuf, char *filename) in filebuf_save()
163 int filebuf_read(FILEBUF * filebuf, char *filename) in filebuf_read()
205 int filebuf_compress(FILEBUF * filebuf, int gzip) in filebuf_compress()
316 int filebuf_uncompress(FILEBUF * filebuf, int gzip) in filebuf_uncompress()
441 int filebuf_compress(FILEBUF * filebuf, int gzip) in filebuf_compress()
[all …]
H A Dkeywords.c258 x->me = reg_compile(mime, REGFLAGS);
371 filebuf_add(filebuf, "", 1); in interface_page_connections()
387 ret = reg_exec(kl->me, ""); in interface_page_dnscache()
388 if (ret)
389 continue;
411 /* just check if any entires apply to current page */ in interface_page_headers()
H A Dregexp.c138 FILEBUF *filebuf; in reg_sub_parse() local
207 void reg_replace(FILEBUF * filebuf, regex_sub_t * pe, char *replace) in reg_replace()
257 void string_replace(FILEBUF * filebuf, char *string, char *replace) in string_replace()
/dports/devel/mk-configure/mk-configure-0.37.0/features/fgetln/
H A Dmkc_fgetln.c35 struct filebuf { struct
43 static struct filebuf fb_pool [FILEBUF_POOL_ITEMS]; argument
/dports/net/py-mpi4py/mpi4py-3.1.3/src/mpi4py/MPI/
H A Ddrepimpl.pxi22 void *filebuf,
42 void *filebuf,
74 void *filebuf,
95 void *filebuf,
137 void *filebuf,
153 void *filebuf,
/dports/math/vtk8/VTK-8.2.0/ThirdParty/mpi4py/vtkmpi4py/src/MPI/
H A Ddrepimpl.pxi22 void *filebuf,
42 void *filebuf,
74 void *filebuf,
95 void *filebuf,
137 void *filebuf,
153 void *filebuf,
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_filebuf/close/
H A D81256.cc52 struct filebuf : std::basic_filebuf<wchar_t> struct
54 explicit filebuf(Cvt* c) in filebuf() argument
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/basic_filebuf/close/wchar_t/
H A D81256.cc52 struct filebuf : std::basic_filebuf<wchar_t> struct
54 explicit filebuf(Cvt* c) in filebuf() function
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/27_io/basic_filebuf/close/
H A D81256.cc52 struct filebuf : std::basic_filebuf<wchar_t> struct
54 explicit filebuf(Cvt* c) in filebuf() argument
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/basic_filebuf/close/
H A D81256.cc52 struct filebuf : std::basic_filebuf<wchar_t> struct
54 explicit filebuf(Cvt* c) in filebuf() argument
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/27_io/basic_filebuf/close/
H A D81256.cc52 struct filebuf : std::basic_filebuf<wchar_t> struct
54 explicit filebuf(Cvt* c) in filebuf() function
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/27_io/basic_filebuf/close/
H A D81256.cc52 struct filebuf : std::basic_filebuf<wchar_t> struct
54 explicit filebuf(Cvt* c) in filebuf() function
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/27_io/basic_filebuf/close/
H A D81256.cc52 struct filebuf : std::basic_filebuf<wchar_t> struct
54 explicit filebuf(Cvt* c) in filebuf() argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_filebuf/close/
H A D81256.cc52 struct filebuf : std::basic_filebuf<wchar_t> struct
54 explicit filebuf(Cvt* c) in filebuf() argument
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/27_io/basic_filebuf/close/
H A D81256.cc52 struct filebuf : std::basic_filebuf<wchar_t> struct
54 explicit filebuf(Cvt* c) in filebuf() argument
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/27_io/basic_filebuf/close/
H A D81256.cc52 struct filebuf : std::basic_filebuf<wchar_t> struct
54 explicit filebuf(Cvt* c) in filebuf() function
/dports/irc/anope/anope-2.0.9/include/
H A Dversion.cpp21 std::string filebuf; in get_git_hash() local
57 std::string filebuf; in read_version_sh() local
83 for (std::string filebuf; getline(fd, filebuf);) in write_build_h() local
124 for (std::string filebuf; getline(fd, filebuf);) in read_version_h() local
/dports/graphics/xpx/xpx/
H A Ddir.c44 char *dir, char *filebuf, int len, int n) in mark_dir()
71 char *name, char *filebuf, int len, int slotn) in get_dir()
106 char *name, char *filebuf, int len, int slotn) in get_dir()
/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/
H A Druby_marshal.c23 static gboolean is_ruby_marshal(const guint8* filebuf) in is_ruby_marshal()
59 guint8 filebuf[3]; in ruby_marshal_open() local
/dports/net/wireshark/wireshark-3.6.1/wiretap/
H A Druby_marshal.c23 static gboolean is_ruby_marshal(const guint8* filebuf) in is_ruby_marshal()
59 guint8 filebuf[3]; in ruby_marshal_open() local
/dports/net/tshark/wireshark-3.6.1/wiretap/
H A Druby_marshal.c23 static gboolean is_ruby_marshal(const guint8* filebuf) in is_ruby_marshal()
59 guint8 filebuf[3]; in ruby_marshal_open() local
/dports/net/tshark-lite/wireshark-3.6.1/wiretap/
H A Druby_marshal.c23 static gboolean is_ruby_marshal(const guint8* filebuf) in is_ruby_marshal()
59 guint8 filebuf[3]; in ruby_marshal_open() local
/dports/sysutils/tarsnap/tarsnap-autoconf-1.0.39/lib/crypto/
H A Dcrypto_file.c147 crypto_file_enc(const uint8_t * buf, size_t len, uint8_t * filebuf) in crypto_file_enc()
187 crypto_file_dec(const uint8_t * filebuf, size_t len, uint8_t * buf) in crypto_file_dec()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/romio/mpi-io/
H A Dmpiu_external32.c16 int count, void *filebuf) in MPIU_write_external32_conversion_fn()
79 int count, void *filebuf) in MPIU_read_external32_conversion_fn()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/mpi-io/
H A Dmpiu_external32.c16 int count, void *filebuf) in MPIU_write_external32_conversion_fn()
79 int count, void *filebuf) in MPIU_read_external32_conversion_fn()

12345678910>>...22