HomeSort by: relevance | last modified time | path
    Searched defs:xerror (Results 1 - 7 of 7) sorted by relevancy

  /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,
  /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/sys/dev/i2c/
ds2482ow.c 628 int xerror; local
629 xerror = ds2482_cmdr(sc, DS2482_SELECT_CHANNEL,
631 if (!xerror)
  /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/bsd/ekermit/dist/
unixio.c 617 int xerror() { function
  /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/crypto/dist/ipsec-tools/src/racoon/
ipsec_doi.c 593 int xerror = -1; local
618 xerror = 0;
675 xerror = 0;
680 if ((xerror != 0) && (sa->gssid != NULL)) {

Completed in 26 milliseconds