| /freebsd-14.2/contrib/ncurses/ncurses/base/ |
| H A D | lib_addstr.c | 54 int code = ERR; in NCURSES_EXPORT() local 88 int code = OK; in waddchnstr() local 140 int code = OK; in wadd_wchnstr() local 229 int code = ERR; in waddnwstr() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeConvenience.h | 190 unsigned code, ElementDataTy element, DataTy &&...data) { in emit() 227 unsigned code, const DataTy &data) { in emit() 256 unsigned code, StringRef data) { in emit() 263 unsigned code, const ArrayTy &array) { in emit() 275 unsigned code, ElementDataTy element, DataTy... data) { in emit() 282 unsigned code, std::nullopt_t) { in emit() 311 unsigned code, StringRef data) { in emit()
|
| /freebsd-14.2/contrib/com_err/ |
| H A D | com_err.c | 44 error_message (long code) in error_message() 73 default_proc (const char *whoami, long code, const char *fmt, va_list args) in default_proc() 88 long code, in com_err_va() 97 long code, in com_err()
|
| /freebsd-14.2/crypto/heimdal/lib/com_err/ |
| H A D | com_err.c | 47 error_message (long code) in error_message() 76 default_proc (const char *whoami, long code, const char *fmt, va_list args) in default_proc() 91 long code, in com_err_va() 100 long code, in com_err()
|
| /freebsd-14.2/contrib/ncurses/menu/ |
| H A D | mf_common.h | 73 #define SET_ERROR(code) (errno=(code)) argument 77 #define RETURN(code) returnCode( SET_ERROR(code) ) argument 79 #define RETURN(code) return( SET_ERROR(code) ) argument
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | mouse.c | 36 find_region_by_code(int code) in find_region_by_code() 55 dlg_mouse_setcode(int code) in dlg_mouse_setcode() 64 int code, in dlg_mouse_mkbigregion() 85 dlg_mouse_mkregion(int y, int x, int height, int width, int code) in dlg_mouse_mkregion()
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libbpfjit/ |
| H A D | t_extmem.c | 78 bpfjit_func_t code; in ATF_TC_BODY() local 117 bpfjit_func_t code; in ATF_TC_BODY() local 179 bpfjit_func_t code; in ATF_TC_BODY() local 231 bpfjit_func_t code; in ATF_TC_BODY() local 300 bpfjit_func_t code; in ATF_TC_BODY() local 345 bpfjit_func_t code; in ATF_TC_BODY() local 391 bpfjit_func_t code; in ATF_TC_BODY() local 437 bpfjit_func_t code; in ATF_TC_BODY() local
|
| /freebsd-14.2/contrib/ncurses/ncurses/widechar/ |
| H A D | lib_ins_wch.c | 53 int code = OK; in NCURSES_EXPORT() local 86 int code = ERR; in wins_wch() local 106 int code = ERR; in wins_nwstr() local
|
| /freebsd-14.2/sys/dev/evdev/ |
| H A D | evdev.h | 191 evdev_push_key(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_key() 198 evdev_push_rel(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_rel() 205 evdev_push_abs(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_abs() 212 evdev_push_msc(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_msc() 219 evdev_push_led(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_led() 226 evdev_push_snd(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_snd() 233 evdev_push_sw(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_sw()
|
| /freebsd-14.2/sys/dev/hid/ |
| H A D | hms.c | 70 #define HMS_MAP_BUT_RG(usage_from, usage_to, code) \ argument 72 #define HMS_MAP_BUT_MS(usage, code) \ argument 74 #define HMS_MAP_ABS(usage, code) \ argument 76 #define HMS_MAP_REL(usage, code) \ argument 78 #define HMS_MAP_REL_REV(usage, code) \ argument 80 #define HMS_MAP_REL_CN(usage, code) \ argument
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | callb.c | 137 callb_add_common(boolean_t (*func)(void *arg, int code), in callb_add_common() 182 callb_add(boolean_t (*func)(void *arg, int code), in callb_add() 195 callb_add_thread(boolean_t (*func)(void *arg, int code), in callb_add_thread() 256 callb_execute_class(int class, int code) in callb_execute_class() 307 callb_generic_cpr(void *arg, int code) in callb_generic_cpr() 341 callb_generic_cpr_safe(void *arg, int code) in callb_generic_cpr_safe()
|
| /freebsd-14.2/crypto/heimdal/lib/hdb/ |
| H A D | common.c | 108 int code; in _hdb_fetch_kvno() local 171 krb5_error_code code; in hdb_remove_aliases() local 212 krb5_error_code code; in hdb_add_aliases() local 243 int code; in hdb_check_aliases() local 285 int code; in _hdb_store() local 334 int code; in _hdb_remove() local
|
| /freebsd-14.2/sbin/ipf/ipf/ |
| H A D | bpf-ipf.h | 349 #define BPF_CLASS(code) ((code) & 0x07) argument 360 #define BPF_SIZE(code) ((code) & 0x18) argument 364 #define BPF_MODE(code) ((code) & 0xe0) argument 373 #define BPF_OP(code) ((code) & 0xf0) argument 388 #define BPF_SRC(code) ((code) & 0x08) argument 393 #define BPF_RVAL(code) ((code) & 0x18) argument 397 #define BPF_MISCOP(code) ((code) & 0xf8) argument 405 u_short code; member 414 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k } argument 415 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
|
| /freebsd-14.2/usr.sbin/dumpcis/ |
| H A D | readcis.c | 254 unsigned char code, length; in read_one_tuplelist() local 359 find_tuple_in_list(struct tuple_list *tl, unsigned char code) in find_tuple_in_list() 373 get_tuple_info(unsigned char code) in get_tuple_info() 384 tuple_name(unsigned char code) in tuple_name()
|
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_write_add_filter.c | 41 struct { int code; int (*setter)(struct archive *); } codes[] = member 60 archive_write_add_filter(struct archive *a, int code) in archive_write_add_filter()
|
| H A D | archive_write_set_format.c | 42 struct { int code; int (*setter)(struct archive *); } codes[] = member 69 archive_write_set_format(struct archive *a, int code) in archive_write_set_format()
|
| /freebsd-14.2/contrib/unifdef/FreeBSD/ |
| H A D | err.c | 48 errc(int eval, int code, const char *fmt, ...) in errc() 57 verrc(int eval, int code, const char *fmt, va_list ap) in verrc() 103 warnc(int code, const char *fmt, ...) in warnc() 112 vwarnc(int code, const char *fmt, va_list ap) in vwarnc()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | entropy_common.c | 31 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() 32 const char* FSE_getErrorName(size_t code) { return ERR_getErrorName(code); } in FSE_getErrorName() 34 unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError() 35 const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); } in HUF_getErrorName()
|
| /freebsd-14.2/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_has_cap.c | 55 bool code = FALSE; in NCURSES_EXPORT() local 79 bool code = FALSE; in NCURSES_SP_NAME() local
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/ |
| H A D | error_category.cpp | 29 bool error_category::equivalent(int code, const error_condition& condition) const noexcept { in equivalent() 33 bool error_category::equivalent(const error_code& code, int condition) const noexcept { in equivalent() argument
|
| /freebsd-14.2/sys/dev/mpt/ |
| H A D | mpt_debug.c | 212 mpt_ioc_status(int code) in mpt_ioc_status() 226 mpt_ioc_diag(u_int32_t code) in mpt_ioc_diag() 244 mpt_ioc_function(int code) in mpt_ioc_function() 258 mpt_ioc_event(int code) in mpt_ioc_event() 272 mpt_scsi_state(int code) in mpt_scsi_state() 290 mpt_scsi_status(int code) in mpt_scsi_status() 336 mpt_scsi_tm_type(int code) in mpt_scsi_tm_type()
|
| /freebsd-14.2/sys/i386/include/ |
| H A D | db_machdep.h | 67 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) argument 68 #define IS_SSTEP_TRAP(type, code) \ argument 70 #define IS_WATCHPOINT_TRAP(type, code) 0 argument
|
| /freebsd-14.2/sys/contrib/zstd/lib/common/ |
| H A D | error_private.h | 58 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() 60 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; ret… in ERR_getErrorCode() 73 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | err.c | 86 errc(int eval, int code, const char *fmt, ...) in errc() 95 verrc(int eval, int code, const char *fmt, va_list ap) in verrc() 151 warnc(int code, const char *fmt, ...) in warnc() 160 vwarnc(int code, const char *fmt, va_list ap) in vwarnc()
|
| /freebsd-14.2/contrib/ncurses/form/ |
| H A D | fty_generic.c | 111 int code = E_SYSTEM_ERROR; in _nc_generic_fieldtype() local 229 int code = E_SYSTEM_ERROR; in _nc_set_generic_fieldtype() local 282 int code = E_SYSTEM_ERROR; in _nc_form_cursor() local
|