Searched refs:code (Results 201 - 225 of 1463) sorted by relevance

1234567891011>>

/freebsd-current/contrib/wpa/src/eap_common/
H A Deap_ikev2_common.h24 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code);
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dentries.c178 _nc_free_tinfo(int code)
180 T((T_CALLED("_nc_free_tinfo(%d)"), code));
182 exit(code);
187 exit_terminfo(int code)
189 T((T_CALLED("exit_terminfo(%d)"), code));
193 exit(code);
162 _nc_free_tinfo(int code) argument
170 exit_terminfo(int code) argument
H A Dlib_win32util.c66 int code = 0; local
103 code = 1;
112 returnCode(code);
/freebsd-current/sbin/ping/tests/
H A Dinjection.py55 )/ICMP(type=0, code=0, id=echo_req.payload.id)/echo_req.payload.payload
63 )/ICMP(type=0, code=0, id=echo_req.payload.id)/echo_req.payload.payload
67 )/ICMP(type=3, code=1) # host unreach
75 )/ICMP(type=0, code=0, id=echo_req.payload.id)/echo_req.payload.payload
/freebsd-current/sys/amd64/include/
H A Dkdb.h11 * 1. Redistributions of source code must retain the above copyright
56 kdb_cpu_trap(int type, int code) argument
/freebsd-current/sys/i386/include/
H A Dkdb.h11 * 1. Redistributions of source code must retain the above copyright
56 kdb_cpu_trap(int type, int code) argument
/freebsd-current/sys/riscv/include/
H A Dkdb.h9 * 1. Redistributions of source code must retain the above copyright
54 kdb_cpu_trap(int type, int code) argument
/freebsd-current/sys/arm64/include/
H A Dkdb.h12 * 1. Redistributions of source code must retain the above copyright
53 kdb_cpu_trap(int type, int code) argument
/freebsd-current/contrib/dialog/
H A Dprgbox.c104 int code; local
112 code = dlg_progressbox(title, cprompt, height, width, pauseopt, fp);
117 return code;
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_hline.c51 int code = ERR; local
86 code = OK;
88 returnCode(code);
H A Dlib_erase.c50 int code = ERR; local
94 code = OK;
96 returnCode(code);
H A Dlib_vline.c51 int code = ERR; local
86 code = OK;
88 returnCode(code);
/freebsd-current/contrib/ncurses/progs/
H A Dtty_settings.c48 int code = errno; local
50 (void) fprintf(stderr, "%s: %s: %s\n", _nc_progname, msg, strerror(code));
53 ExitProgram(ErrSystem(code));
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.h117 kmp_msg_t __kmp_msg_error_code(int code);
123 #define KMP_SYSERRCODE(code) __kmp_msg_error_code(code)
/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl29 # processor, as long as it's "z-CPU". Latter implies that the code
31 # 50% better than code generated by gcc 4.3.
50 $code=<<___;
69 $code.=<<___;
76 $code.=<<___ if ($flavour =~ /3[12]/);
79 $code.=<<___;
94 $code.=<<___;
100 $code.=<<___ if ($i==1);
103 $code.=<<___ if ($i>1);
107 $code
[all...]
/freebsd-current/sys/powerpc/include/
H A Ddb_machdep.h62 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
66 #define IS_WATCHPOINT_TRAP(type, code) ((type) == T_WATCHPOINT)
68 #define IS_WATCHPOINT_TRAP(type, code) 0
/freebsd-current/sys/sys/
H A Dfail.h9 * 1. Redistributions of source code must retain the above copyright
62 * failure-injection code and the user-interface.
225 #define _FAIL_POINT_EVAL(name, cond, code...) \
231 code; \
234 #define KFAIL_POINT_EVAL(name, code...) \
235 _FAIL_POINT_EVAL(name, true, code)
301 * Instantiate a failpoint which runs arbitrary code when triggered, and sets
312 * @param code The arbitrary code to run when triggered. Can reference
319 post_func, post_arg, code
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_set_format.c8 * 1. Redistributions of source code must retain the above copyright
37 archive_read_set_format(struct archive *_a, int code) argument
43 if ((r1 = archive_read_support_format_by_code(_a, code)) < (ARCHIVE_OK))
49 switch (code & ARCHIVE_FORMAT_BASE_MASK)
98 "Invalid format code specified");
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug-errors-jobs.exp8 *** [fail-spaces] Error code 1
18 *** [fail-escaped-space] Error code 1
32 *** [fail-newline] Error code 1
42 *** [fail-multiline] Error code 1
52 *** [fail-multiline-intention] Error code 1
61 *** [fail-vars] Error code 1
H A Ddeptgt-end-fail.exp13 *** Error code 1 (continuing)
25 *** Error code 1 (continuing)
36 *** Error code 1 (continuing)
45 *** Error code 1 (continuing)
55 *** Error code 1 (continuing)
65 *** Error code 1 (continuing)
75 *** Error code 1 (continuing)
86 *** Error code 1 (continuing)
96 *** Error code 1 (continuing)
106 *** Error code
[all...]
/freebsd-current/contrib/tnftp/src/
H A Ddomacro.c11 * 1. Redistributions of source code must retain the above copyright
65 code = -1;
74 code = -1;
125 code = -1;
128 code = -1;
131 code = -1;
/freebsd-current/contrib/ncurses/ncurses/trace/
H A Dlib_tracemse.c49 _nc_trace_mmask_t(SCREEN *sp, mmask_t code) argument
52 if ((code & m) == m) { \
139 _nc_retrace_mmask_t(SCREEN *sp, mmask_t code)
143 T((T_RETURN("{%s}"), _nc_trace_mmask_t(sp, code)));
147 return code;
/freebsd-current/sys/contrib/openzfs/lib/libuutil/
H A Duu_misc.c45 * All of the old code under !defined(PTHREAD_ONCE_KEY_NP)
50 * The code is not MT-safe in a relaxed memory model.
73 uu_set_error(uint_t code) argument
76 _uu_main_error = code;
98 (void *)(uintptr_t)code);
118 uu_strerror(uint32_t code) argument
122 switch (code) {
/freebsd-current/contrib/bc/src/
H A Dprogram.c11 * * Redistributions of source code must retain the above copyright notice, this
87 * @param code The bytecode vector.
93 bc_program_index(const char* restrict code, size_t* restrict bgn) argument
95 uchar amt = (uchar) code[(*bgn)++], i = 0;
100 size_t temp = ((size_t) ((int) (uchar) code[*bgn]) & UCHAR_MAX);
343 // deeper to get *to* the element. That's what the code inside this
356 // is this code, so in essence, this line takes care of arrays
635 * @param code The bytecode vector that we will pull the index of the constant
641 bc_program_const(BcProgram* p, const char* code, size_t* bgn) argument
646 BcConst* c = bc_vec_item(&p->consts, bc_program_index(code, bg
1592 bc_program_pushVar(BcProgram* p, const char* restrict code, size_t* restrict bgn, bool pop, bool copy) argument
1668 bc_program_pushArray(BcProgram* p, const char* restrict code, size_t* restrict bgn, uchar inst) argument
1773 bc_program_call(BcProgram* p, const char* restrict code, size_t* restrict bgn) argument
2385 bc_program_regStackLen(BcProgram* p, const char* restrict code, size_t* restrict bgn) argument
2491 bc_program_execStr(BcProgram* p, const char* restrict code, size_t* restrict bgn, bool cond, size_t len) argument
3022 char* code; local
3762 bc_program_printIndex(const char* restrict code, size_t* restrict bgn) argument
3777 bc_program_printStr(const BcProgram* p, const char* restrict code, size_t* restrict bgn) argument
3789 bc_program_printInst(const BcProgram* p, const char* restrict code, size_t* restrict bgn) argument
3823 char* code; local
[all...]
/freebsd-current/contrib/libarchive/tar/
H A Dcreation_set.c8 * 1. Redistributions of source code must retain the above copyright
252 const char *code; local
271 code = get_filter_code(p);
272 if (code != NULL) {
273 cset_add_filter(cset, code);
278 code = get_format_code(p);
279 if (code != NULL) {
280 cset_set_format(cset, code);
284 code = decompose_alias(p);
285 if (code
[all...]

Completed in 244 milliseconds

1234567891011>>