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

1 2

  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
e0.s 38 IF !CC JUMP _error;
47 _error: label
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
e0.s 38 IF !CC JUMP _error;
47 _error: label
  /src/sbin/umbctl/
umbctl.c 81 static int _error(int ret, char const * format, ...);
125 __printflike(2, 3) static int _error(int ret, char const * format, ...) function
174 return _error(2, "%s: %s", ifname, strerror(errno));
196 return _error(2, "%s: %s", filename, strerror(errno));
207 ret = _error(2, "%s: %s", filename,
226 return _error(2, "%s: %s", filename, strerror(errno));
251 return _error(2, "%s: %s", ifname, strerror(errno));
295 return _error(-1, "%s: %s", ifname, strerror(errno));
340 return _error(-1, "%s: Incomplete"
351 return _error(-1, "%s: Unknown parameter", argv[i])
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/
load.h 50 BOOL _error; member in class:Loader
67 BOOL _load_success(void) const { return !_error; };
load.cpp 130 _error = FALSE;
136 _error = TRUE;
219 _error = TRUE;
250 _error = TRUE;
  /src/external/ibm-public/postfix/dist/src/global/
mail_queue.h 145 int _error; \
148 MQID_LG_DECODE_USEC(STR(bp), _us_val, _error); \
149 if (_error) \
  /src/sys/compat/sys/
siginfo.h 84 int _error; member in struct:__ksiginfo32::__anon2430::__anon2435
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
cl_arguments.py 245 raise _error(desc, kind, arg)
247 raise _error(desc, kind, arg)
256 raise _error("invalid regular expression: '{}', {}", arg, reason)
263 def _error(desc, *args): function
  /src/external/bsd/file/dist/python/
magic.py 90 _error = _libraries['magic'].magic_error variable
91 _error.restype = c_char_p
92 _error.argtypes = [magic_t]
188 return Magic.__tostr(_error(self._magic_t))
  /src/sys/sys/
siginfo.h 84 int _error; member in struct:_ksiginfo::__anon7688::__anon7693
175 #define si_error _info._reason._syscall._error
205 #define ksi_error ksi_info._reason._syscall._error
  /src/dist/pf/sbin/pfctl/
pfctl_table.c 82 goto _error; \
93 goto _error; \
200 goto _error;
215 goto _error;
229 goto _error;
320 goto _error;
354 _error:
pfctl.c 1344 #define ERR(x) do { warn(x); goto _error; } while(0)
1345 #define ERRX(x) do { warnx(x); goto _error; } while(0)
1426 goto _error;
1440 goto _error;
1460 goto _error;
1466 _error:
parse.y 4165 goto _error;
4171 goto _error;
4182 goto _error;
4187 _error:
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
defs.h 390 struct errorblock _error;
400 #define b_error _u._error
389 struct errorblock _error; member in union:bigblock::__anon7936
  /src/sys/compat/netbsd32/
netbsd32_signal.c 323 si->_reason._syscall._error =
324 si32->_reason._syscall._error;
413 si32->_reason._syscall._error =
414 si->_reason._syscall._error;
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
lhash.h 145 static ossl_unused ossl_inline int lh_##type##_error(LHASH_OF(type) *lh) \
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf.h 89 Dwarf_Obj_Access_Section *_ret_section, int *_error);
95 Dwarf_Small **_ret_data, int *_error);
105 Dwarf_Unsigned _info, int *_index, int *_error);
109 Dwarf_Unsigned _info, Dwarf_Unsigned *_index, int *_error);
  /src/external/bsd/elftoolchain/dist/libelf/
libelf.h 193 const char *elf_errmsg(int _error);
  /src/external/bsd/atf/dist/atf-c/detail/
tp_main.c 94 name ## _error(const char *fmt, ...) \
  /src/crypto/external/apache2/openssl/dist/include/openssl/
lhash.h.in 297 lh_##type##_error(LHASH_OF(type) *lh) \
  /src/crypto/external/bsd/openssl/dist/include/openssl/
lhash.h.in 196 static ossl_unused ossl_inline int lh_##type##_error(LHASH_OF(type) *lh) \
  /src/external/bsd/openldap/dist/servers/slapd/
sets.c 556 #define SF_ERROR(x) do { rc = -1; goto _error; } while ( 0 )
827 _error:
  /src/crypto/external/apache2/openssl/dist/util/
mkerr.pl 452 # define ${lib}err(f, r) ERR_${lib}_error(0, (r), OPENSSL_FILE, OPENSSL_LINE)
464 void ERR_${lib}_error(int function, int reason, const char *file, int line);
625 ${st}void ERR_${lib}_error(int function, int reason, const char *file, int line)
  /src/crypto/external/bsd/openssl/dist/util/
mkerr.pl 451 # define ${lib}err(f, r) ERR_${lib}_error(0, (r), OPENSSL_FILE, OPENSSL_LINE)
462 void ERR_${lib}_error(int function, int reason, const char *file, int line);
624 ${st}void ERR_${lib}_error(int function, int reason, const char *file, int line)
  /src/crypto/external/bsd/openssl.old/dist/util/
mkerr.pl 480 # define ${lib}err(f, r) ERR_${lib}_error((f), (r), OPENSSL_FILE, OPENSSL_LINE)
491 void ERR_${lib}_error(int function, int reason, char *file, int line);
676 ${st}void ERR_${lib}_error(int function, int reason, char *file, int line)

Completed in 53 milliseconds

1 2