Home
last modified time | relevance | path

Searched refs:fileend (Results 1 – 25 of 53) sorted by relevance

123

/dports/archivers/rpm4/rpm-4.16.1.3/lib/
H A Dcpio.c36 off_t fileend; member
173 if (cpio->fileend != cpio->offset) { in rpmcpioTrailerWrite()
225 if (cpio->fileend != cpio->offset) { in rpmcpioHeaderWrite()
293 if (cpio->fileend != cpio->offset) { in rpmcpioStrippedHeaderWrite()
318 cpio->fileend = cpio->offset + fsize; in rpmcpioStrippedHeaderWrite()
332 left = cpio->fileend - cpio->offset; in rpmcpioWrite()
355 if (cpio->fileend != cpio->offset) { in rpmcpioHeaderRead()
359 … read = cpio->fileend - cpio->offset > 8*BUFSIZ ? 8*BUFSIZ : cpio->fileend - cpio->offset; in rpmcpioHeaderRead()
416 cpio->fileend = cpio->offset + fsize; in rpmcpioHeaderRead()
429 cpio->fileend = cpio->offset + fsize; in rpmcpioSetExpectedFileSize()
[all …]
/dports/textproc/catdoc/catdoc-0.95/src/
H A Dcatdoc.h196 extern int (*get_unicode_char)(FILE *f,long *offset,long fileend);
200 extern int get_utf16lsb (FILE *f,long *offset,long fileend);
201 extern int get_utf16msb (FILE *f,long *offset,long fileend);
202 extern int get_utf8 (FILE *f,long *offset,long fileend);
203 extern int get_8bit_char (FILE *f,long *offset,long fileend);
205 extern int get_word8_char (FILE *f,long *offset,long fileend);
H A Dcharsets.c119 int get_8bit_char (FILE *f,long *offset,long fileend) in get_8bit_char() argument
133 int get_utf16lsb (FILE *f,long *offset,long fileend) { in get_utf16lsb() argument
152 int get_utf16msb (FILE *f,long *offset,long fileend) { in get_utf16msb() argument
167 int get_utf8 (FILE *f,long *offset,long fileend) { in get_utf8() argument
H A Dreader.c194 int get_word8_char(FILE *f,long *offset,long fileend) { in get_word8_char() argument
201 if (*offset+(long)count>fileend) { in get_word8_char()
202 count=fileend-*offset; in get_word8_char()
H A Dcatdoc.c24 int (*get_unicode_char)(FILE *f,long *offset,long fileend) =NULL;
H A Dtags385 get_8bit_char charsets.c /^int get_8bit_char (FILE *f,long *offset,long fileend)$/;" f
387 get_unicode_char catdoc.c /^int (*get_unicode_char)(FILE *f,long *offset,long fileend) =NULL;$/;" v
388 get_utf16lsb charsets.c /^int get_utf16lsb (FILE *f,long *offset,long fileend) {$/;" f
389 get_utf16msb charsets.c /^int get_utf16msb (FILE *f,long *offset,long fileend) {$/;" f
390 get_utf8 charsets.c /^int get_utf8 (FILE *f,long *offset,long fileend) {$/;" f
391 get_word8_char reader.c /^int get_word8_char(FILE *f,long *offset,long fileend) {$/;" f
/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/sgmls-1.1/
H A Dentgen.c314 char *fileend = strchr(file, PATH_FILE_SEP); local
315 if (!fileend)
316 fileend = strchr(file, '\0');
320 for (p = file; p < fileend; p++)
324 if (++p >= fileend) {
344 for (p = file; p < fileend; p++)
357 if (*fileend == '\0')
359 file = ++fileend;
/dports/www/e2guardian/e2guardian-5.3.4/src/
H A DRegExp.cpp217 char *RegExp::search(char *file, char *fileend, char *phrase, char *phraseend) argument
227 int fl = (int)(fileend - file) - pl; // file length that could match
230 return fileend; // reality checking
232 return fileend; // reality checking
241 fileend[j] = phrase[j];
271 return fileend; // should never get here as it should always match
H A DRegExp.hpp76 char *search(char *file, char *fileend, char *phrase, char *phraseend);
/dports/textproc/sgmls/sgmls/
H A Dentgen.c361 char *fileend = strchr(file, PATH_FILE_SEP); local
362 if (!fileend)
363 fileend = strchr(file, '\0');
367 for (p = file; p < fileend; p++)
371 if (++p >= fileend) {
391 for (p = file; p < fileend; p++)
404 if (*fileend == '\0')
406 file = ++fileend;
/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Ddpkg-depcheck.pl484 my $fileend = '';
491 return $link . $fileend;
509 return $parent . '/' . $link . $fileend;
511 $fileend = '/' . basename($filestart) . $fileend;
/dports/textproc/c2man/c2man-2.0.42/
H A Dautodoc.c42 static int fileend = FALSE; variable
134 fileend = FALSE;
364 if(!fileend) in autodoc_file_end()
366 fileend = TRUE; in autodoc_file_end()
/dports/games/barony/Barony-3.3.7/src/
H A Ditems_editor.cpp286 bool fileend = false; in loadItems() local
291 fileend = true; in loadItems()
296 if ( x == 0 || fileend ) in loadItems()
H A Dinit_game.cpp291 bool fileend = false; in initGame() local
296 fileend = true; in initGame()
301 if ( x == 0 || fileend ) in initGame()
/dports/misc/pinfo/pinfo-0.6.13/src/
H A Dfilehandling_functions.c148 char *nameend, *filestart, *fileend, *dot; in dirpage_lookup() local
163 && (fileend = strchr(filestart, ')') ) in dirpage_lookup()
164 && (dot = strchr(fileend, '.') ) in dirpage_lookup()
180 strncpy(file, filestart + 1, fileend - filestart - 1); in dirpage_lookup()
181 file[fileend - filestart - 1] = 0; in dirpage_lookup()
182 strncpy(name, fileend + 1, dot - fileend - 1); in dirpage_lookup()
183 name[dot - fileend - 1] = 0; in dirpage_lookup()
/dports/devel/efl/efl-1.25.1/src/bin/eina/eina_btlog/
H A Deina_btlog.c238 const char *addrstart, *addrend, *filestart, *fileend, *basestart, *baseend; in bt_input_translate() local
260 fileend = basestart; in bt_input_translate()
266 (int)(fileend - filestart), filestart, in bt_input_translate()
/dports/audio/libmikmod/libmikmod-3.3.11.1/loaders/
H A Dload_amf.c339 ULONG samplepos, fileend; in AMF_Load() local
543 fileend=_mm_ftell(modreader); in AMF_Load()
559 if(samplepos>fileend) in AMF_Load()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfix_ave_time.cpp686 long fileend = ftell(fp); in invoke_scalar() local
687 if ((fileend > 0) && (ftruncate(fileno(fp),fileend))) in invoke_scalar()
897 long fileend = ftell(fp); in invoke_vector() local
898 if ((fileend > 0) && (ftruncate(fileno(fp),fileend))) in invoke_vector()
H A Dfix_ave_correlate.cpp510 long fileend = ftell(fp); in end_of_step() local
511 if ((fileend > 0) && (ftruncate(fileno(fp),fileend))) in end_of_step()
H A Dfix_ave_histo_weight.cpp491 long fileend = ftell(fp); in end_of_step() local
492 if ((fileend > 0) && (ftruncate(fileno(fp),fileend))) in end_of_step()
/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/src/
H A Dpure-uploadscript.c81 const char * const fileend = &file[sizeof file]; in readpipe() local
106 while (filepnt != fileend) { in readpipe()
/dports/science/sparta/sparta-20Oct2021/src/KOKKOS/
H A Dfix_ave_histo_kokkos.cpp441 long fileend = ftell(fp); in end_of_step() local
442 if (fileend > 0) ftruncate(fileno(fp),fileend); in end_of_step()
/dports/graphics/bmeps/dktools-4.31.1/man/src/
H A Dprintqd.protocol.5.pod92 Using this request is preferred over acct-start/acct-end or filestart/fileend
111 =item B<fileend> '-nI<user>' '-PI<printer>' '-pI<pagecount>' '-AI<jobname>'
/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-FIX/
H A Dfix_ave_correlate_long.cpp481 long fileend = ftell(fp); in end_of_step() local
482 if ((fileend > 0) && (ftruncate(fileno(fp),fileend))) in end_of_step()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/basemodel/
H A Defibinary.py308 fileend = self._offset + self.GetSize()
309 while (index + EfiSection.EFI_SECTION_HEADER_SIZE < fileend):

123