Home
last modified time | relevance | path

Searched +defs:file +defs:mode (Results 1 – 25 of 21363) sorted by relevance

12345678910>>...855

/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-edit_templates.php41 $mode = 'listing'; variable
43 $mode = $_REQUEST['mode']; variable
73 $file = $domainStyleTemplatesDirectory . '/' . $_REQUEST['template']; variable
84 $file = $smarty->get_filename($_REQUEST['template']); variable
100 $file = $smarty->get_filename($_REQUEST['template']); variable
107 $mode = 'editing'; variable
108 $file = $smarty->get_filename($_REQUEST["template"]); variable
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dos.py151 def makedirs(name, mode=0777): argument
329 def execl(file, *args): argument
490 def _spawnvef(mode, file, args, env, func): argument
517 def spawnv(mode, file, args): argument
526 def spawnve(mode, file, args, env): argument
538 def spawnvp(mode, file, args): argument
548 def spawnvpe(mode, file, args, env): argument
562 def spawnl(mode, file, *args): argument
571 def spawnle(mode, file, *args): argument
589 def spawnlp(mode, file, *args): argument
[all …]
/dports/emulators/elliott-803/Elliott-803-0.1.8/emulator/io5/
H A Dopen.c10 static io5_error_t internal_open(io5_file_t *file, in internal_open()
14 io5_mode_t mode) { in internal_open()
62 io5_file_create(io5_file_t *file, const char *name, io5_mode_t mode) { in io5_file_create()
68 io5_error_t io5_file_open(io5_file_t *file, const char *name, io5_mode_t mode) { in io5_file_open()
73 io5_error_t io5_file_close(io5_file_t *file) { in io5_file_close()
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dmfileio.h33 #define MFOPEN(name,mode) \ argument
35 #define MFCLOSE(file) \ argument
39 #define MFOPEN(name,mode) fsyscp_fopen((name),(mode)) argument
41 #define MFOPEN(name,mode) fopen((name),(mode)) argument
43 #define MFCLOSE(file) fclose(file) argument
55 #define xseek_absolute(file, pos, name) xfseeko (file, (off_t)(pos), SEEK_SET, name) argument
56 #define xseek_relative(file, pos, name) xfseeko (file, (off_t)(pos), SEEK_CUR, name) argument
57 #define xseek_end(file, name) xfseeko (file, (off_t)0, SEEK_END, name) argument
58 #define xtell_position(file, name) xftello (file, name) argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/file/
H A Dfile_io_win.cc26 bool IsSocketHandle(HANDLE file) { in IsSocketHandle()
54 FileWriteMode mode, in OpenFileForOutput()
87 FileOperationResult NativeWriteFile(FileHandle file, in NativeWriteFile()
147 FileWriteMode mode, in OpenFileForWrite()
153 FileWriteMode mode, in OpenFileForReadAndWrite()
160 FileHandle file = OpenFileForRead(path); in LoggingOpenFileForRead() local
167 FileWriteMode mode, in LoggingOpenFileForWrite()
176 FileWriteMode mode, in LoggingOpenFileForReadAndWrite()
199 bool LoggingUnlockFile(FileHandle file) { in LoggingUnlockFile()
239 bool LoggingTruncateFile(FileHandle file) { in LoggingTruncateFile()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/file/
H A Dfile_io_win.cc27 bool IsSocketHandle(HANDLE file) { in IsSocketHandle()
55 FileWriteMode mode, in OpenFileForOutput()
88 FileOperationResult NativeWriteFile(FileHandle file, in NativeWriteFile()
148 FileWriteMode mode, in OpenFileForWrite()
154 FileWriteMode mode, in OpenFileForReadAndWrite()
161 FileHandle file = OpenFileForRead(path); in LoggingOpenFileForRead() local
168 FileWriteMode mode, in LoggingOpenFileForWrite()
177 FileWriteMode mode, in LoggingOpenFileForReadAndWrite()
200 bool LoggingUnlockFile(FileHandle file) { in LoggingUnlockFile()
240 bool LoggingTruncateFile(FileHandle file) { in LoggingTruncateFile()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/text/Normalizer/
H A DDataValidationTest.java265 private static void testRemainingChars(String file, in testRemainingChars()
275 Normalizer.Mode mode = modes[j]; in testRemainingChars() local
299 Normalizer.Mode mode, int unicodeVer, in test()
334 String file, int line, in prepareColumns()
370 private static void error(Normalizer.Mode mode, in error()
385 private static void error(Normalizer.Mode mode, String orig, in error()
397 private static void okay(Normalizer.Mode mode, in okay()
399 String file, int line) { in okay()
410 private static void okay(Normalizer.Mode mode, String orig, in okay()
411 String file, int line) { in okay()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/text/Normalizer/
H A DDataValidationTest.java265 private static void testRemainingChars(String file, in testRemainingChars()
275 Normalizer.Mode mode = modes[j]; in testRemainingChars() local
299 Normalizer.Mode mode, int unicodeVer, in test()
334 String file, int line, in prepareColumns()
370 private static void error(Normalizer.Mode mode, in error()
385 private static void error(Normalizer.Mode mode, String orig, in error()
397 private static void okay(Normalizer.Mode mode, in okay()
399 String file, int line) { in okay()
410 private static void okay(Normalizer.Mode mode, String orig, in okay()
411 String file, int line) { in okay()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/text/Normalizer/
H A DDataValidationTest.java265 private static void testRemainingChars(String file, in testRemainingChars()
275 Normalizer.Mode mode = modes[j]; in testRemainingChars() local
299 Normalizer.Mode mode, int unicodeVer, in test()
334 String file, int line, in prepareColumns()
370 private static void error(Normalizer.Mode mode, in error()
385 private static void error(Normalizer.Mode mode, String orig, in error()
397 private static void okay(Normalizer.Mode mode, in okay()
399 String file, int line) { in okay()
410 private static void okay(Normalizer.Mode mode, String orig, in okay()
411 String file, int line) { in okay()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/text/Normalizer/
H A DDataValidationTest.java265 private static void testRemainingChars(String file, in testRemainingChars()
275 Normalizer.Mode mode = modes[j]; in testRemainingChars() local
299 Normalizer.Mode mode, int unicodeVer, in test()
334 String file, int line, in prepareColumns()
370 private static void error(Normalizer.Mode mode, in error()
385 private static void error(Normalizer.Mode mode, String orig, in error()
397 private static void okay(Normalizer.Mode mode, in okay()
399 String file, int line) { in okay()
410 private static void okay(Normalizer.Mode mode, String orig, in okay()
411 String file, int line) { in okay()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/text/Normalizer/
H A DDataValidationTest.java265 private static void testRemainingChars(String file, in testRemainingChars()
275 Normalizer.Mode mode = modes[j]; in testRemainingChars() local
299 Normalizer.Mode mode, int unicodeVer, in test()
334 String file, int line, in prepareColumns()
370 private static void error(Normalizer.Mode mode, in error()
385 private static void error(Normalizer.Mode mode, String orig, in error()
397 private static void okay(Normalizer.Mode mode, in okay()
399 String file, int line) { in okay()
410 private static void okay(Normalizer.Mode mode, String orig, in okay()
411 String file, int line) { in okay()
[all …]
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/maya_tools/
H A Dmaya_xray_tools.cxx123 static inline MString extract_extension(const MFileObject& file) in extract_extension()
130 MStatus maya_dm_reader::reader(const MFileObject& file, const MString& options, FileAccessMode mode) in reader()
162 MPxFileTranslator::MFileKind maya_dm_reader::identifyFile(const MFileObject& file, const char* buff… in identifyFile() argument
169 MStatus maya_object_translator::reader(const MFileObject& file, const MString& options, FileAccessM… in reader()
186 MStatus maya_object_translator::writer(const MFileObject& file, const MString& options, FileAccessM… in writer()
227 MStatus maya_skl_object_writer::writer(const MFileObject& file, const MString& options, FileAccessM… in writer()
255 MStatus maya_ogf_reader::reader(const MFileObject& file, const MString& options, FileAccessMode mod… in reader()
294 MStatus maya_omf_reader::reader(const MFileObject& file, const MString& options, FileAccessMode mod… in reader()
334 MStatus maya_skl_translator::reader(const MFileObject& file, const MString& options, FileAccessMode… in reader()
358 MStatus maya_skl_translator::writer(const MFileObject& file, const MString& options, FileAccessMode… in writer()
[all …]
/dports/textproc/dwdiff/dwdiff-2.1.4/src/
H A Dfile.c33 File *fileWrapFD(int fd, FileMode mode) { in fileWrapFD()
56 File *fileOpen(const char *name, FileMode mode) { in fileOpen()
79 int fileGetc(File *file) { in fileGetc()
123 int fileUngetc(File *file, int c) { in fileUngetc()
133 static int flushBuffer(File *file) { in flushBuffer()
167 int fileClose(File *file) { in fileClose()
243 int fileRewind(File *file, FileMode mode) { in fileRewind()
259 int fileError(File *file) { in fileError()
264 int fileEof(File *file) { in fileEof()
269 int fileGetErrno(File *file) { in fileGetErrno()
[all …]
/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/src/
H A Dfakechroot.c182 int fakestat(const char *file, struct stat *st) in fakestat()
208 FILE *fakefopen(const char *file, const char *mode) in fakefopen()
221 int fakeaccess(const char *file, int mode) in fakeaccess()
234 int fakeunlink(const char *file) in fakeunlink()
247 DIR *fakeopendir(const char *file) in fakeopendir()
260 int fakechmod(const char *file, mode_t mode) in fakechmod()
273 int fakemkdir(const char *file, mode_t mode) in fakemkdir()
286 int fakermdir(const char *file) in fakermdir()
343 int fakemkfifo(const char *file, mode_t mode) in fakemkfifo()
358 int fakemknod(const char *file, mode_t mode, dev_t dev) in fakemknod()
[all …]
/dports/mail/mailutils/mailutils-3.13/libmailutils/tests/
H A Dlogstr.c134 char const *file, int line) in comp_range()
166 int mode = MU_LOGMODE_LOCUS; in lr_file_line() local
499 char *file = "a"; in fmt_locus1() local
511 char *file = "a"; in fmt_locus2() local
523 char *file[] = { "a", "b" }; in fmt_locus3() local
539 char *file[] = { "a", "b" }; in fmt_locus4() local
569 char *file[] = { "a", "b" }; in fmt_locus5() local
571 int mode; in fmt_locus5() local
602 char *file[] = { "a", "b" }; in fmt_locus6() local
604 int mode; in fmt_locus6() local
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dos.py136 def makedirs(name, mode=0777): argument
309 def execl(file, *args): argument
531 def _spawnvef(mode, file, args, env, func): argument
558 def spawnv(mode, file, args): argument
567 def spawnve(mode, file, args, env): argument
579 def spawnvp(mode, file, args): argument
589 def spawnvpe(mode, file, args, env): argument
603 def spawnl(mode, file, *args): argument
612 def spawnle(mode, file, *args): argument
630 def spawnlp(mode, file, *args): argument
[all …]
/dports/lang/python27/Python-2.7.18/Lib/
H A Dos.py136 def makedirs(name, mode=0777): argument
309 def execl(file, *args): argument
531 def _spawnvef(mode, file, args, env, func): argument
558 def spawnv(mode, file, args): argument
567 def spawnve(mode, file, args, env): argument
579 def spawnvp(mode, file, args): argument
589 def spawnvpe(mode, file, args, env): argument
603 def spawnl(mode, file, *args): argument
612 def spawnle(mode, file, *args): argument
630 def spawnlp(mode, file, *args): argument
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dos.py136 def makedirs(name, mode=0777): argument
307 def execl(file, *args): argument
529 def _spawnvef(mode, file, args, env, func): argument
556 def spawnv(mode, file, args): argument
565 def spawnve(mode, file, args, env): argument
577 def spawnvp(mode, file, args): argument
587 def spawnvpe(mode, file, args, env): argument
601 def spawnl(mode, file, *args): argument
610 def spawnle(mode, file, *args): argument
628 def spawnlp(mode, file, *args): argument
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dstd_fixes.h105 inline FILE *fopen(const char *path, const char *mode) { return fopen64(path, in fopen()
107 inline FILE *freopen(const char *path, const char *mode, FILE *file) { return in freopen()
110 inline int fgetpos(FILE *file, fpos64_t *pos) { return fgetpos64(file,pos); } in fgetpos()
111 inline int fsetpos(FILE *file, const fpos64_t *pos) { return fsetpos64(file,pos); } in fsetpos()
112 inline int fseeko(FILE *file, const off64_t pos, int whence) {return fseeko64(file,pos,whence);} in fseeko()
113 inline off64_t ftello(FILE *file) {return ftello64(file);} in ftello()
114 inline int open(const char *filename, int flags, mode_t mode) { return open64(filename,flags,mode);… in open()
115 inline int creat(const char *filename, mode_t mode) { return creat64(filename,mode); } in creat()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/zlib/
H A Dgzlib.c91 local gzFile gz_open(path, fd, mode) in gz_open() argument
270 gzFile ZEXPORT gzopen(path, mode) in gzopen() argument
278 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() argument
286 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() argument
307 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() argument
316 int ZEXPORT gzbuffer(file, size) in gzbuffer() argument
343 int ZEXPORT gzrewind(file) in gzrewind() argument
472 z_off_t ZEXPORT gztell(file) in gztell() argument
505 z_off_t ZEXPORT gzoffset(file) in gzoffset() argument
515 int ZEXPORT gzeof(file) in gzeof() argument
[all …]
/dports/astro/marble/marble-21.12.3/src/3rdparty/zlib/
H A Dgzlib.c91 local gzFile gz_open(path, fd, mode) in gz_open() argument
268 gzFile ZEXPORT gzopen(path, mode) in gzopen() argument
276 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() argument
284 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() argument
305 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() argument
314 int ZEXPORT gzbuffer(file, size) in gzbuffer() argument
339 int ZEXPORT gzrewind(file) in gzrewind() argument
468 z_off_t ZEXPORT gztell(file) in gztell() argument
501 z_off_t ZEXPORT gzoffset(file) in gzoffset() argument
511 int ZEXPORT gzeof(file) in gzeof() argument
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/zlib/
H A Dgzlib.c91 local gzFile gz_open(path, fd, mode) in gz_open() argument
270 gzFile ZEXPORT gzopen(path, mode) in gzopen() argument
278 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() argument
286 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() argument
307 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() argument
316 int ZEXPORT gzbuffer(file, size) in gzbuffer() argument
343 int ZEXPORT gzrewind(file) in gzrewind() argument
472 z_off_t ZEXPORT gztell(file) in gztell() argument
505 z_off_t ZEXPORT gzoffset(file) in gzoffset() argument
515 int ZEXPORT gzeof(file) in gzeof() argument
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/deps/zlib/
H A Dgzlib.c96 local gzFile gz_open(path, fd, mode) in gz_open() argument
267 gzFile ZEXPORT gzopen(path, mode) in gzopen() argument
275 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() argument
283 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() argument
300 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() argument
309 int ZEXPORT gzbuffer(file, size) in gzbuffer() argument
334 int ZEXPORT gzrewind(file) in gzrewind() argument
463 z_off_t ZEXPORT gztell(file) in gztell() argument
496 z_off_t ZEXPORT gzoffset(file) in gzoffset() argument
506 int ZEXPORT gzeof(file) in gzeof() argument
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/zlib-1.2.11/
H A Dgzlib.c91 local gzFile gz_open(path, fd, mode) in gz_open() argument
270 gzFile ZEXPORT gzopen(path, mode) in gzopen() argument
278 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() argument
286 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() argument
307 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() argument
316 int ZEXPORT gzbuffer(file, size) in gzbuffer() argument
343 int ZEXPORT gzrewind(file) in gzrewind() argument
472 z_off_t ZEXPORT gztell(file) in gztell() argument
505 z_off_t ZEXPORT gzoffset(file) in gzoffset() argument
515 int ZEXPORT gzeof(file) in gzeof() argument
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libz/
H A Dgzlib.c94 local gzFile gz_open(const void *path, int fd, const char *mode) in gz_open()
267 gzFile ZEXPORT gzopen(const char *path, const char *mode) in gzopen()
272 gzFile ZEXPORT gzopen64(const char *path, const char *mode) in gzopen64()
277 gzFile ZEXPORT gzdopen(int fd, const char *mode) in gzdopen()
295 gzFile ZEXPORT gzopen_w(const wchar_t *path, const char *mode) in gzopen_w()
323 int ZEXPORT gzrewind(gzFile file) in gzrewind()
425 z_off64_t ZEXPORT gztell64(gzFile file) in gztell64()
440 z_off_t ZEXPORT gztell(gzFile file) in gztell()
469 z_off_t ZEXPORT gzoffset(gzFile file) in gzoffset()
475 int ZEXPORT gzeof(gzFile file) in gzeof()
[all …]

12345678910>>...855