Searched defs:code (Results 101 - 125 of 584) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dget_wch.c54 int code; local
56 code = wget_wch(stdscr, wcp);
58 return (code);
66 int code; local
68 if ((code = wmove(stdscr, y, x)) == OK)
69 code = wget_wch(stdscr, wcp);
71 return (code);
79 int code; local
81 if ((code = wmove(w, y, x)) == OK)
82 code
[all...]
H A Din_wch.c54 int code; local
56 code = win_wch(stdscr, cc);
58 return (code);
66 int code; local
68 if ((code = wmove(stdscr, y, x)) == OK)
69 code = win_wch(stdscr, cc);
71 return (code);
79 int code; local
81 if ((code = wmove(w, y, x)) == OK)
82 code
[all...]
H A Dins_wch.c54 int code; local
56 code = wins_wch(stdscr, cc);
58 return (code);
66 int code; local
68 if ((code = wmove(stdscr, y, x)) == OK)
69 code = wins_wch(stdscr, cc);
71 return (code);
79 int code; local
81 if ((code = wmove(w, y, x)) == OK)
82 code
[all...]
H A Dinsch.c54 int code; local
56 code = winsch(stdscr, ch);
58 return (code);
66 int code; local
68 if ((code = wmove(stdscr, y, x)) == OK)
69 code = winsch(stdscr, ch);
71 return (code);
79 int code; local
81 if ((code = wmove(w, y, x)) == OK)
82 code
[all...]
H A Dpecho_wc.c54 int code, dy, dx; local
71 code = prefresh(pad, pad->_refy, pad->_refx,
74 return ((code1) ? code : code1);
H A Dvwscanw.c64 int code; local
69 code = _vsscanf(buffer, fmt, ap);
73 return ((code == EOF) ? ERR : OK);
75 return (code);
H A Dwhln.c52 int code; local
56 code = whline_set(w, &cc, n);
58 return (code);
64 int code; local
68 code = wvline_set(w, &cc, n);
70 return (code);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_error.c65 nwam_strerror(nwam_error_t code) argument
73 if (code == cur->error_code)
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_ioctl.c39 pr_ioctl(struct ps_prochandle *Pr, int fd, int code, void *buf, size_t size) argument
47 return (ioctl(fd, code, buf));
54 adp++; /* move to code argument */
56 adp->arg_value = code;
/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y563 %type <number> code expr term number
612 TABLENAME code
618 code: label
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dval_cred.c41 krb5_error_code code; local
51 code = k5_mutex_lock(&cred->lock);
52 if (code) {
53 *minor_status = code;
58 if ((code = krb5_cc_get_principal(context, cred->ccache, &princ))) {
60 *minor_status = code;
80 krb5_error_code code; local
83 code = krb5_gss_init_context(&context);
84 if (code) {
85 *minor_status = code;
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dinftrees.h14 information needed to do the operation requested by the code that
16 table that indexes more bits of the code. op indicates whether
18 distance, an end-of-block, or an invalid code. For a table
21 is the number of extra bits to get after the code. bits is
22 the number of bits in this code or part of the code to drop off
28 unsigned char bits; /* bits in this part of the code */
29 unsigned short val; /* offset in table or code value */
30 } code; typedef in typeref:struct:__anon9343
37 01000000 - invalid code
[all...]
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.c51 const char *code = "TEST-8000-08"; local
61 * using a diagnosis code from our test dictionary so we can format
99 err |= nvlist_add_string(list, FM_SUSPECT_DIAG_CODE, code);
136 * return NULL and EINVAL for an illegal message code, and NULL
137 * and ENOENT for a valid but not defined message code.
141 (void) fprintf(stderr, "%s: test0 FAIL: illegal code returned "
148 (void) fprintf(stderr, "%s: test0 FAIL: illegal code returned "
155 (void) fprintf(stderr, "%s: test0 FAIL: missing code returned "
162 (void) fprintf(stderr, "%s: test0 FAIL: missing code returned "
169 * a known message code withou
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_encode.c48 *code = NULL;\
62 *code = tmpcode;\
66 krb5_error_code encode_krb5_pa_pk_as_req(const krb5_pa_pk_as_req *rep, krb5_data **code) argument
75 krb5_error_code encode_krb5_pa_pk_as_req_draft9(const krb5_pa_pk_as_req_draft9 *rep, krb5_data **code) argument
84 krb5_error_code encode_krb5_pa_pk_as_rep(const krb5_pa_pk_as_rep *rep, krb5_data **code) argument
93 krb5_error_code encode_krb5_pa_pk_as_rep_draft9(const krb5_pa_pk_as_rep_draft9 *rep, krb5_data **code) argument
102 krb5_error_code encode_krb5_auth_pack(const krb5_auth_pack *rep, krb5_data **code) argument
111 krb5_error_code encode_krb5_auth_pack_draft9(const krb5_auth_pack_draft9 *rep, krb5_data **code) argument
120 krb5_error_code encode_krb5_kdc_dh_key_info(const krb5_kdc_dh_key_info *rep, krb5_data **code) argument
129 krb5_error_code encode_krb5_reply_key_pack(const krb5_reply_key_pack *rep, krb5_data **code) argument
138 encode_krb5_reply_key_pack_draft9(const krb5_reply_key_pack_draft9 *rep, krb5_data **code) argument
147 encode_krb5_td_trusted_certifiers(const krb5_external_principal_identifier **rep, krb5_data **code) argument
156 encode_krb5_td_dh_parameters(const krb5_algorithm_identifier **rep, krb5_data **code) argument
166 encode_krb5_typed_data(const krb5_typed_data **rep, krb5_data **code) argument
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dkerrs.c41 krb5_set_error_message (krb5_context ctx, krb5_error_code code, argument
51 "krb5_set_error_message(ctx=%p/err=%p, code=%ld, ...)\n",
52 ctx, &ctx->err, (long) code);
54 krb5int_vset_error (&ctx->err, code, fmt, args);
63 krb5_vset_error_message (krb5_context ctx, krb5_error_code code, argument
68 fprintf(stderr, "krb5_vset_error_message(ctx=%p, code=%ld, ...)\n",
69 ctx, (long) code);
73 krb5int_vset_error (&ctx->err, code, fmt, args);
81 krb5_get_error_message (krb5_context ctx, krb5_error_code code) argument
85 fprintf(stderr, "krb5_get_error_message(%p, %ld)\n", ctx, (long) code);
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dexport_name.c38 krb5_error_code code; local
45 code = krb5_gss_init_context(&context);
46 if (code) {
48 *minor_status = code;
73 if ((code = krb5_unparse_name(context, (krb5_principal) input_name,
76 *minor_status = code;
77 save_error_info((OM_uint32)code, context);
H A Dimport_name.c61 krb5_error_code code; local
68 code = krb5_gss_init_context(&context);
69 if (code) {
70 *minor_status = code;
102 code = krb5_sname_to_principal(context, host, service, KRB5_NT_SRV_HST,
123 if ((code = krb5_copy_principal(context, input, &princ))) {
124 *minor_status = code;
208 code = krb5_parse_name(context, (char *) stringrep, &princ);
230 /* at this point, a krb5 function has been called to set princ. code
233 if (code) {
[all...]
H A Dinq_cred.c88 krb5_error_code code; local
98 code = krb5_gss_init_context(&context);
99 if (code) {
100 *minor_status = code;
128 if ((code = krb5_timeofday(context, &now))) {
129 *minor_status = code;
134 code = k5_mutex_lock(&cred->lock);
135 if (code != 0) {
136 *minor_status = code;
149 (code
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_kerrs.c52 spnego_set_error_message (spnego_gss_ctx_id_t ctx, spnego_error_code code, argument
62 "spnego_set_error_message(ctx=%p/err=%p, code=%ld, ...)\n",
63 ctx, &ctx->err, (long) code);
65 krb5int_vset_error (&ctx->err, code, fmt, args);
74 spnego_vset_error_message (spnego_gss_ctx_id_t ctx, spnego_error_code code, argument
79 fprintf(stderr, "spnego_vset_error_message(ctx=%p, code=%ld, ...)\n",
80 ctx, (long) code);
84 krb5int_vset_error (&ctx->err, code, fmt, args);
92 spnego_get_error_message (spnego_gss_ctx_id_t ctx, spnego_error_code code) argument
96 fprintf(stderr, "spnego_get_error_message(%p, %ld)\n", ctx, (long) code);
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmbtranslate.c39 * Translate process code to byte-equivalent
44 * use _curs_wctomb() instead of _code2byte(code, bytes)
49 * Translate a set of byte to a single process code
59 * code: the input code string
64 *_strcode2byte(wchar_t *code, char *byte, int n) argument
71 /* compute the length of the code string */
73 for (n = 0; code[n] != 0; ++n)
91 endcode = code+n;
92 while (code < endcod
107 _strbyte2code(char *byte, wchar_t *code, int n) argument
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.h43 * code int The Symbol::code argument.
48 #define SYM_DEL_FN(fn) void *(fn)(void *app_data, int code, void *sym_data)
68 * 1. An optional integral parameter 'code'. This is useful for
75 * actual function type. The code field could be used to
80 * appropriate object type. Again, the code field could be used
88 int code; /* Application supplied integral code */ member in struct:__anon4082
137 Symbol *_new_HashSymbol(HashTable *hash, const char *key, int code,
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbrdr.c52 int code; local
61 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
63 return __m_return_code("border", code);
H A Dchgat.c49 int code; local
55 code = wchgat(stdscr, n, at, co, opts);
57 return __m_return_code("chgat", code);
63 int code; local
69 if ((code = wmove(stdscr, y, x)) == OK)
70 code = wchgat(stdscr, n, at, co, opts);
72 return __m_return_code("mvchgat", code);
79 int code; local
88 if ((code = wmove(w, y, x)) == OK)
89 code
[all...]
H A Dcolor.c50 int code = ERR; local
88 int code = ERR; local
105 code = OK;
109 code = tputs(
118 return __m_return_code("init_color", code);
124 int code = ERR; local
139 code = OK;
143 code = tputs(
157 return __m_return_code("init_pair", code);
H A Dcopywin.c60 int code, sminr, sminc, tminr, tminc, tmaxr, tmaxc; local
83 code = copywin(
87 return __m_return_code("__m_copywin", code);

Completed in 111 milliseconds

1234567891011>>