Searched refs:ex (Results 1 - 25 of 127) sorted by relevance

123456

/illumos-gate/usr/src/boot/sys/sys/
H A Dimgact_aout.h36 #define N_GETMAGIC(ex) \
37 ( le32toh((ex).a_midmag) & 0xffff )
38 #define N_GETMID(ex) \
39 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETMID_NET(ex) : \
40 ((ex).a_midmag >> 16) & 0x03ff )
41 #define N_GETFLAG(ex) \
42 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETFLAG_NET(ex) : \
43 ((ex)
[all...]
/illumos-gate/usr/src/tools/btxld/
H A Dimgact_aout.h36 #define N_GETMAGIC(ex) \
37 ( LE_32((ex).a_midmag) & 0xffff )
38 #define N_GETMID(ex) \
39 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETMID_NET(ex) : \
40 ((ex).a_midmag >> 16) & 0x03ff )
41 #define N_GETFLAG(ex) \
42 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETFLAG_NET(ex) : \
43 ((ex)
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h51 #define N_GETMAGIC(ex) \
52 ( (ex).a_midmag & 0xffff )
53 #define N_GETMID(ex) \
54 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETMID_NET(ex) : \
55 ((ex).a_midmag >> 16) & 0x03ff )
56 #define N_GETFLAG(ex) \
57 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETFLAG_NET(ex) : \
58 ((ex)
[all...]
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrexpr.c43 #define getchr(ex) (*(ex)->nextchr++)
44 #define peekchr(ex) (*(ex)->nextchr)
45 #define ungetchr(ex) ((ex)->nextchr--)
47 #define error(ex,msg) return(seterror(ex,msg))
63 seterror(register Expr_t* ex, char* msg) argument
65 if (!ex
76 expr(register Expr_t* ex, register int precedence) argument
277 Expr_t ex; local
[all...]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_set_except.c37 * _Q_set_exception(ex) simulates the floating point exceptions indicated by
38 * ex. This routine is not used by the new quad emulation routines but is
42 _Q_set_exception(unsigned int ex) argument
47 if (ex == 0)
50 if ((ex & (1 << fp_invalid)) != 0)
52 if ((ex & (1 << fp_overflow)) != 0)
54 if ((ex & (1 << fp_underflow)) != 0) {
55 if ((ex & (1 << fp_inexact)) != 0 ||
61 if ((ex & (1 << fp_division)) != 0)
63 if ((ex
[all...]
H A D__quad_mag.c48 unsigned int lx, ly, ex, ey, frac2, frac3, frac4; local
53 ex = (x->l.msw & 0x7fffffff) >> 16;
55 if (ex == 0)
56 ex = 1;
68 e = (int) ex - (int) ey;
139 ex++;
164 ex++;
170 if (ex >= 0x7fff) {
183 z->l.msw |= (ex << 16);
208 unsigned int lx, ly, ex, e local
[all...]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrexit.c24 ** ex -- EX_* value
31 sm_strexit(ex)
32 int ex;
37 msg = sm_sysexitmsg(ex);
41 ex);
51 ** ex -- EX_* value
54 ** If ex is a known exit value, then a pointer to a static
59 sm_sysexitmsg(ex)
60 int ex;
64 msg = sm_sysexmsg(ex);
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Q_add.c51 _Q_set_exception(unsigned ex) argument
55 if((ex&(1<<fp_invalid))!=0) t = (zero/zero);
56 if((ex&(1<<fp_overflow))!=0) t = (huge*huge);
57 if((ex&(1<<fp_underflow))!=0) t = (tiny*tiny);
58 if((ex&(1<<fp_division))!=0) t = (tiny/zero);
59 if((ex&(1<<fp_inexact))!=0) t = (huge+tiny);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DURLAttributeVerifier.java95 } catch (MalformedURLException ex) {
103 } catch (IOException ex) {
109 new Object[] { urlName, ex.getMessage()});
117 } catch (IOException ex) {
H A DStreamListener.java98 } catch (IOException ex) {
102 new Object[] {interfac, ex.getMessage()});
145 } catch (SocketException ex) {
151 ex.getMessage()});
157 } catch (IOException ex) {
H A DTransact.java159 } catch (InterruptedException ex) {
340 } catch (ServiceLocationException ex) {
344 new Short(ex.getErrorCode()),
346 ex.getMessage()});
353 short errCode = ex.getErrorCode();
356 exx = ex;
382 } catch (SocketException ex) {
387 new Object[] {addr, ex.getMessage()});
451 } catch (InterruptedIOException ex) {
463 } catch (IOException ex) {
[all...]
H A DActiveDiscoverer.java114 } catch (ServiceLocationException ex) {
118 new Integer(ex.getErrorCode()),
119 ex.getMessage()});
135 } catch (InterruptedException ex) {
224 } catch (InterruptedException ex) {
252 } catch (ServiceLocationException ex) {
255 new Object[] { new Integer(ex.getErrorCode()),
256 ex.getMessage() });
283 } catch (ServiceLocationException ex) {
287 new Integer(ex
[all...]
H A DServiceTable.java200 } catch (MalformedURLException ex) {
205 } catch (UnsupportedEncodingException ex) {
210 } catch (IOException ex) {
213 new Object[] {URL, ex});
215 } catch (ServiceLocationException ex) {
218 new Object[] {URL, ex.getMessage()});
244 } catch (MalformedURLException ex) {
249 } catch (UnsupportedEncodingException ex) {
254 } catch (IOException ex) {
259 ex
1564 reportFatalException(Exception ex) argument
1586 reportNonfatalException(Exception ex, Vector args, ServiceStore store) argument
1608 reportException(boolean isFatal, Exception ex, Vector args) argument
[all...]
H A DClientMsgManager.java74 } catch (ClassNotFoundException ex) {
123 } catch (Exception ex) {
128 new Object[] { ex,
131 ex.getMessage()});
H A Dslpd.java143 } catch (MissingResourceException ex) {
282 } catch (Exception ex) {
328 } catch (Exception ex) {
345 } catch (ServiceLocationException ex) {
347 errorExit(bundle, ex);
592 } catch (ServiceLocationException ex) {
594 if (ex.getErrorCode() != ServiceLocationException.NETWORK_ERROR) {
596 new Object[] {new Integer(ex.getErrorCode())});
609 static void errorExit(ResourceBundle bundle, ServiceLocationException ex) { argument
611 switch (ex
[all...]
H A DSLPServerHeaderV2.java207 SrvLocMsg makeErrorReply(Exception ex) { argument
232 Assert.slpassert(ex != null,
234 new Object[] {ex});
236 if (ex instanceof ServiceLocationException) {
238 hdr.errCode = ((ServiceLocationException)ex).getErrorCode();
245 } else if (ex instanceof IllegalArgumentException ||
246 ex instanceof IOException) {
270 } catch (CloneNotSupportedException ex) {
/illumos-gate/usr/src/cmd/fs.d/nfs/dfshares/
H A Ddfshares.c102 struct exportnode *ex = NULL; local
134 0, xdr_exports, (caddr_t)&ex, tout)) {
140 if (ex == NULL) {
151 while (ex) {
153 host, ex->ex_dir, host, " -", " -");
154 ex = ex->ex_next;
156 free_ex(ex);
161 free_ex(ex)
162 struct exportnode *ex;
[all...]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtruncl.c82 int ex, sx, i; local
85 ex = xx.i[2] & 0x7fff;
87 if (ex < 0x403e) { /* |x| < 2^63 */
88 if (ex < 0x3fff) /* |x| < 1 */
92 if (ex < 0x401e) {
93 i = 1 << (0x401d - ex);
97 i = 1 << (0x403d - ex);
101 } else if (ex < 0x7fff) /* x is integral */
H A Dlroundl.c105 int ex, sx, i; local
108 ex = xx.i[2] & 0x7fff;
110 if (ex < 0x403e) { /* |x| < 2^63 */
111 if (ex < 0x3fff) { /* |x| < 1 */
112 if (ex >= 0x3ffe)
118 if (ex < 0x401e) {
119 i = 1 << (0x401d - ex);
123 i = 1 << (0x403d - ex);
130 xx.i[2] = sx | ++ex;
H A Droundl.c128 int ex, sx, i; local
131 ex = xx.i[2] & 0x7fff;
133 if (ex < 0x403e) { /* |x| < 2^63 */
134 if (ex < 0x3fff) { /* |x| < 1 */
135 if (ex >= 0x3ffe)
141 if (ex < 0x401e) {
142 i = 1 << (0x401d - ex);
146 i = 1 << (0x403d - ex);
153 xx.i[2] = sx | ++ex;
157 } else if (ex <
[all...]
H A Dllroundl.c127 int ex, sx, i; local
130 ex = xx.i[2] & 0x7fff;
133 if (ex < 0x403e) { /* |x| < 2^63 */
135 if (ex < 0x3fff) {
136 if (ex >= 0x3ffe)
142 if (ex < 0x401e) {
143 i = 1 << (0x401d - ex);
147 i = 1 << (0x403d - ex);
154 xx.i[2] = sx | ++ex;
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.h52 int eval_potential(struct node *np, struct lut *ex, struct node *events[],
54 int eval_expr(struct node *np, struct lut *ex, struct node *events[],
/illumos-gate/usr/src/ucblib/libcurses/
H A Dtouchwin.c50 touchline(WINDOW *win, int y, int sx, int ex) argument
53 fprintf(outf, "TOUCHLINE(%0.2o, %d, %d, %d)\n", win, y, sx, ex);
58 ex += win->_ch_off;
61 win->_lastch[y] = (short)ex;
65 if (win->_lastch[y] < ex)
66 win->_lastch[y] = (short)ex;
/illumos-gate/usr/src/man/man1has/
H A DMakefile22 ex.1has \
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlog.c182 ep->ex.printer->printer->name,
183 ep->ex.printer->request->secure->req_id);
187 ep->ex.request->secure->req_id);
191 ep->ex.printer->printer->name);
195 ep->ex.printer->printer->name);
199 ep->ex.form->form->name);
203 ep->ex.form->form->name);
207 ep->ex.pwheel->pwheel->name);
211 ep->ex.request->secure->req_id);

Completed in 164 milliseconds

123456