Searched refs:warn (Results 251 - 275 of 313) sorted by relevance

<<111213

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dvalid.c5134 * @warn: emit the error message
5144 xmlElementPtr elemDecl, int warn, xmlNodePtr parent) {
5261 if ((ret == -3) && (warn)) {
5352 if ((warn) && ((ret != 1) && (ret != -3))) {
6878 vctxt.error = xmlNoValidityErr; /* this suppresses err/warn output */
5143 xmlValidateElementContent(xmlValidCtxtPtr ctxt, xmlNodePtr child, xmlElementPtr elemDecl, int warn, xmlNodePtr parent) argument
H A Dxmlschemas.c21302 * @warn: the warning callback
21310 xmlSchemaValidityWarningFunc warn, void *ctx)
21315 ctxt->warning = warn;
21318 xmlSchemaSetValidErrors(ctxt->vctxt, err, warn, ctx);
21346 * @warn: the warning callback result
21356 xmlSchemaValidityWarningFunc * warn, void **ctx)
21362 if (warn != NULL)
21363 *warn = ctxt->warning;
27562 * @warn: the warning function
27570 xmlSchemaValidityWarningFunc warn, voi
21308 xmlSchemaSetParserErrors(xmlSchemaParserCtxtPtr ctxt, xmlSchemaValidityErrorFunc err, xmlSchemaValidityWarningFunc warn, void *ctx) argument
21354 xmlSchemaGetParserErrors(xmlSchemaParserCtxtPtr ctxt, xmlSchemaValidityErrorFunc * err, xmlSchemaValidityWarningFunc * warn, void **ctx) argument
27568 xmlSchemaSetValidErrors(xmlSchemaValidCtxtPtr ctxt, xmlSchemaValidityErrorFunc err, xmlSchemaValidityWarningFunc warn, void *ctx) argument
27615 xmlSchemaGetValidErrors(xmlSchemaValidCtxtPtr ctxt, xmlSchemaValidityErrorFunc * err, xmlSchemaValidityWarningFunc * warn, void **ctx) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dvalid.c5260 * @warn: emit the error message
5270 xmlElementPtr elemDecl, int warn, xmlNodePtr parent) {
5387 if ((ret == -3) && (warn)) {
5478 if ((warn) && ((ret != 1) && (ret != -3))) {
7004 vctxt.error = xmlNoValidityErr; /* this suppresses err/warn output */
5269 xmlValidateElementContent(xmlValidCtxtPtr ctxt, xmlNodePtr child, xmlElementPtr elemDecl, int warn, xmlNodePtr parent) argument
H A Dxmlschemas.c21312 * @warn: the warning callback
21320 xmlSchemaValidityWarningFunc warn, void *ctx)
21325 ctxt->warning = warn;
21328 xmlSchemaSetValidErrors(ctxt->vctxt, err, warn, ctx);
21356 * @warn: the warning callback result
21366 xmlSchemaValidityWarningFunc * warn, void **ctx)
21372 if (warn != NULL)
21373 *warn = ctxt->warning;
27586 * @warn: the warning function
27594 xmlSchemaValidityWarningFunc warn, voi
21318 xmlSchemaSetParserErrors(xmlSchemaParserCtxtPtr ctxt, xmlSchemaValidityErrorFunc err, xmlSchemaValidityWarningFunc warn, void *ctx) argument
21364 xmlSchemaGetParserErrors(xmlSchemaParserCtxtPtr ctxt, xmlSchemaValidityErrorFunc * err, xmlSchemaValidityWarningFunc * warn, void **ctx) argument
27592 xmlSchemaSetValidErrors(xmlSchemaValidCtxtPtr ctxt, xmlSchemaValidityErrorFunc err, xmlSchemaValidityWarningFunc warn, void *ctx) argument
27639 xmlSchemaGetValidErrors(xmlSchemaValidCtxtPtr ctxt, xmlSchemaValidityErrorFunc * err, xmlSchemaValidityWarningFunc * warn, void **ctx) argument
[all...]
H A Dlibtool1240 elif test "$need_locks" = warn; then
1317 if test "$need_locks" = warn &&
1389 if test "$need_locks" = warn &&
6105 # Should we warn about portability when linking against -modules?
H A Dtestapi.c17396 xmlRelaxNGValidityWarningFunc * warn; /* the warning callback result */ local
17408 warn = gen_xmlRelaxNGValidityWarningFunc_ptr(n_warn, 2);
17411 ret_val = xmlRelaxNGGetParserErrors(ctxt, err, warn, ctx);
17416 des_xmlRelaxNGValidityWarningFunc_ptr(n_warn, warn, 2);
17461 xmlRelaxNGValidityWarningFunc * warn; /* the warning function result */ local
17473 warn = gen_xmlRelaxNGValidityWarningFunc_ptr(n_warn, 2);
17476 ret_val = xmlRelaxNGGetValidErrors(ctxt, err, warn, ctx);
17481 des_xmlRelaxNGValidityWarningFunc_ptr(n_warn, warn, 2);
33727 xmlSchemaValidityWarningFunc * warn; /* the warning callback result */ local
33739 warn
33782 xmlSchemaValidityWarningFunc * warn; /* the warning function result */ local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/
H A Dlibtool1251 elif test "$need_locks" = warn; then
1328 if test "$need_locks" = warn &&
1400 if test "$need_locks" = warn &&
6143 # Should we warn about portability when linking against -modules?
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dov511.c1097 warn("snapshot reset not supported yet on OV518(+)");
5051 warn("SAA7111A not yet supported with OV518/OV518+");
5289 warn("Compression required with OV518...enabling");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/
H A Dlibtool1245 elif test "$need_locks" = warn; then
1322 if test "$need_locks" = warn &&
1394 if test "$need_locks" = warn &&
6107 # Should we warn about portability when linking against -modules?
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dvalid.c5134 * @warn: emit the error message
5144 xmlElementPtr elemDecl, int warn, xmlNodePtr parent) {
5261 if ((ret == -3) && (warn)) {
5352 if ((warn) && ((ret != 1) && (ret != -3))) {
6878 vctxt.error = xmlNoValidityErr; /* this suppresses err/warn output */
5143 xmlValidateElementContent(xmlValidCtxtPtr ctxt, xmlNodePtr child, xmlElementPtr elemDecl, int warn, xmlNodePtr parent) argument
H A Dxmlschemas.c21302 * @warn: the warning callback
21310 xmlSchemaValidityWarningFunc warn, void *ctx)
21315 ctxt->warning = warn;
21318 xmlSchemaSetValidErrors(ctxt->vctxt, err, warn, ctx);
21346 * @warn: the warning callback result
21356 xmlSchemaValidityWarningFunc * warn, void **ctx)
21362 if (warn != NULL)
21363 *warn = ctxt->warning;
27562 * @warn: the warning function
27570 xmlSchemaValidityWarningFunc warn, voi
21308 xmlSchemaSetParserErrors(xmlSchemaParserCtxtPtr ctxt, xmlSchemaValidityErrorFunc err, xmlSchemaValidityWarningFunc warn, void *ctx) argument
21354 xmlSchemaGetParserErrors(xmlSchemaParserCtxtPtr ctxt, xmlSchemaValidityErrorFunc * err, xmlSchemaValidityWarningFunc * warn, void **ctx) argument
27568 xmlSchemaSetValidErrors(xmlSchemaValidCtxtPtr ctxt, xmlSchemaValidityErrorFunc err, xmlSchemaValidityWarningFunc warn, void *ctx) argument
27615 xmlSchemaGetValidErrors(xmlSchemaValidCtxtPtr ctxt, xmlSchemaValidityErrorFunc * err, xmlSchemaValidityWarningFunc * warn, void **ctx) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Ddevio.c397 warn("interface number %u out of range", ifnum);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dconfigure2168 check_ldflags -Wl,--warn-common
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/
H A Dmaint.mk344 # FIXME: warn about definitions of EXIT_FAILURE, EXIT_SUCCESS, STREQ
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dqla1280.c1714 int warn __attribute__((unused)) = 0; local
1765 if (tbuf[i] != sp[i] && warn++ < 10) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A Dlibtool780 elif test "$need_locks" = warn; then
853 if test "$need_locks" = warn &&
952 if test "$need_locks" = warn &&
H A Dltmain.sh494 elif test "$need_locks" = warn; then
567 if test "$need_locks" = warn &&
666 if test "$need_locks" = warn &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dltmain.sh505 elif test "$need_locks" = warn; then
578 if test "$need_locks" = warn &&
677 if test "$need_locks" = warn &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dltmain.sh505 elif test "$need_locks" = warn; then
578 if test "$need_locks" = warn &&
677 if test "$need_locks" = warn &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dltmain.sh596 elif test "$need_locks" = warn; then
668 if test "$need_locks" = warn &&
738 if test "$need_locks" = warn &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/
H A Dconfigure6369 # The compiler can only warn and ignore the option if not recognized
6637 # The compiler can only warn and ignore the option if not recognized
6686 # The linker can only warn and ignore the option if not recognized
6742 # The compiler can only warn and ignore the option if not recognized
6781 need_locks=warn
11530 # The compiler can only warn and ignore the option if not recognized
11579 # The linker can only warn and ignore the option if not recognized
11635 # The compiler can only warn and ignore the option if not recognized
11674 need_locks=warn
13204 # The compiler can only warn an
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/
H A Dconfigure7500 # The compiler can only warn and ignore the option if not recognized
7793 # The compiler can only warn and ignore the option if not recognized
7842 # The linker can only warn and ignore the option if not recognized
7898 # The compiler can only warn and ignore the option if not recognized
7937 need_locks=warn
12770 # The compiler can only warn and ignore the option if not recognized
12819 # The linker can only warn and ignore the option if not recognized
12875 # The compiler can only warn and ignore the option if not recognized
12914 need_locks=warn
14439 # The compiler can only warn an
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathx/
H A Dconfigure7044 # The compiler can only warn and ignore the option if not recognized
7337 # The compiler can only warn and ignore the option if not recognized
7386 # The linker can only warn and ignore the option if not recognized
7442 # The compiler can only warn and ignore the option if not recognized
7481 need_locks=warn
12310 # The compiler can only warn and ignore the option if not recognized
12359 # The linker can only warn and ignore the option if not recognized
12415 # The compiler can only warn and ignore the option if not recognized
12454 need_locks=warn
13979 # The compiler can only warn an
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathy/
H A Dconfigure7051 # The compiler can only warn and ignore the option if not recognized
7344 # The compiler can only warn and ignore the option if not recognized
7393 # The linker can only warn and ignore the option if not recognized
7449 # The compiler can only warn and ignore the option if not recognized
7488 need_locks=warn
12317 # The compiler can only warn and ignore the option if not recognized
12366 # The linker can only warn and ignore the option if not recognized
12422 # The compiler can only warn and ignore the option if not recognized
12461 need_locks=warn
13986 # The compiler can only warn an
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathz/
H A Dconfigure7056 # The compiler can only warn and ignore the option if not recognized
7349 # The compiler can only warn and ignore the option if not recognized
7398 # The linker can only warn and ignore the option if not recognized
7454 # The compiler can only warn and ignore the option if not recognized
7493 need_locks=warn
12322 # The compiler can only warn and ignore the option if not recognized
12371 # The linker can only warn and ignore the option if not recognized
12427 # The compiler can only warn and ignore the option if not recognized
12466 need_locks=warn
13991 # The compiler can only warn an
[all...]

Completed in 1195 milliseconds

<<111213