Searched +defs:val +defs:file (Results 1 - 17 of 17) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/iostream/
H A Dzfstream.h22 inline int is_open() const { return (file !=NULL); }
35 gzFile file; member in class:gzfilebuf
95 gzomanip(gzofstream &(*f)(gzofstream &, T), T v) : func(f), val(v) { } function in class:gzomanip
98 T val; member in class:gzomanip
103 return (*m.func)(s, m.val);
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzappend.c1 /* gzappend -- command to append to a gzip file
36 * - Simplfy and unify file operations
37 * - Finish off gzip file in gztack()
39 * - Keep gzip file clean on appended file read errors
45 gzappend takes a gzip file and appends to it, compressing files from the
46 command line or data from stdin. The gzip file is written to directly, to
47 avoid copying that file, in case it's large. Note that this results in the
48 unfriendly behavior that if gzappend fails, the gzip file is corrupted.
58 gzappend first decompresses the gzip file internall
175 } file; typedef in typeref:struct:__anon17370
223 unsigned long val; local
[all...]
/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, FIL argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dzbin.c75 FILE *file; local
78 file = fopen ( filename, "r" );
79 if ( ! file ) {
85 if ( fstat ( fileno ( file ), &stat ) < 0 ) {
99 if ( fread ( *buf, 1, *len, file ) != *len ) {
105 fclose ( file );
109 if ( file )
110 fclose ( file );
128 fprintf ( stderr, ".zinfo file %s has invalid length %zd\n",
251 signed long val; local
[all...]
/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, FIL argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_debug.c139 fp_resstat(struct __res_state *statp, FILE *file) { argument
142 fprintf(file, ";; res options:");
147 fprintf(file, " %s", p_option(mask));
148 putc('\n', file);
152 do_section(ns_msg *handle, ns_sect section, int pflag, FILE *file) { argument
169 fprintf(file, ";; ns_parserr: %s\n",
173 putc('\n', file);
177 fprintf(file, ";; %s SECTION:\n",
180 fprintf(file, ";;\t%s, type = %s, class = %s\n",
191 fprintf(file, ";; ns_sprintr
211 fp_query(const u_char *msg, FILE *file) argument
220 fp_nquery(const u_char *msg, int len, FILE *file) argument
295 p_cdnname(const u_char *cp, const u_char *msg, int len, FILE *file) argument
309 p_cdname(const u_char *cp, const u_char *msg, FILE *file) argument
342 p_fqname(const u_char *cp, const u_char *msg, FILE *file) argument
573 unsigned long val; local
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dnanoftp.c134 SOCKET controlFd; /* the file descriptor for the control socket */
135 SOCKET dataFd; /* the file descriptor for the data socket */
534 int val = 0; local
538 val = val * 10 + (*buf - '0');
543 val = val * 10 + (*buf - '0');
548 val = val * 10 + (*buf - '0');
553 return(-val);
1316 xmlNanoFTPDele(void *ctx, const char *file) argument
[all...]
H A Dtree.c1241 xmlChar *val; local
1341 val = xmlStrndup(q, cur - q);
1342 ent = xmlGetDocEntity(doc, val);
1358 node = xmlNewReference(doc, val);
1360 if (val != NULL) xmlFree(val);
1382 xmlFree(val);
1438 xmlChar *val; local
1526 val = xmlStrndup(q, cur - q);
1527 ent = xmlGetDocEntity(doc, val);
4657 xmlNodeSetSpacePreserve(xmlNodePtr cur, int val) argument
6813 xmlBufferDump(FILE *file, xmlBufferPtr buf) argument
[all...]
H A Dxmlschemas.c772 xmlSchemaValPtr val; member in struct:_xmlSchemaPSVIIDCKey
886 xmlSchemaValPtr val; /* the pre-computed value if any */ member in struct:_xmlSchemaNodeInfo
945 xmlSchemaValPtr val; /* the pre-computed value if any */ member in struct:_xmlSchemaAttrInfo
1465 * @val: the precomputed value
1476 xmlSchemaGetCanonValueWhtspExt(xmlSchemaValPtr val, argument
1485 if ((retValue == NULL) || (val == NULL))
1487 list = xmlSchemaValueGetNext(val) ? 1 : 0;
1491 valType = xmlSchemaGetValType(val);
1496 value = xmlSchemaValueGetAsString(val);
1507 if (xmlSchemaGetCanonValue(val,
2036 const char *file = NULL; local
4652 xmlChar *val; local
4683 xmlChar *val; local
5999 const xmlChar *val, *cur; local
6064 const xmlChar *val, *cur; local
6166 const xmlChar *val; local
6324 const xmlChar *val; local
9617 const xmlChar *val; local
13932 xmlSchemaGetEffectiveValueConstraint(xmlSchemaAttributeUsePtr attruse, int *fixed, const xmlChar **value, xmlSchemaValPtr *val) argument
15705 xmlSchemaParseCheckCOSValidDefault(xmlSchemaParserCtxtPtr pctxt, xmlNodePtr node, xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *val) argument
21771 xmlSchemaValidateNotation(xmlSchemaValidCtxtPtr vctxt, xmlSchemaPtr schema, xmlNodePtr node, const xmlChar *value, xmlSchemaValPtr *val, int valNeeded) argument
24048 xmlSchemaValidateFacets(xmlSchemaAbstractCtxtPtr actxt, xmlNodePtr node, xmlSchemaTypePtr type, xmlSchemaValType valType, const xmlChar * value, xmlSchemaValPtr val, unsigned long length, int fireErrors) argument
24297 xmlSchemaValidateQName(xmlSchemaValidCtxtPtr vctxt, const xmlChar *value, xmlSchemaValPtr *val, int valNeeded) argument
24373 xmlSchemaValPtr val = NULL; local
25778 xmlSchemaCheckCOSValidDefault(xmlSchemaValidCtxtPtr vctxt, const xmlChar *value, xmlSchemaValPtr *val) argument
[all...]
H A Dtestapi.c223 static void des_void_ptr(int no ATTRIBUTE_UNUSED, void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
233 static void des_const_void_ptr(int no ATTRIBUTE_UNUSED, const void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
244 static void des_userdata(int no ATTRIBUTE_UNUSED, void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
258 static void des_int(int no ATTRIBUTE_UNUSED, int val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
271 static void des_parseroptions(int no ATTRIBUTE_UNUSED, int val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
285 static void des_long(int no ATTRIBUTE_UNUSED, long val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
298 static void des_xmlChar(int no ATTRIBUTE_UNUSED, xmlChar val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
310 static void des_unsigned_int(int no ATTRIBUTE_UNUSED, unsigned int val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
322 static void des_unsigned_long(int no ATTRIBUTE_UNUSED, unsigned long val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
336 static void des_double(int no ATTRIBUTE_UNUSED, double val ATTRIBUTE_UNUSE
385 des_FILE_ptr(int no ATTRIBUTE_UNUSED, FILE *val, int nr ATTRIBUTE_UNUSED) argument
393 des_debug_FILE_ptr(int no ATTRIBUTE_UNUSED, FILE *val, int nr ATTRIBUTE_UNUSED) argument
452 des_xmlParserCtxtPtr(int no ATTRIBUTE_UNUSED, xmlParserCtxtPtr val, int nr ATTRIBUTE_UNUSED) argument
474 des_xmlValidCtxtPtr(int no ATTRIBUTE_UNUSED, xmlValidCtxtPtr val, int nr ATTRIBUTE_UNUSED) argument
493 des_xmlParserInputBufferPtr(int no ATTRIBUTE_UNUSED, xmlParserInputBufferPtr val, int nr ATTRIBUTE_UNUSED) argument
503 des_xmlDocPtr(int no ATTRIBUTE_UNUSED, xmlDocPtr val, int nr ATTRIBUTE_UNUSED) argument
522 des_xmlDictPtr(int no ATTRIBUTE_UNUSED, xmlDictPtr val, int nr ATTRIBUTE_UNUSED) argument
534 des_xmlNodePtr(int no, xmlNodePtr val, int nr ATTRIBUTE_UNUSED) argument
550 des_xmlDtdPtr(int no, xmlDtdPtr val, int nr ATTRIBUTE_UNUSED) argument
582 des_xmlTextWriterPtr(int no ATTRIBUTE_UNUSED, xmlTextWriterPtr val, int nr ATTRIBUTE_UNUSED) argument
595 des_xmlTextReaderPtr(int no ATTRIBUTE_UNUSED, xmlTextReaderPtr val, int nr ATTRIBUTE_UNUSED) argument
606 des_xmlBufferPtr(int no ATTRIBUTE_UNUSED, xmlBufferPtr val, int nr ATTRIBUTE_UNUSED) argument
617 des_xmlListPtr(int no ATTRIBUTE_UNUSED, xmlListPtr val, int nr ATTRIBUTE_UNUSED) argument
628 des_xmlHashTablePtr(int no ATTRIBUTE_UNUSED, xmlHashTablePtr val, int nr ATTRIBUTE_UNUSED) argument
645 des_xmlXPathObjectPtr(int no ATTRIBUTE_UNUSED, xmlXPathObjectPtr val, int nr ATTRIBUTE_UNUSED) argument
658 des_xmlOutputBufferPtr(int no ATTRIBUTE_UNUSED, xmlOutputBufferPtr val, int nr ATTRIBUTE_UNUSED) argument
673 des_xmlNanoFTPCtxtPtr(int no ATTRIBUTE_UNUSED, void *val, int nr ATTRIBUTE_UNUSED) argument
688 des_xmlNanoHTTPCtxtPtr(int no ATTRIBUTE_UNUSED, void *val, int nr ATTRIBUTE_UNUSED) argument
758 desret_xmlChar_ptr(xmlChar *val) argument
762 desret_xmlDocPtr(xmlDocPtr val) argument
766 desret_xmlDictPtr(xmlDictPtr val) argument
770 desret_xmlOutputBufferPtr(xmlOutputBufferPtr val) argument
775 desret_xmlTextReaderPtr(xmlTextReaderPtr val) argument
779 desret_xmlNodePtr(xmlNodePtr val) argument
785 desret_xmlAttrPtr(xmlAttrPtr val) argument
791 desret_xmlEntityPtr(xmlEntityPtr val) argument
797 desret_xmlElementPtr(xmlElementPtr val) argument
802 desret_xmlAttributePtr(xmlAttributePtr val) argument
809 desret_xmlDtdPtr(xmlDtdPtr val) argument
813 desret_xmlXPathObjectPtr(xmlXPathObjectPtr val) argument
816 desret_xmlNodeSetPtr(xmlNodeSetPtr val) argument
820 desret_xmlParserCtxtPtr(xmlParserCtxtPtr val) argument
823 desret_xmlParserInputBufferPtr(xmlParserInputBufferPtr val) argument
826 desret_xmlParserInputPtr(xmlParserInputPtr val) argument
830 desret_xmlTextWriterPtr(xmlTextWriterPtr val) argument
834 desret_xmlBufferPtr(xmlBufferPtr val) argument
838 desret_xmlSchemaParserCtxtPtr(xmlSchemaParserCtxtPtr val) argument
843 desret_xmlRelaxNGParserCtxtPtr(xmlRelaxNGParserCtxtPtr val) argument
852 desret_xmlNanoHTTPCtxtPtr(void *val) argument
857 desret_xmlNanoFTPCtxtPtr(void *val) argument
903 desret_htmlDocPtr(htmlDocPtr val) argument
917 desret_htmlParserCtxtPtr(htmlParserCtxtPtr val) argument
956 des_xmlElementContentPtr(int no ATTRIBUTE_UNUSED, xmlElementContentPtr val, int nr ATTRIBUTE_UNUSED) argument
960 desret_xmlElementContentPtr(xmlElementContentPtr val) argument
2029 int val; /* int 0 or 1 */ local
6595 unsigned int val; /* character to be validated */ local
11511 const char * file; /* a file or directory on the server */ local
13275 int val; /* int 0 or 1 */ local
13307 int val; /* int 0 or 1 */ local
14358 int val; /* int 0 or 1 */ local
15292 int val; /* int 0 or 1 */ local
15712 int val; /* the char value */ local
15756 int val; /* the char value */ local
22471 int val; /* the xml:space value ("0": default, 1: "preserve") */ local
27985 FILE * file; /* a FILE* */ local
28256 FILE * file; /* a FILE* */ local
34638 xmlSchemaValPtr val; /* the precomputed value */ local
34679 xmlSchemaValPtr val; /* the precomputed value */ local
34802 xmlSchemaValPtr val; /* a schemas value */ local
34948 xmlSchemaValPtr * val; /* the return computed value */ local
35003 xmlSchemaValPtr * val; /* the return computed value */ local
35060 xmlSchemaValPtr val; /* the precomputed value */ local
35117 xmlSchemaValPtr val; /* the precomputed value */ local
35184 xmlSchemaValPtr val; /* the precomputed value */ local
35246 xmlSchemaValPtr val; /* the precomputed value */ local
35368 xmlSchemaValPtr * val; /* the return computed value */ local
35453 xmlSchemaValPtr val; /* the value */ local
35487 xmlSchemaValPtr val; /* the value */ local
35894 xmlChar * val; /* the xmlChar to search (needle) */ local
35933 xmlChar val; /* the xmlChar to search */ local
36252 xmlChar * val; /* the xmlChar to search (needle) */ local
45156 int val; /* a boolean */ local
45190 int val; /* a boolean */ local
45394 double val; /* a number */ local
45428 double val; /* a number */ local
45462 xmlChar * val; /* a string */ local
45496 xmlChar * val; /* a string */ local
45530 xmlXPathObjectPtr val; /* an XPath object */ local
45564 xmlXPathObjectPtr val; /* an XPath object */ local
45598 xmlXPathObjectPtr val; /* an XPath object */ local
45840 xmlXPathObjectPtr val; /* an XPath object */ local
45875 xmlXPathObjectPtr val; /* an XPath object */ local
45910 xmlXPathObjectPtr val; /* an XPath object */ local
46103 double val; /* a double value */ local
46137 double val; /* a double value */ local
46181 xmlNodePtr val; /* an initial xmlNodePtr, or NULL */ local
46215 xmlXPathObjectPtr val; /* the original object */ local
47620 int val; /* the boolean value */ local
47654 char * val; /* the char * value */ local
47688 double val; /* the double value */ local
47722 xmlNodePtr val; /* the NodePtr value */ local
47756 xmlNodeSetPtr val; /* an existing NodeSet */ local
47800 xmlChar * val; /* the xmlChar * value */ local
48450 xmlNodePtr val; /* a new xmlNodePtr */ local
48535 xmlNodePtr val; /* a new xmlNodePtr */ local
48575 xmlNodePtr val; /* the node */ local
48615 xmlNodePtr val; /* an xmlNodePtr */ local
48695 int val; /* the index to remove */ local
50326 char * val; /* the char * value */ local
50360 void * val; /* the user data */ local
50394 xmlNodeSetPtr val; /* the NodePtr value */ local
50429 const char * file; /* the file name */ local
50722 xmlXPathObjectPtr val; /* a new xmlXPathObjectPtr */ local
50771 xmlXPathObjectPtr val; /* an xmlXPathObjectPtr */ local
50820 int val; /* the index to remove */ local
51276 xmlLocationSetPtr val; /* the LocationSet value */ local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-api.jar ... Object implements java.security.PrivilegedAction { final synthetic Class val$c void " href="/source/s?defs= ...
H A Djaxws-tools.jar ... .File base public void setSourcedestdir (java.io.File) java.io.File sourceBase public java.io ...
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jar ... .CharsetEncoder encoder final synthetic java.io.OutputStreamWriter val$bw final synthetic com.sun.codemodel. ...
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.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
24 #include <iprt/file.h>
222 // VirtualBox main settings file
386 /* compose the VirtualBox.xml file name */
403 // only if the main settings file does not exist, create it,
1324 /* Compose the settings file name using the following scheme:
1359 * Remove characters from a machine file nam
2528 Bstr file = exePath; local
2773 Bstr machineId, key, val; member in struct:ExtraDataEvent
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c67 xmlChar * val; local
69 if (!PyArg_ParseTuple(args, (char *)"zz:xmlStrstr", &str, &val))
72 c_retval = xmlStrstr(str, val);
550 int val; local
552 if (!PyArg_ParseTuple(args, (char *)"izi:xmlCopyChar", &len, &out, &val))
555 c_retval = xmlCopyChar(len, out, val);
1347 int val; local
1349 if (!PyArg_ParseTuple(args, (char *)"i:htmlHandleOmittedElem", &val))
1352 c_retval = htmlHandleOmittedElem(val);
1559 int val; local
1691 xmlNodePtr val; local
2758 xmlChar * val; local
3146 double val; local
3417 double val; local
3763 xmlChar val; local
3793 double val; local
4885 int val; local
5288 xmlChar * val; local
5304 char * val; local
5724 int val; local
7483 double val; local
7499 xmlChar * val; local
7600 double val; local
8288 xmlNodePtr val; local
8900 xmlChar * val; local
9764 int val; local
9812 int val; local
10301 int val; local
11602 int val; local
12907 char * file; local
14128 int val; local
14254 int val; local
[all...]

Completed in 248 milliseconds