Home
last modified time | relevance | path

Searched refs:file_c (Results 1 – 25 of 126) sorted by relevance

123456

/dports/www/py-seafobj/seafobj-8.0.7-server/test/functional/
H A Dfunc_test.py50 file_c = dir.lookup('glib.zip')
51 self.assertIsNotNone(file_c)
52 self.assertEqual(file_c.size, 3345765)
53 content = file_c.get_content()
59 stream = file_c.get_stream()
61 chunk_size = file_c.size // 5
105 file_c = dir.lookup('glib.zip')
106 self.assertIsNotNone(file_c)
108 content = file_c.get_content()
114 stream = file_c.get_stream()
[all …]
/dports/games/edge/Edge-1.35-source/epi/
H A Dfile.cc101 byte *file_c::LoadIntoMemory(int max_size) in LoadIntoMemory()
141 if ((flags & file_c::ACCESS_WRITE) && (flags & file_c::ACCESS_APPEND)) in FS_FlagsToAnsiMode()
144 if (flags & file_c::ACCESS_READ) in FS_FlagsToAnsiMode()
146 if (flags & file_c::ACCESS_WRITE) in FS_FlagsToAnsiMode()
148 else if (flags & file_c::ACCESS_APPEND) in FS_FlagsToAnsiMode()
155 if (flags & file_c::ACCESS_WRITE) in FS_FlagsToAnsiMode()
157 else if (flags & file_c::ACCESS_APPEND) in FS_FlagsToAnsiMode()
H A Dsound_wav.cc39 static inline bool read_le_u16(file_c *f, u16_t *val) in read_le_u16()
48 static inline bool read_le_s16(file_c *f, s16_t *val) in read_le_s16()
54 static inline bool read_le_u32(file_c *f, u32_t *val) in read_le_u32()
63 static inline bool read_le_s32(file_c *f, s32_t *val) in read_le_s32()
70 static inline bool read_uint8(file_c *f, u8_t *val) in read_uint8()
152 static bool read_fmt_chunk(file_c *f, fmt_t *fmt) in read_fmt_chunk()
200 static file_c *decode_F;
532 static bool read_fmt(file_c *f, fmt_t *fmt) in read_fmt()
560 static bool find_chunk(file_c *f, u32_t id) in find_chunk()
586 if (! f->Seek(pos, file_c::SEEKPOINT_START)) in find_chunk()
[all …]
H A Dfilesystem_win32.cc49 if ((epiflags & file_c::ACCESS_WRITE) && (epiflags & file_c::ACCESS_APPEND)) in FS_BuildWin32FileStruct()
52 if (epiflags & file_c::ACCESS_READ) in FS_BuildWin32FileStruct()
54 if (epiflags & file_c::ACCESS_WRITE) in FS_BuildWin32FileStruct()
60 else if (epiflags & file_c::ACCESS_APPEND) in FS_BuildWin32FileStruct()
75 if (epiflags & file_c::ACCESS_WRITE) in FS_BuildWin32FileStruct()
81 else if (epiflags & file_c::ACCESS_APPEND) in FS_BuildWin32FileStruct()
242 file_c* FS_Open(const char *name, unsigned int flags)
H A Dfile.h28 class file_c
52 file_c() {} in file_c() function
53 virtual ~file_c() {} in ~file_c()
74 class ansi_file_c: public file_c
H A Dimage_tga.cc93 static bool ReadPixels(image_data_c *img, file_c *f, int& x, int& y, int total) in ReadPixels()
134 static bool ReadPixels_ColMap(image_data_c *img, file_c *f, int& x, int& y, in ReadPixels_ColMap()
220 static bool DecodeRGB(image_data_c *img, file_c *f, tga_header_t& header) in DecodeRGB()
228 static bool DecodeRLE_RGB(image_data_c *img, file_c *f, tga_header_t& header) in DecodeRLE_RGB()
263 static u8_t * ReadPalette(file_c *f, tga_header_t &header) in ReadPalette()
296 static bool DecodeIndexed(image_data_c *img, file_c *f, tga_header_t& header) in DecodeIndexed()
308 static bool DecodeRLE_Indexed(image_data_c *img, file_c *f, tga_header_t& header) in DecodeRLE_Indexed()
347 image_data_c *TGA_Load(file_c *f, int read_flags) in TGA_Load()
395 if (! f->Seek(header.info_len, file_c::SEEKPOINT_CURRENT)) in TGA_Load()
455 bool TGA_GetInfo(file_c *f, int *width, int *height, bool *solid) in TGA_GetInfo()
H A Dfile_sub.h27 class sub_file_c : public file_c
30 file_c *parent;
37 sub_file_c(file_c *_par, int _start, int _len);
/dports/www/mod_php81/php-8.1.1/ext/opcache/tests/
H A Dbug67215.phpt12 $file_c = __DIR__ . "/bug67215.c.php";
14 file_put_contents($file_c, "<?php require '$file_p'; class c extends p {} ?>");
16 require $file_c;
18 require $file_c;
22 $file_c = __DIR__ . "/bug67215.c.php";
24 unlink($file_c);
/dports/lang/php81/php-8.1.1/ext/opcache/tests/
H A Dbug67215.phpt12 $file_c = __DIR__ . "/bug67215.c.php";
14 file_put_contents($file_c, "<?php require '$file_p'; class c extends p {} ?>");
16 require $file_c;
18 require $file_c;
22 $file_c = __DIR__ . "/bug67215.c.php";
24 unlink($file_c);
/dports/www/php81-opcache/php-8.1.1/ext/opcache/tests/
H A Dbug67215.phpt12 $file_c = __DIR__ . "/bug67215.c.php";
14 file_put_contents($file_c, "<?php require '$file_p'; class c extends p {} ?>");
16 require $file_c;
18 require $file_c;
22 $file_c = __DIR__ . "/bug67215.c.php";
24 unlink($file_c);
/dports/lang/php73/php-7.3.33/ext/opcache/tests/
H A Dbug67215.phpt12 $file_c = __DIR__ . "/bug67215.c.php";
14 file_put_contents($file_c, "<?php require '$file_p'; class c extends p {} ?>");
16 require $file_c;
18 require $file_c;
22 $file_c = __DIR__ . "/bug67215.c.php";
24 unlink($file_c);
/dports/www/php73-opcache/php-7.3.33/ext/opcache/tests/
H A Dbug67215.phpt12 $file_c = __DIR__ . "/bug67215.c.php";
14 file_put_contents($file_c, "<?php require '$file_p'; class c extends p {} ?>");
16 require $file_c;
18 require $file_c;
22 $file_c = __DIR__ . "/bug67215.c.php";
24 unlink($file_c);
/dports/lang/php80/php-8.0.15/ext/opcache/tests/
H A Dbug67215.phpt12 $file_c = __DIR__ . "/bug67215.c.php";
14 file_put_contents($file_c, "<?php require '$file_p'; class c extends p {} ?>");
16 require $file_c;
18 require $file_c;
22 $file_c = __DIR__ . "/bug67215.c.php";
24 unlink($file_c);
/dports/lang/php74/php-7.4.27/ext/opcache/tests/
H A Dbug67215.phpt12 $file_c = __DIR__ . "/bug67215.c.php";
14 file_put_contents($file_c, "<?php require '$file_p'; class c extends p {} ?>");
16 require $file_c;
18 require $file_c;
22 $file_c = __DIR__ . "/bug67215.c.php";
24 unlink($file_c);
/dports/www/php74-opcache/php-7.4.27/ext/opcache/tests/
H A Dbug67215.phpt12 $file_c = __DIR__ . "/bug67215.c.php";
14 file_put_contents($file_c, "<?php require '$file_p'; class c extends p {} ?>");
16 require $file_c;
18 require $file_c;
22 $file_c = __DIR__ . "/bug67215.c.php";
24 unlink($file_c);
/dports/www/php80-opcache/php-8.0.15/ext/opcache/tests/
H A Dbug67215.phpt12 $file_c = __DIR__ . "/bug67215.c.php";
14 file_put_contents($file_c, "<?php require '$file_p'; class c extends p {} ?>");
16 require $file_c;
18 require $file_c;
22 $file_c = __DIR__ . "/bug67215.c.php";
24 unlink($file_c);
/dports/www/mod_php73/php-7.3.33/ext/opcache/tests/
H A Dbug67215.phpt12 $file_c = __DIR__ . "/bug67215.c.php";
14 file_put_contents($file_c, "<?php require '$file_p'; class c extends p {} ?>");
16 require $file_c;
18 require $file_c;
22 $file_c = __DIR__ . "/bug67215.c.php";
24 unlink($file_c);
/dports/www/mod_php74/php-7.4.27/ext/opcache/tests/
H A Dbug67215.phpt12 $file_c = __DIR__ . "/bug67215.c.php";
14 file_put_contents($file_c, "<?php require '$file_p'; class c extends p {} ?>");
16 require $file_c;
18 require $file_c;
22 $file_c = __DIR__ . "/bug67215.c.php";
24 unlink($file_c);
/dports/www/mod_php80/php-8.0.15/ext/opcache/tests/
H A Dbug67215.phpt12 $file_c = __DIR__ . "/bug67215.c.php";
14 file_put_contents($file_c, "<?php require '$file_p'; class c extends p {} ?>");
16 require $file_c;
18 require $file_c;
22 $file_c = __DIR__ . "/bug67215.c.php";
24 unlink($file_c);
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest1.7130 set file_c "segv.c"
37 exec $bin_rm -f $file_out $script $file_c
44 }" > $file_c
46 exec $bin_cc -std=c99 -o $file_out $file_c
112 exec $bin_rm -f $file_out $script $file_c
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/use_mpi_f08/wrappers_f/profiling/
H A Dpfile_set_errhandler_f08ts.f9019 integer(c_File) :: file_c local
23 file_c = MPI_File_f2c(file%MPI_VAL)
25 ierror_c = MPIR_File_set_errhandler_c(file_c, errhandler%MPI_VAL)
28 ierror_c = MPIR_File_set_errhandler_c(file_c, errhandler_c)
H A Dpfile_get_errhandler_f08ts.f9019 integer(c_File) :: file_c local
23 file_c = MPI_File_f2c(file%MPI_VAL)
25 ierror_c = MPIR_File_get_errhandler_c(file_c, errhandler%MPI_VAL)
27 ierror_c = MPIR_File_get_errhandler_c(file_c, errhandler_c)
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/use_mpi_f08/wrappers_f/
H A Dfile_get_errhandler_f08ts.f9019 integer(c_File) :: file_c local
23 file_c = MPI_File_f2c(file%MPI_VAL)
25 ierror_c = MPIR_File_get_errhandler_c(file_c, errhandler%MPI_VAL)
27 ierror_c = MPIR_File_get_errhandler_c(file_c, errhandler_c)
H A Dfile_set_errhandler_f08ts.f9019 integer(c_File) :: file_c local
23 file_c = MPI_File_f2c(file%MPI_VAL)
25 ierror_c = MPIR_File_set_errhandler_c(file_c, errhandler%MPI_VAL)
28 ierror_c = MPIR_File_set_errhandler_c(file_c, errhandler_c)
/dports/databases/p5-Cache-Memcached-Fast/Cache-Memcached-Fast-0.27/src/
H A Dgencrc32.pl18 my ($file_c, $file_h) = @ARGV;
64 open(my $fc, '>', $file_c)
65 or die "open(> $file_c): $!";
78 or die "close($file_c): $!";

123456