Searched defs:file (Results 26 - 50 of 164) sorted by relevance

1234567

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dfile.h33 * @(#)file.h 8.3 (Berkeley) 1/9/95
34 * $Id: file.h,v 1.1.1.1 2006/05/30 06:12:53 hhzhou Exp $
55 struct file { struct
56 LIST_ENTRY(file) f_list;/* list of active files */
58 #define DTYPE_VNODE 1 /* file */
67 int (*fo_read) __P((struct file *fp, struct uio *uio,
69 int (*fo_write) __P((struct file *fp, struct uio *uio,
72 int (*fo_ioctl) __P((struct file *fp, u_long com,
74 int (*fo_poll) __P((struct file *fp, int events,
76 int (*fo_close) __P((struct file *f
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dmem.c4 * See the file LICENSE.txt for information on redistributing this software.
54 void *crAllocDebug( unsigned int nbytes, const char *file, int line ) argument
58 fprintf(stderr, "crAllocDebug(%d bytes) in %s at %d\n", nbytes, file, line);
80 void *crCallocDebug( unsigned int nbytes, const char *file, int line ) argument
84 fprintf(stderr, "crCallocDebug(%d bytes) in %s at %d\n", nbytes, file, line);
/vbox/src/VBox/Installer/linux/rpm/
H A Drules5 # This file is part of VirtualBox Open Source Edition (OSE), as
6 # available from http://www.virtualbox.org. This file is free software;
9 # Foundation, in version 2 as it comes in the "COPYING" file of the
97 $(error failed to detect the .spec file (rpmrel=$(rpmrel)))
240 file=`find /usr/src/packages/RPMS -name $(verpkg)*rpm -print`; \ macro
241 mv $$file $(pkgdir)
/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/Devices/PC/ipxe/src/util/
H A Deinfo.c43 uint32_t file; member in struct:einfo
48 * Process einfo file
61 /* Open einfo file */
68 /* Get file size */
78 /* Map file */
90 ( ( ( char * ) einfo ) + einfo->file ),
97 /* Unmap and close file */
161 /* Process each einfo file */
/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A DtestWriter.c24 void testXmlwriterMemory(const char *file);
25 void testXmlwriterDoc(const char *file);
26 void testXmlwriterTree(const char *file);
39 /* first, the file version */
66 * test the xmlWriter interface when writing to a new file
332 * @file: the output file
337 testXmlwriterMemory(const char *file) argument
603 fp = fopen(file, "w");
618 * @file
623 testXmlwriterDoc(const char *file) argument
875 testXmlwriterTree(const char *file) argument
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/test/
H A DTestDConnect.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
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 nsCOMPtr<nsIFile> file; local
85 getter_AddRefs(file));
88 nsCOMPtr<nsISupports> sup = do_QueryInterface(file, &rv);
92 nsCOMPtr<nsILocalFile> localFile = do_QueryInterface(file,
[all...]
/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...]
H A Dtpd.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
83 static void MyAssert(const char *expr, const char *file, PRIntn line) argument
86 (void)PR_fprintf(fout, "'%s' in file: %s: %d\n", expr, file, line);
/vbox/src/libs/xpcom18a4/nsprpub/tools/
H A Dtail.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
67 PRFileDesc *file; local
87 case 'n': /* bytes before end of file */
93 case 'f': /* follow the end of file */
111 (void)PR_fprintf(out, "Input file no
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dzfstream.h20 * @brief Gzipped file stream buffer class.
25 * file streambuf.
53 * @brief Check if file is open.
54 * @return True if file is open.
57 is_open() const { return (file != NULL); }
60 * @brief Open gzipped file.
70 * @brief Attach to already open gzipped file.
80 * @brief Close gzipped file.
100 * These characters can be read without accessing the gzipped file.
106 * @brief Fill get area from gzipped file
186 gzFile file; member in class:gzfilebuf
[all...]
/vbox/src/libs/zlib-1.2.6/
H A Dgzwrite.c13 /* Initialize state for writing a gzip file. Mark initialization by setting
64 /* Compress whatever is at avail_in and next_in and write to the output file.
65 Return -1 if there is an error writing to the output file, otherwise 0.
68 is true, then simply write to the output file without compressing, and
165 int ZEXPORT gzwrite(file, buf, len)
166 gzFile file;
176 if (file == NULL)
178 state = (gz_statep)file;
230 /* directly compress user buffer to file */
243 int ZEXPORT gzputc(file,
303 gzprintf(gzFile file, const char *format, ...) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DDatabase.py1 ## @file
2 # This file is used to create a database used by ECC tool
149 # Commit to file
159 ## Insert one file information
161 # Insert one file's information to the database
171 # Insert a record for file
180 # Insert function of file
200 # Insert Identifier of file
206 # Insert Pcd of file
212 EdkLogger.verbose("Insert information from file
334 file = DataClass.FileClass(-1, 'F1', 'c', 'C:\\\\', 'C:\\\\F1.exe', DataClass.MODEL_FILE_C, '2007-12-28', [fun1], [identifier1, identifier2, identifier3, identifier4], []) variable in class:Database
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DDatabase.py1 ## @file
2 # This file is used to create a database used by EOT tool
49 # @param DbPath: The file path of the database
154 # Commit to file
163 # Insert one file's information to the database
172 # @param File: The object of the file to be inserted
175 # Insert a record for file
181 # Insert function of file
192 # Insert Identifier of file
197 EdkLogger.verbose("Insert information from file
246 file = DataClass.FileClass(-1, 'F1', 'c', 'C:\\\\', 'C:\\\\F1.exe', DataClass.MODEL_FILE_C, '2007-12-28', [fun1], [identifier1, identifier2, identifier3, identifier4], []) variable in class:Database
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_query.c394 char *file; local
404 file = getenv("HOSTALIASES");
405 if (file == NULL || (fp = fopen(file, "r")) == NULL)
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dposix_io.c31 /** @file
40 /** An open file */
67 * Free open file
72 struct posix_file *file = local
77 list_for_each_entry_safe ( iobuf, tmp, &file->data, list ) {
81 free ( file );
85 * Terminate file data transfer
87 * @v file POSIX file
90 static void posix_file_finished ( struct posix_file *file, in argument
103 posix_file_xfer_deliver( struct posix_file *file, struct io_buffer *iobuf, struct xfer_metadata *meta ) argument
140 struct posix_file *file; local
172 struct posix_file *file; local
225 struct posix_file *file; local
261 struct posix_file *file; local
307 struct posix_file *file; local
324 struct posix_file *file; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_download.c34 /** A single in-progress file */
39 /** Current file position */
57 * @v file Data transfer file
60 static void efi_download_close ( struct efi_download_file *file, int rc ) { argument
62 file->finish_callback ( file->context, RC_TO_EFIRC ( rc ) );
64 intf_shutdown ( &file->xfer, rc );
70 * @v file Data transfer file
75 efi_download_deliver_iob( struct efi_download_file *file, struct io_buffer *iobuf, struct xfer_metadata *meta ) argument
126 struct efi_download_file *file; local
163 struct efi_download_file *file = File; local
[all...]
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dvfsmod.h1 /** @file
8 * This file is part of VirtualBox Open Source Edition (OSE), as
9 * available from http://www.virtualbox.org. This file is free software;
12 * Foundation, in version 2 as it comes in the "COPYING" file of the
55 /* which file */
61 /* file structure, only valid between open() and release() */
62 struct file *file; member in struct:sf_inode_info
63 /* handle valid if a file was created with sf_create_aux until it will
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dtpd.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
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
101 static void MyAssert(const char *expr, const char *file, PRIntn line) argument
104 (void)PR_fprintf(fout, "'%s' in file: %s: %d\n", expr, file, line);
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DnsIFileTest.cpp62 void GetPaths(nsILocalFile* file) argument
69 rv = file->GetNativePath(pathName);
77 nsILocalFile* file = nsnull; local
78 nsresult rv = CallCreateInstance(NS_LOCAL_FILE_CONTRACTID, &file);
81 if (NS_FAILED(rv) || (!file))
92 rv = file->InitWithNativePath(nsDependentCString(creationPath));
96 rv = file->GetNativeLeafName(leafName);
101 rv = file->AppendNative(nsDependentCString(appendPath));
105 rv = file->GetNativeLeafName(leafName);
109 GetPaths(file);
128 nsCOMPtr<nsILocalFile> file = local
177 nsCOMPtr<nsILocalFile> file = local
229 nsCOMPtr<nsILocalFile> file = local
263 nsCOMPtr<nsILocalFile> file = local
[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...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl.h5 * The contents of this file are subject to the Netscape Public License
6 * Version 1.1 (the "License"); you may not use this file except in
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 NPL, indicate your
33 * the provisions above, a recipient may use your version of this file under
129 FILE *file; member in struct:TreeState
144 * Process an IDL file, generating InterfaceInfo, documentation and headers as
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dioapi.c97 FILE* file = NULL; local
109 file = fopen(filename, mode_fopen);
110 return file;
115 FILE* file = NULL; local
127 file = FOPEN_FUNC((const char*)filename, mode_fopen);
128 return file;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dbuild.c86 buildAction( char *action, int file, int line, int is_predicate ) argument
88 buildAction( action, file, line, is_predicate )
90 int file;
147 a->file = file;
660 p->file = CurFile;
694 p->file = CurFile;
733 p->file = CurFile;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.h2 /** @file
3 * fsw_hfs.h - HFS file system driver header.
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
100 struct fsw_hfs_dnode* file; member in struct:fsw_hfs_btree

Completed in 119 milliseconds

1234567