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

1234567891011>>

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_add_filter.c8 * 1. Redistributions of source code must retain the above copyright
42 struct { int code; int (*setter)(struct archive *); } codes[] = member in struct:__anon1571
59 archive_write_add_filter(struct archive *a, int code) argument
63 for (i = 0; codes[i].code != -1; i++) {
64 if (code == codes[i].code)
H A Darchive_write_set_format.c8 * 1. Redistributions of source code must retain the above copyright
42 struct { int code; int (*setter)(struct archive *); } codes[] = member in struct:__anon1576
65 archive_write_set_format(struct archive *a, int code) argument
69 for (i = 0; codes[i].code != 0; i++) {
70 if (code == codes[i].code)
H A Darchive_read_support_filter_compress.c8 * 1. Redistributions of source code must retain the above copyright
27 * This code borrows heavily from "compress" source code, which is
36 * This code is derived from software contributed to Berkeley by
43 * 1. Redistributions of source code must retain the above copyright
88 * the whole decompressor here (cribbing from "compress" source code,
110 int maxcode; /* Largest code. */
111 int maxcode_bits; /* Length of largest code. */
113 int bits; /* Current code length. */
114 int oldcode; /* Previous code
214 int code; local
331 int code, newcode; local
421 int code; local
[all...]
/freebsd-10.0-release/contrib/ncurses/form/
H A Dform.priv.h120 /* This is a dummy request code (normally invalid) to be used internally
170 #define returnField(code) TRACE_RETURN(code,field)
171 #define returnFieldPtr(code) TRACE_RETURN(code,field_ptr)
172 #define returnForm(code) TRACE_RETURN(code,form)
173 #define returnFieldType(code) TRACE_RETURN(code,field_type)
174 #define returnFormHook(code) TRACE_RETUR
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dname_match.c84 int code, found; local
94 for (code = TRUE; *s != '\0'; code = FALSE, s++) {
104 if (code && *d == '\0')
105 return code;
/freebsd-10.0-release/sys/dev/amr/
H A Damr_tables.h9 * 1. Redistributions of source code must retain the above copyright
34 * 1. Redistributions of source code must retain the above copyright
39 * 3. The party using or redistributing the source code and binary forms
60 * Lookup table for code-to-text translations.
64 u_int32_t code; member in struct:amr_code_lookup
67 extern char *amr_describe_code(struct amr_code_lookup *table, u_int32_t code);
77 * Look up a text description of a numeric code and return a pointer to same.
80 amr_describe_code(struct amr_code_lookup *table, u_int32_t code) argument
85 if (table[i].code == code)
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dtries.c49 _nc_expand_try(TRIES * tree, unsigned code, int *count, size_t len) argument
54 if (code != 0) {
56 if ((result = _nc_expand_try(ptr->child, code, count, len + 1))
60 if (ptr->value == code) {
75 _tracef("expand_key %s %s", _nc_tracechar(SP, code), _nc_visbuf(result));
84 * Remove a code from the specified tree, freeing the unused nodes. Returns
85 * true if the code was found/removed.
88 _nc_remove_key(TRIES ** tree, unsigned code) argument
90 T((T_CALLED("_nc_remove_key(%p,%d)"), tree, code));
92 if (code
[all...]
H A Dlib_insch.c55 int code = OK; local
63 if ((code = _nc_insert_ch(win, ' ')) != OK)
98 code = _nc_insert_ch(win, ChAttrOf(ch) | UChar(*s));
99 if (code != OK)
113 code = wins_wch(win, &wch);
119 code = _nc_insert_ch(win, ChAttrOf(ch) | UChar(*s));
120 if (code != OK)
125 code = ERR;
132 return code;
140 int code local
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_cchar.c55 int code = OK; local
64 code = ERR;
91 TR(TRACE_CCALLS, (T_RETURN("%d"), code));
92 return (code);
104 int code = ERR; local
115 code = len;
117 code = ERR;
123 code = OK;
127 TR(TRACE_CCALLS, (T_RETURN("%d"), code));
128 return (code);
[all...]
H A Dlib_get_wch.c64 int code; local
78 * _nc_wgetch(), while we want to return a wide character or KEY_xxx code.
85 code = _nc_wgetch(win, &value, TRUE EVENTLIST_2nd((_nc_eventlist
87 if (code == ERR) {
89 } else if (code == KEY_CODE_YES) {
92 * return an error since we have a KEY_xxx code which
99 code = ERR;
104 code = ERR;
113 code = ERR; /* the two calls should match */
122 code
[all...]
/freebsd-10.0-release/usr.bin/locate/locate/
H A Dmklocatedb.sh9 # 1. Redistributions of source code must retain the above copyright
49 : ${code:=locate.code}
77 $code $bigrams > $filelist || exit 1
80 locate -d $filelist / | $code $bigrams || exit 1
87 $code $bigrams < $filelist || exit 1
/freebsd-10.0-release/contrib/ipfilter/
H A Dpcap-bpf.h7 * This code is derived from the Stanford/CMU enet packet filter,
8 * (net/enet.c) distributed as part of 4.3BSD, and code contributed
15 * 1. Redistributions of source code must retain the above copyright
47 * the stuff needed for the code generator and the userland BPF
105 * It has nothing to do with the source code version.
602 #define BPF_CLASS(code) ((code) & 0x07)
613 #define BPF_SIZE(code) ((code) & 0x18)
617 #define BPF_MODE(code) ((cod
658 u_short code; member in struct:bpf_insn
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dminimon.h176 INT32 code; /* generic */ member in struct:generic_msg_t
185 INT32 code; /* generic */ member in struct:generic_int32_msg_t
197 INT32 code; /* 0 */ member in struct:reset_msg_t
204 INT32 code; /* 1 */ member in struct:config_req_msg_t
211 INT32 code; /* 2 */ member in struct:status_req_msg_t
218 INT32 code; /* 3 */ member in struct:read_req_msg_t
228 INT32 code; /* 4 */ member in struct:write_req_msg_t
239 INT32 code; /* 4 */ member in struct:write_r_msg_t
250 INT32 code; /* 5 */ member in struct:bkpt_set_msg_t
261 INT32 code; /* member in struct:bkpt_rm_msg_t
270 INT32 code; /* 7 */ member in struct:bkpt_stat_msg_t
279 INT32 code; /* 8 */ member in struct:copy_msg_t
291 INT32 code; /* 9 */ member in struct:fill_msg_t
303 INT32 code; /* 10 */ member in struct:init_msg_t
319 INT32 code; /* 11 */ member in struct:go_msg_t
326 INT32 code; /* 12 */ member in struct:step_msg_t
334 INT32 code; /* 13 */ member in struct:break_msg_t
341 INT32 code; /* 64 */ member in struct:hif_call_rtn_msg_t
352 INT32 code; /* 65 */ member in struct:channel0_msg_t
360 INT32 code; /* 66 */ member in struct:channel1_ack_msg_t
372 INT32 code; /* 32 */ member in struct:reset_ack_msg_t
379 INT32 code; /* 33 */ member in struct:config_msg_t
398 INT32 code; /* 34 */ member in struct:status_msg_t
415 INT32 code; /* 35 */ member in struct:read_ack_msg_t
425 INT32 code; /* 35 */ member in struct:read_r_ack_msg_t
436 INT32 code; /* 36 */ member in struct:write_ack_msg_t
446 INT32 code; /* 37 */ member in struct:bkpt_set_ack_msg_t
457 INT32 code; /* 38 */ member in struct:bkpt_rm_ack_msg_t
466 INT32 code; /* 39 */ member in struct:bkpt_stat_ack_msg_t
477 INT32 code; /* 40 */ member in struct:copy_ack_msg_t
489 INT32 code; /* 41 */ member in struct:fill_ack_msg_t
500 INT32 code; /* 42 */ member in struct:init_ack_msg_t
507 INT32 code; /* 43 */ member in struct:halt_msg_t
518 INT32 code; /* 63 */ member in struct:error_msg_t
528 INT32 code; /* 96 */ member in struct:hif_call_msg_t
539 INT32 code; /* 97 */ member in struct:channel0_ack_msg_t
546 INT32 code; /* 98 */ member in struct:channel1_msg_t
[all...]
/freebsd-10.0-release/contrib/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-10.0-release/contrib/dialog/
H A Dmouse.c36 find_region_by_code(int code) argument
41 if (code == butPtr->code)
55 dlg_mouse_setcode(int code) argument
57 basecode = code;
63 int code,
67 mseRegion *butPtr = dlg_mouse_mkregion(y, x, height, width, -DLGK_MOUSE(code));
84 dlg_mouse_mkregion(int y, int x, int height, int width, int code) argument
88 if ((butPtr = find_region_by_code(basecode + code)) == 0) {
102 butPtr->code
61 dlg_mouse_mkbigregion(int y, int x, int height, int width, int code, int step_y, int step_x, int mode) argument
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c216 _nc_retrace_bool(NCURSES_BOOL code)
218 T((T_RETURN("%s"), code ? "TRUE" : "FALSE"));
219 return code;
224 _nc_retrace_int(int code) argument
226 T((T_RETURN("%d"), code));
227 return code;
232 _nc_retrace_unsigned(unsigned code) argument
234 T((T_RETURN("%#x"), code));
235 return code;
240 _nc_retrace_ptr(char *code) argument
248 _nc_retrace_cptr(const char *code) argument
256 _nc_retrace_cvoid_ptr(NCURSES_CONST void *code) argument
264 _nc_retrace_void_ptr(void *code) argument
272 _nc_retrace_sp(SCREEN *code) argument
280 _nc_retrace_win(WINDOW *code) argument
[all...]
/freebsd-10.0-release/contrib/xz/src/liblzma/rangecoder/
H A Drange_decoder.h22 uint32_t code; member in struct:__anon4717
36 rc->code = (rc->code << 8) | in[*in_pos];
66 (range_decoder).code = 0; \
71 /// When decoding has been properly finished, rc.code is always zero unless
75 ((range_decoder).code == 0)
89 rc.code = (rc.code << RC_SHIFT_BITS) | in[rc_in_pos++]; \
108 if (rc.code < rc_bound)
125 rc.code
[all...]
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcpu-ia64-opc.c21 /* Logically, this code should be part of libopcode but since some of
23 relocations, this code is included as part of cpu-ia64.c. This
36 ia64_insn value ATTRIBUTE_UNUSED, ia64_insn *code ATTRIBUTE_UNUSED)
43 ia64_insn code ATTRIBUTE_UNUSED, ia64_insn *valuep ATTRIBUTE_UNUSED)
50 ia64_insn value ATTRIBUTE_UNUSED, ia64_insn *code ATTRIBUTE_UNUSED)
57 ia64_insn code ATTRIBUTE_UNUSED, ia64_insn *valuep ATTRIBUTE_UNUSED)
63 ins_reg (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
68 *code |= value << self->field[0].shift;
73 ext_reg (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
75 *valuep = ((code >> sel
81 ins_immu(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
100 ext_immu(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
117 ins_immu5b(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
126 ext_immu5b(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
140 ins_immus8(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
148 ext_immus8(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
161 ins_imms_scaled(const struct ia64_operand *self, ia64_insn value, ia64_insn *code, int scale) argument
185 ext_imms_scaled(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep, int scale) argument
207 ins_imms(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
213 ins_immsu4(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
221 ext_imms(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
227 ins_immsm1(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
234 ins_immsm1u4(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
244 ext_immsm1(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
253 ins_imms1(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
259 ext_imms1(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
265 ins_imms4(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
271 ext_imms4(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
277 ins_imms16(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
283 ext_imms16(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
289 ins_cimmu(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
296 ext_cimmu(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
312 ins_cnt(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
323 ext_cnt(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
331 ins_cnt2b(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
343 ext_cnt2b(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
350 ins_cnt2c(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
365 ext_cnt2c(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
382 ins_inc3(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
405 ext_inc3(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
[all...]
/freebsd-10.0-release/contrib/ntp/include/
H A Dadjtime.h48 int code; member in struct:__anon3731::__anon3732
60 * code values
/freebsd-10.0-release/contrib/wpa/src/eap_common/
H A Deap_wsc_common.h25 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);
/freebsd-10.0-release/lib/libz/
H A Dinflate.h13 the crc code when it is not needed. For shared libraries, gzip decoding
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
43 DIST, /* i: waiting for distance code */
103 /* for table and code decoding */
105 /* fixed and dynamic code tables */
106 code const FAR *lencode; /* starting table for length/literal codes */
107 code cons
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h15 the crc code when it is not needed. For shared libraries, gzip decoding
39 LENLENS, /* i: waiting for code length code lengths */
40 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit code */
43 DIST, /* i: waiting for distance code */
101 /* for table and code decoding */
103 /* fixed and dynamic code tables */
104 code const FAR *lencode; /* starting table for length/literal codes */
105 code cons
[all...]
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_isc.c10 * 1. Redistributions of source code must retain the above copyright
55 u_int code; local
58 code = (tf->tf_eax & 0xffffff00) >> 8;
59 callp = &isc_sysent[code];
61 if (code < IBCS2_ISC_MAXSYSCALL)
/freebsd-10.0-release/sys/ia64/include/
H A Dproc.h9 * 1. Redistributions of source code must retain the above copyright
46 u_int code; member in struct:syscall_args
/freebsd-10.0-release/contrib/libarchive/libarchive_fe/
H A Derr.h8 * 1. Redistributions of source code must retain the above copyright
47 void lafe_warnc(int code, const char *fmt, ...) __LA_PRINTFLIKE(2, 3);
48 void lafe_errc(int eval, int code, const char *fmt, ...) __LA_DEAD

Completed in 139 milliseconds

1234567891011>>