Searched refs:errors (Results 176 - 200 of 317) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dprntdlgg.cpp526 wxArrayString errors; local
528 long res = wxExecute( wxT("lpstat -v"), output, errors, wxEXEC_NODISABLE );
529 if (res >= 0 && errors.GetCount() == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/exec/
H A Dexec.cpp703 wxArrayString output, errors; local
704 int code = wxExecute(cmd, output, errors);
711 ShowOutput(cmd, errors, _T("Errors"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DPersistCatalog.java344 * exception that contains the messages for all of the errors in
361 String errors = evolver.getErrors();
362 if (errors != null) {
363 throw new IncompatibleClassException(errors);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dbufferevent_openssl.c307 ev_uint32_t errors[NUM_ERRORS]; member in struct:bufferevent_openssl
366 than 32 bits of it, since it needs to report errors on systems
369 bev_ssl->errors[bev_ssl->n_errors++] = (ev_uint32_t) err;
1442 err = bev_ssl->errors[--bev_ssl->n_errors];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A DMakefile469 update: errors stacks util/libeay.num util/ssleay.num TABLE
482 errors:
485 (cd engines; $(MAKE) PERL=$(PERL) errors)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A DMakefile411 errors:
413 (cd engines; $(MAKE) PERL=$(PERL) errors)
441 update: errors stacks util/libeay.num util/ssleay.num crypto/objects/obj_dat.h apps/openssl-vms.cnf crypto/bn/bn_prime.h TABLE depend
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/
H A Dconfigure9119 # Append any errors to the config.log.
10106 # Append any errors to the config.log.
12583 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnfnetlink >= 1.0.1\""; } >&5
12584 ($PKG_CONFIG --exists --print-errors "libnfnetlink >= 1.0.1") 2>&5
12600 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnfnetlink >= 1.0.1\""; } >&5
12601 ($PKG_CONFIG --exists --print-errors "libnfnetlink >= 1.0.1") 2>&5
12626 LIBNFNETLINK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnfnetlink >= 1.0.1" 2>&1`
12628 LIBNFNETLINK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnfnetlink >= 1.0.1" 2>&1`
12674 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libmn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Dconf.c398 errors false
1716 * Any errors encountered when parsing the input or returned by hooks or
3089 * Additionally, any errors encountered when parsing the hook
3122 * Additionally, any errors encountered when parsing the hook
3158 * Additionally, any errors encountered when parsing the hook
3187 * Additionally, any errors encountered when parsing the hook
3430 int err, idx = 0, fi_count = 0, errors = 1, hit; local
3433 if ((err = snd_config_search(config, "errors", &n)) >= 0) {
3438 errors = snd_config_get_bool_ascii(tmp);
3440 if (errors <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dblktrace.c719 what, rq->errors, rq->cmd_len, rq->cmd);
723 what, rq->errors, 0, NULL);
953 rq_data_dir(rq), BLK_TA_REMAP, !!rq->errors,
979 BLK_TA_DRV_DATA, rq->errors, len, data);
982 BLK_TA_DRV_DATA, rq->errors, len, data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A DMakefile.in90 dbus-credentials.c dbus-credentials.h dbus-errors.c \
129 libdbus_1_la-dbus-credentials.lo libdbus_1_la-dbus-errors.lo \
182 dbus-credentials.h dbus-errors.c dbus-keyring.c dbus-keyring.h \
234 libdbus_internal_la-dbus-errors.lo \
646 dbus-errors.h \
675 dbus-errors.c \
927 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdbus_1_la-dbus-errors.Plo@am__quote@
986 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdbus_internal_la-dbus-errors.Plo@am__quote@
1119 libdbus_1_la-dbus-errors.lo: dbus-errors
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dcciss.c1805 blk_end_request_all(rq, (rq->errors == 0) ? 0 : -EIO);
3050 rq->errors = 0;
3053 rq->errors = make_status_bytes(0, 0, 0, DRIVER_TIMEOUT);
3060 rq->errors = evaluate_target_status(h, cmd, &retry_cmd);
3079 rq->errors = make_status_bytes(SAM_STAT_GOOD,
3087 rq->errors = make_status_bytes(SAM_STAT_GOOD,
3095 rq->errors = make_status_bytes(SAM_STAT_GOOD,
3103 rq->errors = make_status_bytes(SAM_STAT_GOOD,
3111 rq->errors = make_status_bytes(SAM_STAT_GOOD,
3119 rq->errors
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DdebugXML.c49 int errors; /* number of errors found */ member in struct:_xmlDebugCtxt
63 ctxt->errors = 0;
160 ctxt->errors++;
170 ctxt->errors++;
180 ctxt->errors++;
288 /* desactivated right now as it raises too many errors */
1567 * the errors to @output
1569 * Returns the number of errors found
1583 return(ctxt.errors);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dexpr.tex358 Another way of handling errors is simply to call \helpref{wxExprDatabase::GetErrorCount}{wxexprdatabasegeterrorcount} after
359 the operation, to check whether errors have occurred, instead of installing an error handler.
446 Returns the number of errors encountered during the last read or write operation.
H A Ddir.tex86 to test for errors.
H A Dtdebug.tex16 check memory for errors.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DdebugXML.c49 int errors; /* number of errors found */ member in struct:_xmlDebugCtxt
63 ctxt->errors = 0;
160 ctxt->errors++;
170 ctxt->errors++;
180 ctxt->errors++;
288 /* desactivated right now as it raises too many errors */
1566 * the errors to @output
1568 * Returns the number of errors found
1582 return(ctxt.errors);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DdebugXML.c49 int errors; /* number of errors found */ member in struct:_xmlDebugCtxt
63 ctxt->errors = 0;
160 ctxt->errors++;
170 ctxt->errors++;
180 ctxt->errors++;
288 /* desactivated right now as it raises too many errors */
1567 * the errors to @output
1569 * Returns the number of errors found
1583 return(ctxt.errors);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DdebugXML.c49 int errors; /* number of errors found */ member in struct:_xmlDebugCtxt
63 ctxt->errors = 0;
160 ctxt->errors++;
170 ctxt->errors++;
180 ctxt->errors++;
288 /* desactivated right now as it raises too many errors */
1566 * the errors to @output
1568 * Returns the number of errors found
1582 return(ctxt.errors);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/displays/
H A Dpanel-taal.c497 u8 errors; local
504 r = taal_dcs_read_1(DCS_READ_NUM_ERRORS, &errors);
515 return snprintf(buf, PAGE_SIZE, "%d\n", errors);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dtxx9dmac.c546 u32 errors; local
550 * borked. Since we don't have any way to report errors, we'll
560 errors = csr & (TXX9_DMA_CSR_ABCHC |
563 channel_writel(dc, CSR, errors);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib557.c1380 int errors = 0; local
1383 errors += test_unsigned_short_formatting();
1385 errors += test_signed_short_formatting();
1387 errors += test_unsigned_int_formatting();
1389 errors += test_signed_int_formatting();
1391 errors += test_unsigned_long_formatting();
1393 errors += test_signed_long_formatting();
1395 errors += test_curl_off_t_formatting();
1397 if(errors)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/slicoss/
H A Dslic.h89 u32 errors; member in struct:slic_rcvqueue
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/
H A Dconfigure8676 # Append any errors to the config.log.
9663 # Append any errors to the config.log.
14954 # Append any errors to the config.log.
17047 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl >= \$OPENSSL_MINIMUM\""; } >&5
17048 ($PKG_CONFIG --exists --print-errors "openssl >= $OPENSSL_MINIMUM") 2>&5
17065 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl >= \$OPENSSL_MINIMUM\""; } >&5
17066 ($PKG_CONFIG --exists --print-errors "openssl >= $OPENSSL_MINIMUM") 2>&5
17089 OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "openss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-dma.c495 rq->errors = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/
H A Dconfigure10529 # Append any errors to the config.log.
15605 # Append any errors to the config.log.
21891 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" glib-2.0 >= 2.4.0 \"") >&5
21892 ($PKG_CONFIG --exists --print-errors " glib-2.0 >= 2.4.0 ") 2>&5
21907 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" glib-2.0 >= 2.4.0 \"") >&5
21908 ($PKG_CONFIG --exists --print-errors " glib-2.0 >= 2.4.0 ") 2>&5
21930 GLIB20_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " glib-2.0 >= 2.4.0 " 2>&1`
21932 GLIB20_PKG_ERRORS=`$PKG_CONFIG --print-errors " glib-2.0 >= 2.4.0 " 2>&1`
22030 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" gli
[all...]

Completed in 609 milliseconds

1234567891011>>