Home
last modified time | relevance | path

Searched defs:code (Results 26 – 50 of 713) sorted by relevance

12345678910>>...29

/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dlib_addstr.c54 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 DBitcodeConvenience.h190 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 Dcom_err.c44 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 Dcom_err.c47 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 Dmf_common.h73 #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 Dmouse.c36 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 Dt_extmem.c78 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 Dlib_ins_wch.c53 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 Devdev.h191 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 Dhms.c70 #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 Dcallb.c137 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 Dcommon.c108 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 Dbpf-ipf.h349 #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 Dreadcis.c254 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 Darchive_write_add_filter.c41 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 Darchive_write_set_format.c42 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 Derr.c48 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 Dentropy_common.c31 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 Dlib_has_cap.c55 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 Derror_category.cpp29 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 Dmpt_debug.c212 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 Ddb_machdep.h67 #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 Derror_private.h58 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 Derr.c86 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 Dfty_generic.c111 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

12345678910>>...29