Home
last modified time | relevance | path

Searched refs:thefile (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/dports/devel/apr1/apr-1.7.0/file_io/unix/
H A Dreadwrite.c54 if (thefile->bufpos >= thefile->dataRead) { in file_read_buffered()
55 int bytesread = read(thefile->filedes, thefile->buffer, in file_read_buffered()
67 thefile->filePtr += thefile->dataRead; in file_read_buffered()
71 …blocksize = size > thefile->dataRead - thefile->bufpos ? thefile->dataRead - thefile->bufpos : siz… in file_read_buffered()
72 memcpy(pos, thefile->buffer + thefile->bufpos, blocksize); in file_read_buffered()
162 apr_int64_t offset = thefile->filePtr - thefile->dataRead + thefile->bufpos; in apr_file_write()
165 thefile->bufpos = thefile->dataRead = 0; in apr_file_write()
249 thefile->bufpos = thefile->dataRead = 0; in apr_file_writev()
313 if (thefile->direction == 1 && thefile->bufpos) { in apr_file_flush_locked()
436 if (thefile->bufpos < thefile->dataRead &&
[all …]
H A Dseek.c24 if (thefile->direction == 1) { in setptr()
29 thefile->bufpos = thefile->direction = thefile->dataRead = 0; in setptr()
32 newbufpos = pos - (thefile->filePtr - thefile->dataRead); in setptr()
39 thefile->bufpos = thefile->dataRead = 0; in setptr()
40 thefile->filePtr = pos; in setptr()
56 thefile->eof_hit = 0; in apr_file_seek()
58 if (thefile->buffered) { in apr_file_seek()
62 file_lock(thefile); in apr_file_seek()
70 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset); in apr_file_seek()
80 *offset = thefile->filePtr - thefile->dataRead + thefile->bufpos; in apr_file_seek()
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/sitemgr-site/themes/phpgroupware/
H A Dtheme.php44 $thefile = addslashes($thefile);
46 $thefile = parse_theme_vars($thefile);
67 $thefile = addslashes($thefile);
69 $thefile = parse_theme_vars($thefile);
78 $thefile = addslashes($thefile);
80 $thefile = parse_theme_vars($thefile);
113 $thefile = addslashes($thefile);
115 $thefile = parse_theme_vars($thefile);
130 $thefile = addslashes($thefile);
147 $thefile = addslashes($thefile);
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/sitemgr-site/themes/Odyssey/
H A Dtheme.php64 $thefile = addslashes($thefile);
66 $thefile = parse_theme_vars($thefile);
72 $thefile = addslashes($thefile);
74 $thefile = parse_theme_vars($thefile);
95 $thefile = addslashes($thefile);
97 $thefile = parse_theme_vars($thefile);
105 $thefile = addslashes($thefile);
148 $thefile = addslashes($thefile);
156 $thefile = addslashes($thefile);
205 $thefile = addslashes($thefile);
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/unix/
H A Dreadwrite.c38 if (thefile->buffered) { in apr_file_read()
72 if (thefile->bufpos >= thefile->dataRead) { in apr_file_read()
84 thefile->filePtr += thefile->dataRead; in apr_file_read()
88 …blocksize = size > thefile->dataRead - thefile->bufpos ? thefile->dataRead - thefile->bufpos : siz… in apr_file_read()
89 memcpy(pos, thefile->buffer + thefile->bufpos, blocksize); in apr_file_read()
171 apr_int64_t offset = thefile->filePtr - thefile->dataRead + thefile->bufpos; in apr_file_write()
174 thefile->bufpos = thefile->dataRead = 0; in apr_file_write()
302 if (thefile->direction == 1 && thefile->bufpos) { in apr_file_flush()
304 written = write(thefile->filedes, thefile->buffer, thefile->bufpos); in apr_file_flush()
361 if (thefile->bufpos < thefile->dataRead && in apr_file_gets()
[all …]
H A Dseek.c24 if (thefile->direction == 1) { in setptr()
25 rv = apr_file_flush(thefile); in setptr()
29 thefile->bufpos = thefile->direction = thefile->dataRead = 0; in setptr()
32 newbufpos = pos - (thefile->filePtr - thefile->dataRead); in setptr()
34 thefile->bufpos = newbufpos; in setptr()
39 thefile->bufpos = thefile->dataRead = 0; in setptr()
40 thefile->filePtr = pos; in setptr()
56 thefile->eof_hit = 0; in apr_file_seek()
58 if (thefile->buffered) { in apr_file_seek()
68 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset); in apr_file_seek()
[all …]
/dports/devel/apr1/apr-1.7.0/file_io/os2/
H A Dreadwrite.c58 if (thefile->bufpos >= thefile->dataRead) { in apr_file_read()
60 rc = DosRead(thefile->filedes, thefile->buffer, in apr_file_read()
70 thefile->filePtr += thefile->dataRead; in apr_file_read()
74 …blocksize = size > thefile->dataRead - thefile->bufpos ? thefile->dataRead - thefile->bufpos : siz… in apr_file_read()
75 memcpy(pos, thefile->buffer + thefile->bufpos, blocksize); in apr_file_read()
144 ULONG offset = thefile->filePtr - thefile->dataRead + thefile->bufpos; in apr_file_write()
147 thefile->bufpos = thefile->dataRead = 0; in apr_file_write()
156 … blocksize = size > thefile->bufsize - thefile->bufpos ? thefile->bufsize - thefile->bufpos : size; in apr_file_write()
157 memcpy(thefile->buffer + thefile->bufpos, pos, blocksize); in apr_file_write()
290 if (thefile->direction == 1 && thefile->bufpos) { in apr_file_flush()
[all …]
H A Dseek.c29 if (thefile->direction == 1) { in setptr()
37 thefile->bufpos = thefile->direction = thefile->dataRead = 0; in setptr()
40 newbufpos = pos - (thefile->filePtr - thefile->dataRead); in setptr()
42 thefile->bufpos = newbufpos; in setptr()
45 rc = DosSetFilePtr(thefile->filedes, pos, FILE_BEGIN, &thefile->filePtr ); in setptr()
48 thefile->bufpos = thefile->dataRead = 0; in setptr()
58 if (!thefile->isopen) { in apr_file_seek()
62 thefile->eof_hit = 0; in apr_file_seek()
64 if (thefile->buffered) { in apr_file_seek()
74 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset); in apr_file_seek()
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/sitemgr-site/themes/NukeNews/
H A Dtheme.php51 $thefile = addslashes($thefile);
53 $thefile = parse_theme_vars($thefile);
59 $thefile = addslashes($thefile);
61 $thefile = parse_theme_vars($thefile);
83 $thefile = addslashes($thefile);
85 $thefile = parse_theme_vars($thefile);
93 $thefile = addslashes($thefile);
95 $thefile = parse_theme_vars($thefile);
128 $thefile = addslashes($thefile);
163 $thefile = addslashes($thefile);
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/os2/
H A Dreadwrite.c58 if (thefile->bufpos >= thefile->dataRead) { in apr_file_read()
60 rc = DosRead(thefile->filedes, thefile->buffer, in apr_file_read()
70 thefile->filePtr += thefile->dataRead; in apr_file_read()
74 …blocksize = size > thefile->dataRead - thefile->bufpos ? thefile->dataRead - thefile->bufpos : siz… in apr_file_read()
75 memcpy(pos, thefile->buffer + thefile->bufpos, blocksize); in apr_file_read()
96 …int rcwait = DosWaitEventSem(thefile->pipeSem, thefile->timeout >= 0 ? thefile->timeout / 1000 : S… in apr_file_read()
144 ULONG offset = thefile->filePtr - thefile->dataRead + thefile->bufpos; in apr_file_write()
147 thefile->bufpos = thefile->dataRead = 0; in apr_file_write()
156 memcpy(thefile->buffer + thefile->bufpos, pos, blocksize); in apr_file_write()
281 if (thefile->direction == 1 && thefile->bufpos) { in apr_file_flush()
[all …]
H A Dseek.c29 if (thefile->direction == 1) { in setptr()
36 thefile->bufpos = thefile->direction = thefile->dataRead = 0; in setptr()
39 newbufpos = pos - (thefile->filePtr - thefile->dataRead); in setptr()
41 thefile->bufpos = newbufpos; in setptr()
44 rc = DosSetFilePtr(thefile->filedes, pos, FILE_BEGIN, &thefile->filePtr ); in setptr()
47 thefile->bufpos = thefile->dataRead = 0; in setptr()
57 if (!thefile->isopen) { in apr_file_seek()
61 thefile->eof_hit = 0; in apr_file_seek()
63 if (thefile->buffered) { in apr_file_seek()
73 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset); in apr_file_seek()
[all …]
/dports/devel/apr1/apr-1.7.0/file_io/win32/
H A Dreadwrite.c158 thefile->pOverlapped = (OVERLAPPED*) apr_pcalloc(thefile->pool, in apr_file_read()
203 if (thefile->bufpos >= thefile->dataRead) { in apr_file_read()
205 rv = read_with_timeout(thefile, thefile->buffer, in apr_file_read()
214 thefile->filePtr += thefile->dataRead; in apr_file_read()
219 …blocksize = size > thefile->dataRead - thefile->bufpos ? thefile->dataRead - thefile->bufpos : siz… in apr_file_read()
220 memcpy(pos, thefile->buffer + thefile->bufpos, blocksize); in apr_file_read()
276 apr_off_t offset = thefile->filePtr - thefile->dataRead + thefile->bufpos; in apr_file_write()
281 thefile->bufpos = thefile->dataRead = 0; in apr_file_write()
290 blocksize = size > thefile->bufsize - thefile->bufpos ? in apr_file_write()
292 memcpy(thefile->buffer + thefile->bufpos, pos, blocksize); in apr_file_write()
[all …]
H A Dseek.c33 thefile->bufpos = thefile->dataRead = 0; in setptr()
40 newbufpos = pos - (thefile->filePtr - thefile->dataRead); in setptr()
63 thefile->bufpos = thefile->dataRead = 0; in setptr()
77 thefile->eof_hit = 0; in apr_file_seek()
79 if (thefile->buffered) { in apr_file_seek()
86 rc = setptr(thefile, thefile->filePtr - thefile->dataRead in apr_file_seek()
100 *offset = thefile->filePtr - thefile->dataRead + thefile->bufpos; in apr_file_seek()
106 else if (thefile->pOverlapped || thefile->flags & APR_FOPEN_XTHREAD) { in apr_file_seek()
172 else if (offset < thefile->filePtr + (apr_off_t)thefile->bufpos) { in apr_file_trunc()
173 thefile->bufpos = offset - thefile->filePtr; in apr_file_trunc()
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/sitemgr-site/themes/3D-Fantasy/
H A Dtheme.php77 $thefile = addslashes($thefile);
79 $thefile = parse_theme_vars($thefile);
85 $thefile = addslashes($thefile);
87 $thefile = parse_theme_vars($thefile);
108 $thefile = addslashes($thefile);
110 $thefile = parse_theme_vars($thefile);
118 $thefile = addslashes($thefile);
120 $thefile = parse_theme_vars($thefile);
153 $thefile = addslashes($thefile);
188 $thefile = addslashes($thefile);
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/win32/
H A Dreadwrite.c148 if ((thefile->flags & APR_XTHREAD) && !thefile->pOverlapped ) { in apr_file_read()
149 thefile->pOverlapped = (OVERLAPPED*) apr_pcalloc(thefile->pool, in apr_file_read()
190 if (thefile->bufpos >= thefile->dataRead) { in apr_file_read()
192 rv = read_with_timeout(thefile, thefile->buffer, in apr_file_read()
201 thefile->filePtr += thefile->dataRead; in apr_file_read()
206 …blocksize = size > thefile->dataRead - thefile->bufpos ? thefile->dataRead - thefile->bufpos : siz… in apr_file_read()
207 memcpy(pos, thefile->buffer + thefile->bufpos, blocksize); in apr_file_read()
239 if ((thefile->flags & APR_XTHREAD) && !thefile->pOverlapped ) { in apr_file_write()
258 apr_off_t offset = thefile->filePtr - thefile->dataRead + thefile->bufpos; in apr_file_write()
263 thefile->bufpos = thefile->dataRead = 0; in apr_file_write()
[all …]
H A Dseek.c28 if (thefile->direction == 1) { in setptr()
33 thefile->bufpos = thefile->dataRead = 0; in setptr()
34 thefile->direction = 0; in setptr()
63 thefile->eof_hit = 0; in setptr()
64 thefile->bufpos = thefile->dataRead = 0; in setptr()
78 thefile->eof_hit = 0; in apr_file_seek()
80 if (thefile->buffered) { in apr_file_seek()
87 rc = setptr(thefile, thefile->filePtr - thefile->dataRead in apr_file_seek()
101 *offset = thefile->filePtr - thefile->dataRead + thefile->bufpos; in apr_file_seek()
107 else if (thefile->pOverlapped || thefile->flags & APR_XTHREAD) { in apr_file_seek()
[all …]
/dports/math/R-cran-raster/raster/R/
H A DhdrBIL.R11 cat("NROWS ", x@nrows, "\n", file = thefile)
12 cat("NCOLS ", x@ncols, "\n", file = thefile)
13 cat("NBANDS ", nlayers(x), "\n", file = thefile)
16 cat("BYTEORDER ", btorder, "\n", file = thefile)
28 cat("LAYOUT ", layout, "\n", file = thefile)
29 cat("SKIPBYTES 0\n", file = thefile)
32 cat("XDIM ", xres(x), "\n", file = thefile)
37 cat("BANDGAPBYTES 0\n", file = thefile)
40 cat("\n\n", file = thefile)
43 cat("CREATOR=R package:x\n", file = thefile)
[all …]
H A DhdrIDRISI.R30 cat('file title : ', names(x), "\n", sep='', file = thefile)
31 cat('data type : ', pixtype, "\n", sep='', file = thefile)
32 cat('file type : binary\n', sep='', file = thefile)
33 cat('columns : ', ncol(x), "\n", sep='', file = thefile)
34 cat('rows : ', nrow(x), "\n", sep='', file = thefile)
42 cat("pos'n error : unknown\n", file = thefile)
48 cat('value units : unspecified\n', file = thefile)
49 cat('value error : unknown\n', file = thefile)
51 cat("flag def'n : no data\n", file = thefile)
52 cat('legend cats : 0\n', file = thefile)
[all …]
H A DhdrRaster.R10 cat("[general]", "\n", file = thefile, sep='')
14 cat("[georeference]", "\n", file = thefile, sep='')
15 cat("nrows=", nrow(x), "\n", file = thefile, sep='')
16 cat("ncols=", ncol(x), "\n", file = thefile, sep='')
23 cat("[data]", "\n", file = thefile, sep='')
27 cat("nbands=", nl, "\n", file = thefile, sep='')
56 cat("[legend]", "\n", file = thefile, sep='')
85 cat("history=", a, "\n", file = thefile, sep='')
96 cat("[metadata]", "\n", file = thefile, sep='')
97 cat(name_type_value, file = thefile, sep='')
[all …]
H A DhdrErdasRaw.R11 cat("IMAGINE_RAW_FILE\n", file = thefile)
15 cat("HEIGHT ", nrow(raster), "\n", file = thefile)
16 cat("WIDTH ", ncol(raster), "\n", file = thefile)
26 cat("DATA_TYPE ", dtype, "\n", file = thefile)
32 cat("BYTE_ORDER ", btorder, "\n", file = thefile)
35 cat("FORMAT ", "BIL", "\n", file = thefile)
36 cat("DATA_OFFSET 0\n", file = thefile)
37 cat("END_RAW_FILE\n", file = thefile)
39 cat("\n\n", file = thefile)
42 cat("CREATOR=R package:raster\n", file = thefile)
[all …]
H A DhdrEnvi.R10 thefile <- file(hdrfile, "w") functionVar
11 cat("ENVI\n", file = thefile)
12 cat("samples = ", ncol(r), "\n", file = thefile)
13 cat("lines = ", nrow(r), "\n", file = thefile)
14 cat("bands = ", r@file@nbands, "\n", file = thefile)
15 cat("header offset = 0\n", file = thefile)
16 cat("file type = ENVI Standard\n", file = thefile)
31 cat("data type = ", dtype, "\n", file = thefile)
39 cat("sensor type = \n", file = thefile)
42 cat("byte order = ", btorder, "\n",file = thefile)
[all …]
H A DhdrSAGA.R11 cat("NAME\t=", names(x), "\n", file = thefile)
12 cat("DESCRIPTION\t= \n", file = thefile)
13 cat("UNIT\t= \n", file = thefile)
34 cat("DATAFORMAT\t=", pixtype, "\n", file = thefile)
36 cat("DATAFILE_OFFSET\t= 0\n", file = thefile)
42 cat("CELLCOUNT_Y\t= ", nrow(x), "\n", file = thefile)
43 cat("CELLCOUNT_X\t= ", ncol(x), "\n", file = thefile)
44 cat("CELLSIZE\t= ", xres(x), "\n", file = thefile)
45 cat("Z_FACTOR\t= 1.000000\n", file = thefile)
47 cat("TOPTOBOTTOM\t= TRUE", "\n", file = thefile)
[all …]
/dports/www/tomcat-native/tomcat-native-1.2.24-src/java/org/apache/tomcat/jni/
H A DFile.java237 public static native int flush(long thefile); in flush() argument
315 public static native int puts(byte [] str, long thefile); in puts() argument
339 public static native int putc(byte ch, long thefile); in putc() argument
347 public static native int ungetc(byte ch, long thefile); in ungetc() argument
443 public static native int writev(long thefile, byte[][] vec); in writev() argument
455 public static native int writevFull(long thefile, byte[][] vec); in writevFull() argument
560 public static native int getc(long thefile) in getc() argument
575 public static native String nameGet(long thefile); in nameGet() argument
632 public static native int lock(long thefile, int type); in lock() argument
639 public static native int unlock(long thefile); in unlock() argument
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dbackup.cpp59 if (thefile != nullptr) in backup_copy_file()
78 fclose(thefile); in backup_copy_file()
92 thefile = fopen(newpath, "wb"); in backup_copy_file()
94 if (thefile != nullptr) in backup_copy_file()
99 fclose(thefile); in backup_copy_file()
124 FILE *thefile; in backup_create_md5_file() local
133 if (thefile == nullptr) in backup_create_md5_file()
146 fclose(thefile); in backup_create_md5_file()
153 if (thefile != nullptr) in backup_create_md5_file()
155 fprintf(thefile, in backup_create_md5_file()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/paszlib/src/
H A Dpaszlib.pas210 gzread:=gzio.gzread(thefile,buf,len);
220 gzputs:=gzio.gzputs(thefile,s);
225 gzgets:=gzio.gzgets(thefile,buf,len);
230 gzputc:=gzio.gzputc(thefile,c);
235 gzgetc:=chr(gzio.gzgetc(thefile));
240 gzflush:=gzio.gzflush(thefile,flush);
250 gzrewind:=gzio.gzrewind(thefile);
255 gztell:=gzio.gztell(thefile);
260 gzeof:=gzio.gzeof(thefile);
265 gzclose:=gzio.gzclose(thefile);
[all …]

12345678910>>...19