Searched refs:file (Results 301 - 325 of 1033) sorted by relevance

<<11121314151617181920>>

/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsmisc.cpp2 /** @file
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
17 * The contents of this file may alternatively be used under the terms
19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
23 * You may elect to license modified versions of this file under the
36 #include <iprt/file.h>
/vbox/src/VBox/Runtime/r3/posix/
H A DRTFileQueryFsSizes-posix.cpp2 /** @file
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
17 * The contents of this file may alternatively be used under the terms
19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
23 * You may elect to license modified versions of this file under the
38 #include <iprt/file.h>
/vbox/src/libs/libxml2-2.6.31/python/tests/
H A Dreader2.py32 for file in valid_files:
33 if string.find(file, "t8") != -1:
35 reader = libxml2.newTextReaderFilename(file)
36 #print "%s:" % (file)
42 print "Error parsing and validating %s" % (file)
/vbox/src/recompiler/Sun/crt/
H A Dstdio.h2 /** @file
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
62 #define fflush(file) RTLogFlush(NULL)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h6 * This file is in the public domain.
19 /* file._flag flags */
40 /* more file._flag flags, but these conflict with Unix */
253 static inline int fileno(FILE* file) { return _fileno(file); } argument
255 static inline int pclose(FILE* file) { return _pclose(file); } argument
266 static inline int getw(FILE* file) { return _getw(file); } argument
267 static inline int putw(int val, FILE* file) { retur argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dtest.c21 /** @file
45 * @v file Test code file
48 void test_ok ( int success, const char *file, unsigned int line ) { argument
60 current_tests->name, file, line );
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/
H A DMakefile4 # The contents of this file are subject to the terms of the
6 # You may not use this file except in compliance with the License.
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
106 $(INS.file)
109 $(INS.file)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Dio.sed.in4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
30 * This file is a sed script which is first preprocessed by cpp or cc -E to
38 #include <sys/file.h>
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/
H A Dslang_ir.h26 * \file slang_ir.h
201 _slang_new_ir_storage(enum register_file file, GLint index, GLint size);
205 _slang_new_ir_storage_swz(enum register_file file, GLint index, GLint size,
/vbox/src/libs/xpcom18a4/nsprpub/tools/
H A Dhttpget.c5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
24 * Alternatively, the contents of this file may be used under the terms of
28 * of those above. If you wish to allow use of your version of this file only
30 * use your version of this file under the terms of the MPL, indicate your
33 * the provisions above, a recipient may use your version of this file under
42 * Given an HTTP URL, httpget uses the GET method to fetch the file.
43 * The fetched file is written to stdout by default, or can be
44 * saved in an output file.
168 fprintf(stderr, "httpget: cannot write to file\
319 PRFileDesc *socket = NULL, *file = NULL; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/mac/
H A Dxptcinvoke_mac.s4 # The contents of this file are subject to the Netscape Public
5 # License Version 1.1 (the "License"); you may not use this file
/vbox/src/VBox/VMM/VMMSwitcher/
H A DAMD64Stub.asm2 ;; @file
9 ; This file is part of VirtualBox Open Source Edition (OSE), as
10 ; available from http://www.virtualbox.org. This file is free software;
13 ; Foundation, in version 2 as it comes in the "COPYING" file of the
H A DX86Stub.asm2 ;; @file
9 ; This file is part of VirtualBox Open Source Edition (OSE), as
10 ; available from http://www.virtualbox.org. This file is free software;
13 ; Foundation, in version 2 as it comes in the "COPYING" file of the
/vbox/src/VBox/VMM/testcase/
H A DtstX86-FpuSaveRestoreA.asm2 ;; @file
9 ; This file is part of VirtualBox Open Source Edition (OSE), as
10 ; available from http://www.virtualbox.org. This file is free software;
13 ; Foundation, in version 2 as it comes in the "COPYING" file of the
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dsyn.h4 * This file includes definitions and macros associated with syntax diagrams
193 int file; /* index in FileStr */ member in class:Node
200 int file; /* index in FileStr */ member in struct:_node
212 int file; /* index in FileStr (name of file with action) */ member in struct:ActionNode::_anode
247 int file; /* index in FileStr (name of file with rule) */ member in struct:TokNode::_toknode
291 int file; /* index in FileStr (name of file with rule) member in struct:RuleRefNode::_rrnode
324 int file; /* inde member in struct:Junction::_junct
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A Dvmstarter.mm2 /** @file
3 * VBox Qt GUI - Helper application for starting vbox the right way when the user double clicks on a file type association.
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
51 event. If not we start a new process with the file as parameter. */
78 CFStringRef file = NULL;
97 if (file)
98 CFRelease(file);
/vbox/src/libs/libxml2-2.6.31/
H A Dtrio.h84 int trio_fprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, ...));
85 int trio_vfprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, va_list args));
86 int trio_fprintfv TRIO_PROTO((FILE *file, TRIO_CONST char *format, void **args));
126 int trio_fscanf TRIO_PROTO((FILE *file, TRIO_CONST char *format, ...));
127 int trio_vfscanf TRIO_PROTO((FILE *file, TRIO_CONST char *format, va_list args));
128 int trio_fscanfv TRIO_PROTO((FILE *file, TRIO_CONST char *format, void **args));
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2emx.s3 / The contents of this file are subject to the Mozilla Public
4 / License Version 1.1 (the "License"); you may not use this file
22 / Alternatively, the contents of this file may be used under the
26 / version of this file only under the terms of the GPL and not to
27 / allow others to use your version of this file under the MPL,
31 / may use your version of this file under either the MPL or the
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_AIX.s3 # The contents of this file are subject to the Mozilla Public
4 # License Version 1.1 (the "License"); you may not use this file
22 # Alternatively, the contents of this file may be used under the
26 # version of this file only under the terms of the GPL and not to
27 # allow others to use your version of this file under the MPL,
31 # may use your version of this file under either the MPL or the
H A Dos_Darwin_ppc.s3 # The contents of this file are subject to the Mozilla Public
4 # License Version 1.1 (the "License"); you may not use this file
22 # Alternatively, the contents of this file may be used under the
26 # version of this file only under the terms of the GPL and not to
27 # allow others to use your version of this file under the MPL,
31 # may use your version of this file under either the MPL or the
H A Dos_Darwin_x86.s6 # The contents of this file are subject to the Mozilla Public License Version
7 # 1.1 (the "License"); you may not use this file except in compliance with
26 # Alternatively, the contents of this file may be used under the terms of
30 # of those above. If you wish to allow use of your version of this file only
32 # use your version of this file under the terms of the MPL, indicate your
35 # the provisions above, a recipient may use your version of this file under
H A Dos_Linux_x86.s3 / The contents of this file are subject to the Mozilla Public
4 / License Version 1.1 (the "License"); you may not use this file
22 / Alternatively, the contents of this file may be used under the
26 / version of this file only under the terms of the GPL and not to
27 / allow others to use your version of this file under the MPL,
31 / may use your version of this file under either the MPL or the
H A Dos_Linux_x86_64.s3 / The contents of this file are subject to the Mozilla Public
4 / License Version 1.1 (the "License"); you may not use this file
22 / Alternatively, the contents of this file may be used under the
26 / version of this file only under the terms of the GPL and not to
27 / allow others to use your version of this file under the MPL,
31 / may use your version of this file under either the MPL or the
H A Dos_SunOS_x86_64.s6 / The contents of this file are subject to the Mozilla Public License Version
7 / 1.1 (the "License"); you may not use this file except in compliance with
25 / Alternatively, the contents of this file may be used under the terms of
29 / of those above. If you wish to allow use of your version of this file only
31 / use your version of this file under the terms of the MPL, indicate your
34 / the provisions above, a recipient may use your version of this file under
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsendzlf.c5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
24 * Alternatively, the contents of this file may be used under the terms of
28 * of those above. If you wish to allow use of your version of this file only
30 * use your version of this file under the terms of the MPL, indicate your
33 * the provisions above, a recipient may use your version of this file under
41 * Description: send a zero-length file with PR_SendFile and
112 PRFileDesc *file; local
117 /* Create a zero-length file */
118 file
[all...]

Completed in 3812 milliseconds

<<11121314151617181920>>