| /freebsd-12.1/contrib/ofed/opensm/complib/ |
| H A D | cl_complib.c | 64 goto _error; in complib_init() 68 goto _error; in complib_init() 71 _error: in complib_init()
|
| /freebsd-12.1/tests/sys/kern/pipe/ |
| H A D | pipe_fstat_bug_test.c | 74 int _error = errno; \ in main() 78 errno = _error; \ in main() 82 int _error = errno; \ in main() 86 errno = _error; \ in main()
|
| H A D | pipe_reverse_test.c | 78 int _error = errno; \ in main() 82 errno = _error; \ in main() 86 int _error = errno; \ in main() 90 errno = _error; \ in main()
|
| H A D | pipe_wraparound_test.c | 76 int _error = errno; \ in main() 80 errno = _error; \ in main() 84 int _error = errno; \ in main() 88 errno = _error; \ in main()
|
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_util.h | 60 int _error; \ 62 _error = ibcs2_emul_find(td, upath, UIO_USERSPACE, pathp, i); \ 64 return (_error); \
|
| /freebsd-12.1/contrib/file/python/ |
| H A D | magic.py | 81 _error = _libraries['magic'].magic_error variable 82 _error.restype = c_char_p 83 _error.argtypes = [magic_t] 171 return Magic.__tostr(_error(self._magic_t))
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_util.h | 59 int _error; \ 61 _error = linux_emul_convpath(td, upath, UIO_USERSPACE, \ 64 return (_error); \
|
| /freebsd-12.1/usr.sbin/lpr/common_source/ |
| H A D | lp.h | 283 int firstprinter(struct printer *_pp, int *_error); 301 int nextprinter(struct printer *_pp, int *_error); 303 char *pcaperr(int _error);
|
| /freebsd-12.1/sbin/pfctl/ |
| H A D | pfctl_table.c | 86 goto _error; \ 97 goto _error; \ 204 goto _error; in pfctl_table() 219 goto _error; in pfctl_table() 233 goto _error; in pfctl_table() 326 goto _error; in pfctl_table() 360 _error: in pfctl_table()
|
| H A D | pfctl.c | 1503 #define ERR(x) do { warn(x); goto _error; } while(0) in pfctl_rules() 1504 #define ERRX(x) do { warnx(x); goto _error; } while(0) in pfctl_rules() 1585 goto _error; in pfctl_rules() 1601 goto _error; in pfctl_rules() 1616 goto _error; in pfctl_rules() 1623 _error: in pfctl_rules()
|
| H A D | parse.y | 4752 goto _error; in process_tabledef() 4758 goto _error; in process_tabledef() 4780 goto _error; in process_tabledef() 4785 _error: in process_tabledef()
|
| /freebsd-12.1/lib/libsysdecode/ |
| H A D | sysdecode.h | 42 int sysdecode_abi_to_freebsd_errno(enum sysdecode_abi _abi, int _error); 59 int sysdecode_freebsd_to_abi_errno(enum sysdecode_abi _abi, int _error);
|
| /freebsd-12.1/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf.h | 87 Dwarf_Obj_Access_Section *_ret_section, int *_error); 93 Dwarf_Small **_ret_data, int *_error); 103 Dwarf_Unsigned _info, int *_index, int *_error); 107 Dwarf_Unsigned _info, Dwarf_Unsigned *_index, int *_error);
|
| /freebsd-12.1/contrib/elftoolchain/libelf/ |
| H A D | libelf.h | 185 const char *elf_errmsg(int _error);
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | lhash.h | 146 static ossl_unused ossl_inline int lh_##type##_error(LHASH_OF(type) *lh) \
|
| /freebsd-12.1/contrib/atf/atf-c/detail/ |
| H A D | tp_main.c | 88 name ## _error(const char *fmt, ...) \
|
| /freebsd-12.1/contrib/ofed/opensm/opensm/ |
| H A D | osm_sa.c | 1079 goto _error; \ 1088 goto _error; \ 1376 _error: in osm_sa_db_file_load()
|
| /freebsd-12.1/stand/forth/ |
| H A D | support.4th | 269 : module_loaderror_suffix s" _error" ;
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdbint.texinfo | 1937 #define yyerror @var{lang}_error 2016 Add a call to @code{@var{lang}_parse()} and @code{@var{lang}_error} in
|