Searched refs:file (Results 226 - 250 of 1033) sorted by relevance

1234567891011>>

/vbox/src/VBox/Runtime/generic/
H A DRTFileQuerySize-generic.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
34 #include <iprt/file.h>
H A DRTFileReadAllEx-generic.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
31 #include <iprt/file.h>
/vbox/src/VBox/Runtime/r3/
H A Disofs.cpp2 /** @file
3 * IPRT - ISO 9660 file system handling.
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
33 #include <iprt/file.h>
143 * Updates the path table cache of an ISO file
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlmemory.h161 xmlMallocLoc (size_t size, const char *file, int line);
163 xmlReallocLoc (void *ptr, size_t size, const char *file, int line);
165 xmlMallocAtomicLoc (size_t size, const char *file, int line);
167 xmlMemStrdupLoc (const char *str, const char *file, int line);
/vbox/src/libs/zlib-1.2.6/contrib/iostream/
H A Dzfstream.cpp5 file(NULL),
51 if ( (file = gzopen(name, char_mode)) == NULL )
93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
107 gzclose( file );
108 file = NULL;
118 return gzsetparams(file, comp_level, -2);
124 return gzsetparams(file, -2, comp_strategy);
137 // If the file hasn't been opened for reading, error.
226 if ( gzwrite( file, q, n) < n )
244 int t = gzread( file,
[all...]
/vbox/src/apps/tunctl/
H A Dtunctl.c42 char *tun = "", *file = "/dev/net/tun", *name = argv[0], *end; local
54 file = optarg;
98 if((tap_fd = open(file, O_RDWR)) < 0){
99 fprintf(stderr, "Failed to open '%s' : ", file);
/vbox/src/libs/zlib-1.2.6/test/
H A Dexample.c115 const char *fname; /* compressed file name */
124 gzFile file;
127 file = gzopen(fname, "wb");
128 if (file == NULL) {
132 gzputc(file, 'h');
133 if (gzputs(file, "ello") != 4) {
134 fprintf(stderr, "gzputs err: %s\n", gzerror(file, &err));
137 if (gzprintf(file, ", %s!", "hello") != 8) {
138 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err));
141 gzseek(file,
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dranfile.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
140 ** Hammer on the file I/O system
145 ** Creates, accesses and deletes a file
147 ** (Currently) must have file create permission in "/usr/tmp".
151 ** 1) Creates a (hopefully) unique file i
167 PRFileDesc *file = NULL; local
[all...]
H A Dlazyinit.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
81 PRFileDesc *file, *udp, *tcp, *pair[2]; local
104 case 3: file = PR_Open("/usr/tmp/", PR_RDONLY, 0);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dusb.h77 report_desc_t hid_get_report_desc __P((int file));
90 void hid_init __P((char *file));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dusb.h75 report_desc_t hid_get_report_desc __P((int file));
88 void hid_init __P((char *file));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dusb.h75 report_desc_t hid_get_report_desc __P((int file));
88 void hid_init __P((char *file));
/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/
H A DVBoxNetAdp-linux.c2 /** @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
61 static int VBoxNetAdpLinuxOpen(struct inode *pInode, struct file *pFilp);
62 static int VBoxNetAdpLinuxClose(struct inode *pInode, struct file *pFilp);
64 static int VBoxNetAdpLinuxIOCtl(struct inode *pInode, struct file *pFilp,
67 static long VBoxNetAdpLinuxIOCtlUnlocked(struct file *pFilp,
233 * @param pFilp Associated file pointer.
235 static int VBoxNetAdpLinuxOpen(struct inode *pInode, struct file *pFil
[all...]
/vbox/src/VBox/HostDrivers/win/
H A Dload.cmd3 rem rem @file
10 rem This file is part of VirtualBox Open Source Edition (OSE), as
11 rem available from http://www.virtualbox.org. This file is free software;
14 rem Foundation, in version 2 as it comes in the "COPYING" file of the
H A Dloadall.cmd3 rem rem @file
10 rem This file is part of VirtualBox Open Source Edition (OSE), as
11 rem available from http://www.virtualbox.org. This file is free software;
14 rem Foundation, in version 2 as it comes in the "COPYING" file of the
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Ddiffsize.pl60 die "Error making sizes file\n";
68 my $file = ".sizes/$rev.sizes";
70 open SIZES, $file or die "opening $file: $!\n";
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/scripts/
H A Ddstyle.pl5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
32 $USAGE = "Usage: $PNAME [file ...]\n";
39 print "$file: $lineno: $msg\n";
45 open(FILE, "$file");
225 die "$PNAME: $arg is not a valid file\n";
231 foreach $file (@files) {
232 dstyle($file);
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/
H A DVBoxHlp.asm2 ;; @file
11 ; This file is part of VirtualBox Open Source Edition (OSE), as
12 ; available from http://www.virtualbox.org. This file is free software;
15 ; Foundation, in version 2 as it comes in the "COPYING" file of the
/vbox/src/VBox/VMM/VMMAll/
H A DVMMAllA.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/Additions/x11/x11include/xorg-server-1.1.0/
H A Dusb.h78 report_desc_t hid_get_report_desc __P((int file));
91 void hid_init __P((char *file));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dusb.h78 report_desc_t hid_get_report_desc __P((int file));
91 void hid_init __P((char *file));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h6 * This file is in the public domain.
29 /* file._flag flags */
50 /* more file._flag flags, but these conflict with Unix */
224 static inline int fileno(FILE* file) { return _fileno(file); } argument
226 static inline int pclose(FILE* file) { return _pclose(file); } argument
237 static inline int getw(FILE* file) { return _getw(file); } argument
238 static inline int putw(int val, FILE* file) { retur argument
[all...]
/vbox/src/libs/xpcom18a4/python/test/
H A Dregrtest.py4 # The contents of this file are subject to the Mozilla Public License Version
5 # 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
59 for file in files:
60 base, ext = os.path.splitext(file)
/vbox/src/libs/xpcom18a4/xpcom/tests/utils/
H A Ddirs.js7 var file = dsprops.get(prop, Components.interfaces.nsIFile);
8 dump(file.path + '\n');
16 var dscontractid = "@mozilla.org/file/directory_service;1"; // XXX old-style
108 dumpPathOfProperty ("app.registry.file.4");
109 dumpPathOfProperty ("app.registry.file.5");
110 dumpPathOfProperty ("app.local.store.file.5");
111 dumpPathOfProperty ("app.history.file.5");
121 // dumpPathOfProperty ("app.prefs.file.3");
122 // dumpPathOfProperty ("app.prefs.file.4");
123 dumpPathOfProperty ("app.prefs.file
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tools/registry/
H A Dregxpcom.cpp5 * 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
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
158 nsCOMPtr<nsILocalFile> file; local
163 getter_AddRefs(file));
167 rv = NS_InitXPCOM2(nsnull, file, provider);
232 void ReportSuccess(const char *file) argument
243 ReportError(nsresult err, const char *file) argument
[all...]

Completed in 112 milliseconds

1234567891011>>