Searched refs:code (Results 126 - 150 of 1464) sorted by relevance

1234567891011>>

/freebsd-current/usr.sbin/sesutil/
H A Deltsub.c8 * 1. Redistributions of source code must retain the above copyright
117 scode2ascii(u_char code) argument
120 switch (code & 0xf) {
140 snprintf(rbuf, sizeof(rbuf), "<Status 0x%x>", code & 0xf);
/freebsd-current/sys/x86/linux/
H A Dlinux_x86.c10 * 1. Redistributions of source code must retain the above copyright
93 bsd_to_linux_trapcode(int code) argument
96 return (code < nitems(_bsd_to_linux_trapcode) ?
97 _bsd_to_linux_trapcode[code] : LINUX_T_UNKNOWN);
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_slkinit.c55 int code = ERR; local
68 code = NCURSES_SP_NAME(_nc_ripoffline) (NCURSES_SP_ARGx
72 returnCode(code);
H A Dlib_clreol.c49 int code = ERR; local
89 code = OK;
91 returnCode(code);
H A Dkey_defined.c72 int code = ERR; local
76 code = find_definition(SP_PARM->_keytry, str);
79 returnCode(code);
/freebsd-current/crypto/heimdal/lib/roken/
H A Dflock.c10 * 1. Redistributions of source code must retain the above copyright
48 int code, cmd; local
62 code = fcntl(fd, F_SETLK, &arg);
66 code = fcntl(fd, cmd, &arg);
70 code = fcntl(fd, cmd, &arg);
74 code = -1;
77 return code;
/freebsd-current/contrib/opencsd/decoder/include/common/
H A Docsd_error.h13 * 1. Redistributions of source code must retain the above copyright notice,
49 * Errors are created with a severity (ocsd_err_severity_t) and a standard ocsd_err_t error code.
60 ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code); /**< Default error constructor with severity and error code. */
61 ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code, const ocsd_trc_index_t idx); /**< Constructor with optional trace index. */
62 ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code, const ocsd_trc_index_t idx, const uint8_t chan_id); /**< Constructor with optional trace index and channel ID. */
63 ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code, const std::string &msg); /**< Default error constructor with severity and error code - plus message. */
64 ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code, const ocsd_trc_index_t idx, const std::string &msg); /**< Constructor with optional trace index - plus message. */
65 ocsdError(const ocsd_err_severity_t sev_type, const ocsd_err_t code, cons
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Ddoterror.exp4 *** Error code 1
H A Dvarname-make_print_var_on_error.exp3 *** Error code 1 (continuing)
H A Dsh-jobs.exp3 *** [no-comment] Error code 1
H A Dopt-no-action-runflags.exp16 *** Error code 1 (ignored)
31 *** Error code 1 (ignored)
H A Dcompat-error.exp4 *** Error code 1 (continuing)
8 *** Error code 1 (continuing)
/freebsd-current/contrib/com_err/
H A Derror.c10 * 1. Redistributions of source code must retain the above copyright
47 com_right(struct et_list *list, long code) argument
51 if (code >= p->table->base && code < p->table->base + p->table->n_msgs)
52 return p->table->msgs[code - p->table->base];
57 com_right_r(struct et_list *list, long code, char *str, size_t len) argument
61 if (code >= p->table->base && code < p->table->base + p->table->n_msgs) {
62 const char *msg = p->table->msgs[code - p->table->base];
/freebsd-current/crypto/heimdal/lib/com_err/
H A Derror.c10 * 1. Redistributions of source code must retain the above copyright
50 com_right(struct et_list *list, long code) argument
54 if (code >= p->table->base && code < p->table->base + p->table->n_msgs)
55 return p->table->msgs[code - p->table->base];
60 com_right_r(struct et_list *list, long code, char *str, size_t len) argument
64 if (code >= p->table->base && code < p->table->base + p->table->n_msgs) {
65 const char *msg = p->table->msgs[code - p->table->base];
H A Dcom_right.h10 * 1. Redistributions of source code must retain the above copyright
75 com_right (struct et_list *list, long code);
78 com_right_r (struct et_list *list, long code, char *, size_t);
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dprog_setup.c10 * 1. Redistributions of source code must retain the above copyright
39 krb5_std_usage(int code, struct getargs *args, int num_args) argument
42 exit(code);
/freebsd-current/usr.sbin/dumpcis/
H A Dreadcis.h9 * 1. Redistributions of source code must retain the above copyright
31 unsigned char code; member in struct:tuple
45 unsigned char code; member in struct:tuple_info
/freebsd-current/contrib/unifdef/FreeBSD/
H A Derr.c8 * 1. Redistributions of source code must retain the above copyright
48 errc(int eval, int code, const char *fmt, ...) argument
52 verrc(eval, code, fmt, ap);
57 verrc(int eval, int code, const char *fmt, va_list ap) argument
64 fprintf(stderr, "%s\n", strerror(code));
103 warnc(int code, const char *fmt, ...) argument
107 vwarnc(code, fmt, ap);
112 vwarnc(int code, const char *fmt, va_list ap) argument
119 fprintf(stderr, "%s\n", strerror(code));
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/
H A Dfuchsia.inc6 // needs this initializer code.
/freebsd-current/contrib/libarchive/libarchive_fe/
H A Derr.h8 * 1. Redistributions of source code must retain the above copyright
52 void lafe_warnc(int code, const char *fmt, ...) __LA_PRINTFLIKE(2, 3);
53 __LA_NORETURN void lafe_errc(int eval, int code, const char *fmt, ...) __LA_PRINTFLIKE(3, 4);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lzw.h67 // This is a new substring, but emit the code for the current match
109 auto copy = [&code_to_substr, &dict_len1](LzwCodeType code, ItOut out) {
110 if (code < dict_len1.size()) {
111 *out = dict_len1[code];
115 const auto& s = code_to_substr[code - dict_len1.size()];
121 // Returns lens of the substring with the given code.
122 auto code_to_len = [&code_to_substr, &dict_len1](LzwCodeType code) -> uptr {
123 if (code < dict_len1.size())
125 const auto& s = code_to_substr[code - dict_len1.size()];
134 LzwCodeType code local
[all...]
/freebsd-current/contrib/tnftp/src/
H A Dcmds.c8 * This code is derived from software contributed to The NetBSD Foundation
11 * This code is derived from software contributed to The NetBSD Foundation
18 * 1. Redistributions of source code must retain the above copyright
44 * 1. Redistributions of source code must retain the above copyright
73 * 1. Redistributions of source code must retain the above copyright
240 code = -1;
245 code = 0;
262 code = -1;
317 code = -1;
333 code
[all...]
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl21 # The code does not present direct interest to OpenSSL, because of low
23 # useless one I must say, because 30% or 88 bytes larger ARMv4 code
26 # by over 40%, while code increases by only 10% or 32 bytes. But once
73 $code.=$inline?&common():"\tbl .Lcommon\n";
74 $code.=<<___;
80 $code.=$inline?&rotate():"\tbl .Lrotate\n";
84 $code.=$inline?&common():"\tbl .Lcommon\n";
85 $code.=<<___;
90 $code.=$inline?&rotate():"\tbl .Lrotate\n";
94 $code
[all...]
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dexceptions.hpp7 // 1. Redistributions of source code must retain the above copyright
46 int code(void) const throw();
/freebsd-current/sys/contrib/zlib/
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 */
107 /* for table and code decoding */
109 /* fixed and dynamic code tables */
110 code const FAR *lencode; /* starting table for length/literal codes */
111 code cons
[all...]

Completed in 474 milliseconds

1234567891011>>