Searched refs:code (Results 226 - 250 of 646) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwbrdr_st.c61 int x, y, code; local
63 code = ERR;
107 code = WFLUSH(w);
109 return (code);
H A Dmvwin.c96 int code; local
108 code = mvwin(w, py, px);
110 return (code);
H A Dtputs.c65 int code; local
67 code = tputs(s, 1, __m_putchar);
69 return (code);
H A Dwbrdr.c60 int code; local
95 code = wborder_set(w, &wls, &wrs, &wts, &wbs, &wtl, &wtr, &wbl, &wbr);
97 return (code);
H A Dwgetn_ws.c71 wint_t code; member in struct:t_key_entry
149 key_table[EOL_KEY].code = (wint_t) wc;
151 key_table[EOF_KEY].code = (wint_t) wc;
154 key_table[KILL_KEY].code = (wint_t) wc;
156 key_table[ERASE_KEY].code = (wint_t) wc;
177 if (k->type == type && k->code == fld_key) {
336 int code; local
338 code = __m_wgetn_wstr(w, (void *) s, n, 1);
340 return (code);
346 int code; local
[all...]
H A Dprefresh.c58 int code; local
60 code = pnoutrefresh(w, pminr, pminc, sminr, sminc, smaxr, smaxc);
61 if (code == OK)
62 code = doupdate();
64 return (code);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpac.c338 krb5_error_code code; local
359 code = krb5int_copy_data_contents(context, &src->data, &pac->data);
360 if (code != 0) {
569 /* Need better ret code here but don't see one */
1113 krb5_error_code code; local
1128 code = krb5_pac_parse(kcontext, authdata[0]->contents,
1131 return code;
1143 krb5_error_code code; local
1161 code = krb5int_copy_data_contents(kcontext, &pacctx->pac->data, &data);
1162 if (code !
1188 krb5_error_code code; local
1301 krb5_error_code code; local
1365 krb5_error_code code; local
1414 krb5_error_code code; local
1450 krb5_error_code code; local
1511 krb5_error_code code = 0; local
1555 krb5_error_code code; local
1611 krb5_error_code code = 0; local
[all...]
H A Dsrv_dec_tkt.c95 krb5_error_code code; local
102 while ((code = krb5_kt_next_entry(context, keytab,
122 code = krb5_kt_end_seq_get(context, keytab, &cursor);
123 if (code != 0)
124 retval = code;
/osnet-11/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;
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirp_ho.c174 int code; local
191 if (irs_irp_get_full_response(pvt->girpdata, &code,
197 if (code == IRPD_GETHOST_OK) {
227 int code; local
254 if (irs_irp_get_full_response(pvt->girpdata, &code,
260 if (code == IRPD_GETHOST_OK) {
290 int code; local
301 if (irs_irp_get_full_response(pvt->girpdata, &code,
307 if (code == IRPD_GETHOST_OK) {
332 int code; local
[all...]
H A Dirp_nw.c147 int code; local
163 if (irs_irp_get_full_response(pvt->girpdata, &code,
169 if (code == IRPD_GETNET_OK) {
196 int code; local
212 if (irs_irp_get_full_response(pvt->girpdata, &code,
218 if (code == IRPD_GETNET_OK) {
243 int code; local
253 code = irs_irp_read_response(pvt->girpdata, text, sizeof text);
254 if (code != IRPD_GETNET_SETOK) {
274 int code; local
[all...]
H A Dirp_pr.c136 int code; local
152 if (irs_irp_get_full_response(pvt->girpdata, &code,
158 if (code == IRPD_GETPROTO_OK) {
185 int code; local
201 if (irs_irp_get_full_response(pvt->girpdata, &code,
207 if (code == IRPD_GETPROTO_OK) {
232 int code; local
242 code = irs_irp_read_response(pvt->girpdata, text, sizeof text);
243 if (code != IRPD_GETPROTO_SETOK) {
263 int code; local
[all...]
H A Dirp_sv.c141 int code; local
152 if (irs_irp_get_full_response(pvt->girpdata, &code,
158 if (code == IRPD_GETSERVICE_OK) {
187 int code; local
203 if (irs_irp_get_full_response(pvt->girpdata, &code,
209 if (code == IRPD_GETSERVICE_OK) {
238 int code; local
255 if (irs_irp_get_full_response(pvt->girpdata, &code,
261 if (code == IRPD_GETSERVICE_OK) {
286 int code; local
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationException.java181 * An error occured in the client-side code.
204 // The error code for this exception.
223 // Return true if this is a vaild on-the-wire error code.
225 static boolean validWireErrorCode(int code) { argument
226 return ((code >= OK) && (code <= REQUEST_NOT_SUPPORTED));
231 * Return the error code.
233 * @return The integer error code.
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvwin.c100 int code; local
116 code = mvwin(w, py, px);
118 return __m_return_code("mvderwin", code);
H A Dtputs.c59 int code; local
65 code = tputs(s, 1, __m_putchar);
67 return __m_return_code("putp", code);
H A Dwbrdr.c57 int code; local
99 code = wborder_set(w, &wls, &wrs, &wts, &wbs, &wtl, &wtr, &wbl, &wbr);
101 return __m_return_code("wborder", code);
H A Dwgetn_ws.c66 wint_t code; member in struct:t_key_entry
140 key_table[EOL_KEY].code = (wint_t) wc;
142 key_table[EOF_KEY].code = (wint_t) wc;
144 key_table[KILL_KEY].code = (wint_t) wc;
146 key_table[ERASE_KEY].code = (wint_t) wc;
163 if (k->type == type && k->code == fld_key)
314 int code; local
320 code = __m_wgetn_wstr(w, (void *) s, n, 1);
322 return __m_return_code("wgetnstr", code);
331 int code; local
[all...]
H A Dprefresh.c54 int code; local
63 code = pnoutrefresh(w, pminr, pminc, sminr, sminc, smaxr, smaxc);
64 if (code == OK)
65 code = doupdate();
67 return __m_return_code("prefresh", code);
H A Dwins_wch.c105 int code, nx, width; local
111 code = ERR;
164 code = WFLUSH(w);
166 return __m_return_code("wins_wch", code);
180 int code; local
186 code = __m_wins_wch(w, w->_cury, w->_curx, cc, (int *) 0, (int *) 0);
188 return __m_return_code("wins_wch", code);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dhtmlview.t36 <li><a href="#new__"><code>new()</code></a></li>
37 <li><a href="#old__"><code>old()</code></a></li>
68 like an &lt;html&gt; tag. This is some <code>$code($arg1)</code>.</p>
69 <p>This <code>text contains embedded bold and italic tags</code>. These can
80 <h2><a name="new__"><code>ne
[all...]
/osnet-11/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
113 err |= nvlist_add_string(list, FM_SUSPECT_DIAG_CODE, code);
150 * return NULL and EINVAL for an illegal message code, and NULL
151 * and ENOENT for a valid but not defined message code.
155 (void) fprintf(stderr, "%s: test0 FAIL: illegal code returned "
162 (void) fprintf(stderr, "%s: test0 FAIL: illegal code returned "
169 (void) fprintf(stderr, "%s: test0 FAIL: missing code returned "
176 (void) fprintf(stderr, "%s: test0 FAIL: missing code returned "
183 * a known message code withou
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DScript.pm41 my $code = shift;
45 return undef unless defined $code;
48 # Make sure the code is in the right form before we use it
55 return undef if ($code =~ /\D/);
56 $code = sprintf("%.3d", $code);
60 $code = lc($code);
63 if (exists $CODES->[$codeset]->{$code})
65 return $CODES->[$codeset]->{$code};
[all...]
H A DLanguage.pm36 my $code = shift;
39 return undef unless defined $code;
40 $code = lc($code);
41 if (exists $CODES{$code})
43 return $CODES{$code};
48 # no such language code!
104 # initialisation code - stuff the DATA into the CODES hash
107 my $code;
116 ($code,
[all...]
/osnet-11/usr/src/lib/krb5/ss/
H A Dlisten.c137 int code; local
231 code = SS_ET_TECLA_ERR;
266 code = SS_ET_TECLA_ERR;
283 code = ss_execute_line (sci_idx, input);
284 if (code == SS_ET_COMMAND_NOT_FOUND) {
299 code = 0;
313 return code;
316 void ss_abort_subsystem(sci_idx, code)
318 int code;
321 ss_info(sci_idx)->exit_status = code;
[all...]

Completed in 118 milliseconds

1234567891011>>