/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Err/ |
H A D | warn_err.c | 84 warn(const char *fmt, ...) function
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prsystem.c | 83 static PRBool warn = PR_TRUE; local 84 if (warn) { 85 warn = _PR_Obsolete("PR_GetDirectorySepartor()",
|
H A D | prinit.c | 562 static PRBool warn = PR_TRUE; local 563 if (warn) { 564 warn = _PR_Obsolete("PR_SetStdioRedirect()",
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/ |
H A D | strftime.c | 100 int warn; local 103 warn = IN_NONE; 104 p = _fmt(((format == NULL) ? "%c" : format), timeptr, s, s + maxsize, &warn); 107 if (warn != IN_NONE && getenv(YEAR_2000_NAME) != NULL) { 114 if (warn == IN_SOME) 116 else if (warn == IN_THIS)
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | EdkLogger.py | 114 def warn(ToolName, Message, File=None, Line=None, ExtraData=None): function
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/ |
H A D | genmk_old.c | 66 void warn(); 290 warn("can't define classes w/o C++ mode; turning on C++ mode...\n"); 749 void warn( err_) function
|
H A D | genmk.c | 75 void warn(char *msg); 81 void warn(); 194 warn("sorcerer input file before any '-sor' option"); 412 warn("can't define classes w/o C++ mode; turning on C++ mode...\n"); 416 warn("can't define sorcerer group in C mode (yet); turning on C++ mode...\n"); 1043 void warn( char *err_) function 1045 void warn( err_)
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | main.c | 253 warn("#-variable or other AST item referenced w/o -gt option"); 1616 warn(char *err) function 1618 warn(err)
|
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml.c | 1739 PyObject *warn; member in struct:__anon17079 1789 result = PyEval_CallObject(pyCtxt->warn, list); 1847 /* TODO: check warn and error is a function ! */ 1852 Py_XDECREF(pyCtxt->warn); 1854 pyCtxt->warn = pyobj_warn; 1883 Py_XDECREF(pyCtxt->warn); 3049 PyObject *warn; member in struct:__anon17081 3099 result = PyEval_CallObject(pyCtxt->warn, list); 3166 /* TODO: check warn and error is a function ! */ 3171 Py_XDECREF(pyCtxt->warn); 3213 PyObject *warn; member in struct:__anon17082 [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | valid.c | 5147 * @warn: emit the error message 5157 xmlElementPtr elemDecl, int warn, xmlNodePtr parent) { 5274 if ((ret == -3) && (warn)) { 5365 if ((warn) && ((ret != 1) && (ret != -3))) { 6891 vctxt.error = xmlNoValidityErr; /* this suppresses err/warn output */ 5156 xmlValidateElementContent(xmlValidCtxtPtr ctxt, xmlNodePtr child, xmlElementPtr elemDecl, int warn, xmlNodePtr parent) argument
|
H A D | relaxng.c | 7471 * @warn: the warning callback 7479 xmlRelaxNGValidityWarningFunc warn, void *ctx) 7484 ctxt->warning = warn; 7493 * @warn: the warning callback result 7503 xmlRelaxNGValidityWarningFunc * warn, void **ctx) 7509 if (warn != NULL) 7510 *warn = ctxt->warning; 10720 * @warn: the warning function 10728 xmlRelaxNGValidityWarningFunc warn, void *ctx) 10733 ctxt->warning = warn; 7477 xmlRelaxNGSetParserErrors(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGValidityErrorFunc err, xmlRelaxNGValidityWarningFunc warn, void *ctx) argument 7501 xmlRelaxNGGetParserErrors(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGValidityErrorFunc * err, xmlRelaxNGValidityWarningFunc * warn, void **ctx) argument 10726 xmlRelaxNGSetValidErrors(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGValidityErrorFunc err, xmlRelaxNGValidityWarningFunc warn, void *ctx) argument 10770 xmlRelaxNGGetValidErrors(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGValidityErrorFunc * err, xmlRelaxNGValidityWarningFunc * warn, void **ctx) argument [all...] |
H A D | xmlschemas.c | 21310 * @warn: the warning callback 21318 xmlSchemaValidityWarningFunc warn, void *ctx) 21323 ctxt->warning = warn; 21326 xmlSchemaSetValidErrors(ctxt->vctxt, err, warn, ctx); 21354 * @warn: the warning callback result 21364 xmlSchemaValidityWarningFunc * warn, void **ctx) 21370 if (warn != NULL) 21371 *warn = ctxt->warning; 27584 * @warn: the warning function 27592 xmlSchemaValidityWarningFunc warn, voi 21316 xmlSchemaSetParserErrors(xmlSchemaParserCtxtPtr ctxt, xmlSchemaValidityErrorFunc err, xmlSchemaValidityWarningFunc warn, void *ctx) argument 21362 xmlSchemaGetParserErrors(xmlSchemaParserCtxtPtr ctxt, xmlSchemaValidityErrorFunc * err, xmlSchemaValidityWarningFunc * warn, void **ctx) argument 27590 xmlSchemaSetValidErrors(xmlSchemaValidCtxtPtr ctxt, xmlSchemaValidityErrorFunc err, xmlSchemaValidityWarningFunc warn, void *ctx) argument 27637 xmlSchemaGetValidErrors(xmlSchemaValidCtxtPtr ctxt, xmlSchemaValidityErrorFunc * err, xmlSchemaValidityWarningFunc * warn, void **ctx) argument [all...] |
H A D | testapi.c | 17327 xmlRelaxNGValidityWarningFunc * warn; /* the warning callback result */ local 17339 warn = gen_xmlRelaxNGValidityWarningFunc_ptr(n_warn, 2); 17342 ret_val = xmlRelaxNGGetParserErrors(ctxt, err, warn, ctx); 17347 des_xmlRelaxNGValidityWarningFunc_ptr(n_warn, warn, 2); 17392 xmlRelaxNGValidityWarningFunc * warn; /* the warning function result */ local 17404 warn = gen_xmlRelaxNGValidityWarningFunc_ptr(n_warn, 2); 17407 ret_val = xmlRelaxNGGetValidErrors(ctxt, err, warn, ctx); 17412 des_xmlRelaxNGValidityWarningFunc_ptr(n_warn, warn, 2); 33666 xmlSchemaValidityWarningFunc * warn; /* the warning callback result */ local 33678 warn 33721 xmlSchemaValidityWarningFunc * warn; /* */ local [all...] |