Searched refs:code (Results 51 - 75 of 1464) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/zlib/
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon41
35 01000000 - invalid code
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-chdir.exp3 *** Error code 2 (ignored)
H A Ddeptgt-delete_on_error.exp3 *** Error code 1 (continuing)
6 *** Error code 1 (continuing)
9 *** Error code 1 (continuing)
11 *** Error code 1 (continuing)
13 *** Error code 1 (continuing)
15 *** Error code 1 (continuing)
19 *** Error code 1 (ignored)
23 *** [deptgt-delete_on_error-regular] Error code 1
28 *** [deptgt-delete_on_error-regular-delete] Error code 1
33 *** [deptgt-delete_on_error-phony] Error code
[all...]
H A Djob-flags.exp6 *** [ignore] Error code 1 (ignored)
10 *** [ignore-cmds] Error code 1 (ignored)
/freebsd-current/contrib/ncurses/progs/
H A Dtparm_type.c41 * code portable to platforms where sizeof(int) != sizeof(char *).
46 #define TD(code, longname, ti, tc) \
47 {code, {longname} }, \
48 {code, {ti} }, \
49 {code, {tc} }
50 #define XD(code, onlyname) TD(code, onlyname, onlyname, onlyname)
54 TParams code; member in struct:__anon105
72 result = table[n].code;
/freebsd-current/contrib/com_err/
H A Dcom_err.c10 * 1. Redistributions of source code must retain the above copyright
44 error_message (long code) argument
47 const char *p = com_right(_et_list, code);
49 if (code < 0)
50 snprintf(msg, sizeof(msg), "Unknown error %ld", code);
52 p = strerror(code);
57 snprintf(msg, sizeof(msg), "Unknown error %ld", code);
69 default_proc (const char *whoami, long code, const char *fmt, va_list args)
73 default_proc (const char *whoami, long code, const char *fmt, va_list args) argument
77 if (code)
87 com_err_va(const char *whoami, long code, const char *fmt, va_list args) argument
96 com_err(const char *whoami, long code, const char *fmt, ...) argument
[all...]
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dcom_err.c10 * 1. Redistributions of source code must retain the above copyright
47 error_message (long code) argument
50 const char *p = com_right(_et_list, code);
52 if (code < 0)
53 snprintf(msg, sizeof(msg), "Unknown error %ld", code);
55 p = strerror(code);
60 snprintf(msg, sizeof(msg), "Unknown error %ld", code);
72 default_proc (const char *whoami, long code, const char *fmt, va_list args)
76 default_proc (const char *whoami, long code, const char *fmt, va_list args) argument
80 if (code)
90 com_err_va(const char *whoami, long code, const char *fmt, va_list args) argument
99 com_err(const char *whoami, long code, const char *fmt, ...) argument
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_add_filter.c8 * 1. Redistributions of source code must retain the above copyright
41 struct { int code; int (*setter)(struct archive *); } codes[] = member in struct:__anon35
60 archive_write_add_filter(struct archive *a, int code) argument
64 for (i = 0; codes[i].code != -1; i++) {
65 if (code == codes[i].code)
/freebsd-current/usr.bin/locate/locate/
H A Dmklocatedb.sh11 # 1. Redistributions of source code must retain the above copyright
46 : ${code:=locate.code}
68 $code $bigrams > $filelist
71 $locate -d $filelist / | $code $bigrams
76 $code $bigrams < $filelist
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dtries.c51 _nc_expand_try(TRIES * tree, unsigned code, int *count, size_t len) argument
56 if (code != 0) {
58 if ((result = _nc_expand_try(ptr->child, code, count, len + 1))
62 if (ptr->value == code) {
78 _nc_tracechar(CURRENT_SCREEN, (int) code),
88 * Remove a code from the specified tree, freeing the unused nodes. Returns
89 * true if the code was found/removed.
92 _nc_remove_key(TRIES ** tree, unsigned code) argument
94 T((T_CALLED("_nc_remove_key(%p,%d)"), (void *) tree, code));
96 if (code
[all...]
H A Dkeyok.c52 int code = ERR; local
57 code = CallDriver_2(sp, td_kyOk, c, flag);
68 code = _nc_add_to_try(&(SP_PARM->_keytry), s, ch);
71 if (code != OK)
81 code = _nc_add_to_try(&(SP_PARM->_key_ok), s, ch);
84 if (code != OK)
94 returnCode(code);
H A Dlib_insch.c56 int code = OK; local
71 if ((code = _nc_insert_ch(sp, win, ' ')) != OK)
108 code = _nc_insert_ch(sp, win, ChAttrOf(ch) | UChar(*s));
109 if (code != OK)
123 code = _nc_insert_wch(win, &wch);
130 code = _nc_insert_ch(sp, win,
132 if (code != OK)
137 code = ERR;
144 return code;
150 int code local
[all...]
H A Dlib_driver.c56 int code = ERR; local
77 code = OK;
79 returnCode(code);
99 int code = ERR; local
102 code = CallDriver_2(sp, td_print, data, len);
103 return (code);
115 int code = ERR; local
120 code = CallDriver(sp, td_update);
122 returnCode(code);
134 int code local
[all...]
H A Dlib_colorset.c50 int code = ERR; local
62 code = OK;
64 returnCode(code);
/freebsd-current/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c299 _nc_retrace_bool(int code)
301 T((T_RETURN("%s"), code ? "TRUE" : "FALSE"));
302 return code;
307 _nc_retrace_char(int code) argument
309 T((T_RETURN("%c"), code));
310 return (char) code;
315 _nc_retrace_int(int code) argument
317 T((T_RETURN("%d"), code));
318 return code;
323 _nc_retrace_unsigned(unsigned code) argument
331 _nc_retrace_ptr(char *code) argument
339 _nc_retrace_cptr(const char *code) argument
347 _nc_retrace_cvoid_ptr(NCURSES_CONST void *code) argument
355 _nc_retrace_void_ptr(void *code) argument
363 _nc_retrace_sp(SCREEN *code) argument
371 _nc_retrace_win(WINDOW *code) argument
[all...]
/freebsd-current/contrib/ncurses/form/
H A Dfty_generic.c111 int code = E_SYSTEM_ERROR; local
137 code = E_OK;
141 code = E_BAD_ARGUMENT;
143 if (E_OK != code)
144 SET_ERROR(code);
229 int code = E_SYSTEM_ERROR; local
253 code = E_OK;
262 code = E_OK;
265 return code;
282 int code local
[all...]
/freebsd-current/contrib/netbsd-tests/net/bpfjit/
H A Dt_cop.c11 * 1. Redistributions of source code must retain the above copyright
126 bpfjit_func_t code; local
135 code = rumpns_bpfjit_generate_code(NULL, insns, insn_count);
137 ATF_CHECK(code == NULL);
155 bpfjit_func_t code; local
168 code = rumpns_bpfjit_generate_code(&ctx, insns, insn_count);
170 ATF_REQUIRE(code != NULL);
172 ATF_CHECK(code(&ctx, &args) == 13);
175 rumpns_bpfjit_free_code(code);
194 bpfjit_func_t code; local
233 bpfjit_func_t code; local
272 bpfjit_func_t code; local
313 bpfjit_func_t code; local
362 bpfjit_func_t code; local
401 bpfjit_func_t code; local
426 bpfjit_func_t code; local
456 bpfjit_func_t code; local
496 bpfjit_func_t code; local
536 bpfjit_func_t code; local
576 bpfjit_func_t code; local
618 bpfjit_func_t code; local
668 bpfjit_func_t code; local
707 bpfjit_func_t code; local
[all...]
H A Dt_bpfjit.c10 * 1. Redistributions of source code must retain the above copyright
82 bpfjit_func_t code; local
89 code = rumpns_bpfjit_generate_code(NULL, &dummy, 0);
92 ATF_CHECK(code == NULL);
139 const uint16_t rcode = insns[0].code;
147 /* Current implementation generates code. */
846 bpfjit_func_t code; local
856 code = rumpns_bpfjit_generate_code(NULL, insns, insn_count);
858 ATF_REQUIRE(code != NULL);
860 ATF_CHECK(jitcall(code, pk
1598 bpfjit_func_t code; local
1690 bpfjit_func_t code; local
1719 bpfjit_func_t code; local
1762 bpfjit_func_t code; local
1819 bpfjit_func_t code; local
1876 bpfjit_func_t code; local
1933 bpfjit_func_t code; local
2047 bpfjit_func_t code; local
2111 bpfjit_func_t code; local
2174 bpfjit_func_t code; local
2237 bpfjit_func_t code; local
2280 bpfjit_func_t code; local
2317 bpfjit_func_t code; local
2354 bpfjit_func_t code; local
2471 bpfjit_func_t code; local
2641 bpfjit_func_t code; local
2772 bpfjit_func_t code; local
2815 bpfjit_func_t code; local
2854 bpfjit_func_t code; local
2968 bpfjit_func_t code; local
3009 bpfjit_func_t code; local
3125 bpfjit_func_t code; local
3196 bpfjit_func_t code; local
3242 bpfjit_func_t code; local
3279 bpfjit_func_t code; local
3345 bpfjit_func_t code; local
3425 bpfjit_func_t code; local
3460 bpfjit_func_t code; local
3533 bpfjit_func_t code; local
3596 bpfjit_func_t code; local
3659 bpfjit_func_t code; local
3723 bpfjit_func_t code; local
3787 bpfjit_func_t code; local
3852 bpfjit_func_t code; local
3917 bpfjit_func_t code; local
3978 bpfjit_func_t code; local
4057 bpfjit_func_t code; local
4148 bpfjit_func_t code; local
4256 bpfjit_func_t code; local
4398 bpfjit_func_t code; local
4527 bpfjit_func_t code; local
4554 bpfjit_func_t code; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregerror.c2 * This code is derived from OpenBSD's libc/regex, original license follows:
8 * This code is derived from software contributed to Berkeley by
14 * 1. Redistributions of source code must retain the above copyright
55 int code; member in struct:rerr
75 { 0, "", "*** unknown regexp error code ***" }
95 for (r = rerrs; r->code != 0; r++)
96 if (r->code == target)
100 if (r->code != 0) {
127 for (r = rerrs; r->code != 0; r++)
130 if (r->code
[all...]
/freebsd-current/contrib/libarchive/libarchive_fe/
H A Derr.c8 * 1. Redistributions of source code must retain the above copyright
70 lafe_vwarnc(int code, const char *fmt, va_list ap) argument
74 if (code != 0)
75 fprintf(stderr, ": %s", strerror(code));
80 lafe_warnc(int code, const char *fmt, ...) argument
85 lafe_vwarnc(code, fmt, ap);
90 lafe_errc(int eval, int code, const char *fmt, ...) argument
95 lafe_vwarnc(code, fmt, ap);
/freebsd-current/contrib/netbsd-tests/lib/libbpfjit/
H A Dt_cop.c11 * 1. Redistributions of source code must retain the above copyright
118 bpfjit_func_t code; local
124 code = bpfjit_generate_code(NULL, insns, insn_count);
125 ATF_CHECK(code == NULL);
143 bpfjit_func_t code; local
153 code = bpfjit_generate_code(&ctx, insns, insn_count);
154 ATF_REQUIRE(code != NULL);
156 ATF_CHECK(code(&ctx, &args) == 13);
158 bpfjit_free_code(code);
176 bpfjit_func_t code; local
209 bpfjit_func_t code; local
242 bpfjit_func_t code; local
277 bpfjit_func_t code; local
320 bpfjit_func_t code; local
372 bpfjit_func_t code; local
398 bpfjit_func_t code; local
432 bpfjit_func_t code; local
466 bpfjit_func_t code; local
500 bpfjit_func_t code; local
536 bpfjit_func_t code; local
580 bpfjit_func_t code; local
613 bpfjit_func_t code; local
[all...]
/freebsd-current/contrib/elftoolchain/ar/
H A Dutil.c8 * 1. Redistributions of source code must retain the above copyright
42 static void bsdar_vwarnc(struct bsdar *, int code,
44 static void bsdar_verrc(struct bsdar *bsdar, int code,
48 bsdar_vwarnc(struct bsdar *bsdar, int code, const char *fmt, va_list ap) argument
53 if (code != 0)
54 fprintf(stderr, ": %s", strerror(code));
59 bsdar_warnc(struct bsdar *bsdar, int code, const char *fmt, ...) argument
64 bsdar_vwarnc(bsdar, code, fmt, ap);
69 bsdar_verrc(struct bsdar *bsdar, int code, const char *fmt, va_list ap) argument
74 if (code !
80 bsdar_errc(struct bsdar *bsdar, int code, const char *fmt, ...) argument
[all...]
/freebsd-current/contrib/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c53 int code = OK; local
56 code = winsch(win, (chtype) CharOf(CHDEREF(wch)));
80 return code;
86 int code = ERR; local
94 code = _nc_insert_wch(win, wch);
100 returnCode(code);
106 int code = ERR; local
118 code = OK;
138 code = _nc_insert_wch(win, &tmp_cchar);
141 code
[all...]
/freebsd-current/contrib/opencsd/decoder/source/
H A Docsd_error.cpp13 * 1. Redistributions of source code must retain the above copyright notice,
85 /* test errors - errors generated only by the test code, not the library */
97 {"OCSD_ERR_LAST", "No error - error code end marker"}
100 ocsdError::ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code) : argument
101 m_error_code(code),
108 ocsdError::ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code, const ocsd_trc_index_t idx) : argument
109 m_error_code(code),
116 ocsdError::ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code, const ocsd_trc_index_t idx, const uint8_t chan_id) : argument
117 m_error_code(code),
124 ocsdError::ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code, cons argument
133 ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code, const ocsd_trc_index_t idx, const std::string &msg) argument
142 ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code, const ocsd_trc_index_t idx, const uint8_t chan_id, const std::string &msg) argument
211 int code = (int)error.getErrorCode(); local
[all...]
/freebsd-current/contrib/wpa/src/eap_common/
H A Deap_wsc_common.h25 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);

Completed in 293 milliseconds

1234567891011>>