Searched defs:code (Results 51 - 75 of 584) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvidattr.c49 int code; local
57 code = vid_puts(cc._at, cc._co, (void *) 0, __m_putchar);
59 return __m_return_code("vidattr", code);
65 int code; local
73 code = vid_puts(cc._at, cc._co, (void *) 0, putout);
75 return __m_return_code("vidputs", code);
H A Dvwscanw.c68 int code; local
74 if ((code = wgetnstr(w, buffer, (int) sizeof buffer)) == OK)
81 return __m_return_code("vwscanw", code);
H A Dwbrdr_st.c58 int x, y, code; local
67 code = ERR;
111 code = WFLUSH(w);
113 return __m_return_code("wborder_set", code);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbkgd.c54 int code; local
57 if ((code = __m_chtype_cc(bg, &cc)) == OK)
60 return (code);
68 int code; local
71 if ((code = __m_chtype_cc(bg, &cc)) == OK)
74 return (code);
H A Dbox.c54 int code; local
56 code = wborder(w, v, v, h, h, 0, 0, 0, 0);
58 return (code);
H A Dbox_set.c54 int code; local
56 code = wborder_set(w, v, v, h, h,
60 return (code);
H A Decho_wch.c56 int code; local
60 code = wrefresh(stdscr);
62 return ((code1 == OK) ? code : code1);
70 int code; local
74 code = wrefresh(w);
76 return ((code1 == OK) ? code : code1);
H A Dechochar.c56 int code; local
60 code = wrefresh(stdscr);
62 return ((code1 == OK) ? code : code1);
70 int code; local
74 code = wrefresh(w);
76 return ((code1 == OK) ? code : code1);
H A Doverlay.c56 int code; local
58 code = __m_copywin(s, t, 1);
60 return (code);
68 int code; local
70 code = __m_copywin(s, t, 0);
72 return (code);
H A Dpechoch.c54 int code; local
58 code = pecho_wchar(w, &cc);
60 return (code);
H A Dvid_attr.c52 int code; local
54 code = vid_puts(attr, pair, opts, __m_putchar);
56 return (code);
H A Dvidattr.c52 int code; local
56 code = vid_puts(cc._at, cc._co, NULL, __m_putchar);
58 return (code);
64 int code; local
68 code = vid_puts(cc._at, cc._co, NULL, putout);
70 return (code);
H A Dvw_scanw.c59 int code; local
64 code = _vsscanf(buffer, fmt, ap);
68 return ((code == EOF) ? ERR : OK);
70 return (code);
H A Dwaddch.c52 int code; local
56 code = wadd_wch(w, &cc);
58 return (code);
H A Dwinsch.c52 int code; local
56 code = wins_wch(w, &cc);
58 return (code);
/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_misc.c32 mcamd_propcode_t code; member in struct:mcproptostr
72 mcamd_get_propname(mcamd_propcode_t code) argument
77 if (_propstrings[i].code == code)
/illumos-gate/usr/src/common/net/dhcp/
H A Ddhcpinfo.c39 * by code in value, and the parameter value length in *vallenp.
43 * B_FALSE If invalid code, or no parameter value.
45 * B_TRUE Valid code which has a parameter value.
53 dhcp_getinfo_pl(PKT_LIST *pl, uchar_t optcat, uint16_t code, uint16_t optsize, argument
61 if (code > DHCP_LAST_OPT)
64 if (pl->opts[code] == NULL)
67 if (*vallenp < pl->opts[code]->len) {
68 *vallenp = pl->opts[code]->len;
72 bcopy(pl->opts[code]->value, value, pl->opts[code]
[all...]
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_err.c47 kctl_vprintf(int code, const char *format, va_list ap) argument
50 vcmn_err(code, format, ap);
55 if (code == CE_WARN)
57 else if (code == CE_NOTE)
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dio.c59 io_exit(int code) argument
61 exit(code);
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dio.c61 io_exit(int code) argument
63 fmd_hdl_abort(Hdl, "eft: exitcode %d\n", code);
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dss_wrapper.c7 * this source code. Do *NOT* create a derivative of this
8 * source code before consulting with your legal department.
9 * Do *NOT* integrate *ANY* of this source code into another
66 int sci_idx, code = 0; local
90 code = ss_execute_line(sci_idx, request);
91 if (code != 0) {
92 ss_perror(sci_idx, code, request);
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.h48 uint16_t code; /* == CB_PPD_CODE */ member in struct:cardbus_parent_private_data
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregfatal.c33 regfatalpat(regex_t* p, int level, int code, const char* pat) argument
37 regerror(code, p, buf, sizeof(buf));
46 regfatal(regex_t* p, int level, int code) argument
48 regfatalpat(p, level, code, NiL);
/illumos-gate/usr/src/common/ficl/
H A Dword.c30 ficlPrimitive code; local
41 code = word->code;
43 if ((((ficlInstruction)code) > ficlInstructionInvalid) &&
44 (((ficlInstruction)code) < ficlInstructionLast)) {
45 i = (ficlInstruction)code;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dk5-err.h50 long code; member in struct:errinfo
57 long code,
60 krb5int_vset_error (struct errinfo *ep, long code,
63 krb5int_get_error (struct errinfo *ep, long code);

Completed in 127 milliseconds

1234567891011>>