HomeSort by: relevance | last modified time | path
    Searched refs:xerror (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/sim/testsuite/sh/
fsca.s 4 # xerror: test hasn't been run in a long time
fsrra.s 4 # xerror: test hasn't been run in a long time
  /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/
fsca.s 4 # xerror: test hasn't been run in a long time
fsrra.s 4 # xerror: test hasn't been run in a long time
  /src/external/gpl3/gdb/dist/sim/testsuite/mips/
r6-removed.s 6 # xerror:
hilo-hazard-1.s 7 # xerror:
r6-forbidden.s 6 # xerror:
  /src/external/gpl3/gdb.old/dist/sim/testsuite/mips/
r6-removed.s 6 # xerror:
hilo-hazard-1.s 7 # xerror:
r6-forbidden.s 6 # xerror:
  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-xerror.c 25 #include "po-xerror.h"
36 #include "xerror.h"
45 xerror (int severity, const char *prefix_tail, function
132 xerror (severity, prefix_tail, filename, lineno, column,
165 xerror (severity1, prefix_tail, filename1, lineno1, column1, multiline_p1,
170 xerror (severity1, prefix_tail, filename1, lineno1, column1,
177 xerror (severity, prefix_tail, filename2, lineno2, column2,
Makefile.am 37 noinst_HEADERS = pos.h message.h po-error.h po-xerror.h po-gram.h po-charset.h \
101 COMMON_SOURCE = message.c po-error.c po-xerror.c \
  /src/external/bsd/am-utils/dist/amd/
amfs_host.c 542 int xerror = 0; local
572 for (ml = mlist; ml && !xerror; ml = ml->mnext) {
586 * If we have not already set xerror and error is not ENOENT,
587 * then set xerror equal to error and log it.
588 * 'xerror' is the return value for this function.
593 if (!xerror && error != ENOENT)
594 xerror = error;
613 if (xerror && amd_state != Finishing) {
614 xerror = amfs_host_mount(am, mf);
615 if (!xerror) {
    [all...]
  /src/external/gpl2/gettext/dist/gnulib-local/
Makefile.am 64 lib/xerror.c \
65 lib/xerror.h \
113 modules/xerror \
  /src/external/gpl3/gdb.old/dist/sim/testsuite/pru/
dmem-zero-trap.s 4 # xerror:
  /src/external/gpl3/gdb/dist/sim/testsuite/pru/
dmem-zero-trap.s 4 # xerror:
  /src/external/gpl2/gettext/lib/libnlsut/
Makefile 61 xerror.c \
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
Makefile.gnulib 12 # Reproduce by: gnulib-tool --import --dir=gettext-tools --local-dir=gnulib-local --lib=libgnu --source-base=libgettextpo --m4-base=libgettextpo/gnulib-m4 --doc-base=doc --aux-dir=../build-aux --makefile_name=Makefile.gnulib --libtool --macro-prefix=gtpo basename c-ctype c-strcase c-strstr error error-progname exit fstrcmp fwriteerror gcd getline gettext-h gettext-tools-libgettextpo-misc hash iconv linebreak minmax pathname progname stdbool ucs4-utf8 unlocked-io utf16-ucs4 utf8-ucs4 vasprintf xalloc xallocsa xerror xstriconv xvasprintf
448 ## begin gnulib module xerror
450 libgnu_la_SOURCES += xerror.h xerror.c
452 ## end gnulib module xerror
gettext-po.c 40 #include "xerror.h"
42 #include "po-xerror.h"
116 handler->xerror;
225 handler->xerror;
1123 handler->xerror;
1151 handler->xerror;
1212 handler->xerror;
  /src/external/gpl2/gettext/include/
gettext-po.h 104 void (*xerror) (int severity, member in struct:po_xerror_handler
109 Similar to two calls to xerror.
  /src/external/gpl2/gettext/lib/libnlspr/
Makefile 54 po-xerror.c \
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
c.exp 112 set opts(xerror) "no"
156 if { "$opts(xerror)" == "no" } {
220 if { "$opts(xerror)" == "no" } {
233 if { "$opts(xerror)" == "no" } {
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
c.exp 112 set opts(xerror) "no"
156 if { "$opts(xerror)" == "no" } {
220 if { "$opts(xerror)" == "no" } {
233 if { "$opts(xerror)" == "no" } {
  /src/sys/netinet/
in_pcb.c 583 int xerror; local
591 inp->inp_socket->so_options, inp->inp_moptions, &xerror,
595 if (xerror == 0)
596 xerror = EADDRNOTAVAIL;
597 return xerror;
  /src/sys/dev/i2c/
ds2482ow.c 628 int xerror; local
629 xerror = ds2482_cmdr(sc, DS2482_SELECT_CHANNEL,
631 if (!xerror)

Completed in 72 milliseconds

1 2