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

1234

/osnet-11/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...]
/osnet-11/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...]
/osnet-11/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...]
/osnet-11/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...]
/osnet-11/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) {
H A DPermSARegTable.java103 } catch (ServiceLocationException ex) {
106 new Object[] {new Short(ex.getErrorCode()),
107 ex.getMessage()});
H A DListener.java152 } catch (IOException ex) {
156 new Object[] {maddr, ex.getMessage()});
249 } catch (IOException ex) {
256 ex.getMessage()});
262 ex.getMessage()});
H A DRequestHandler.java87 } catch (ServiceLocationException ex) {
115 } catch (ServiceLocationException ex) {
146 } catch (ServiceLocationException ex) {
200 } catch (SocketException ex) {
226 } catch (IOException ex) {
298 } catch (IOException ex) {
307 ex.getMessage()});
377 } catch (ServiceLocationException ex) {
380 new Short(ex.getErrorCode()),
382 ex
781 printInternalizeErrorMessage(int ver, int fun, Exception ex) argument
[all...]
H A DSLPV1Manager.java170 } catch (ServiceLocationException ex) {
270 } catch (ServiceLocationException ex) {
273 new Object[] {ex.getMessage()});
275 } catch (UnknownHostException ex) {
278 new Object[] {ex.getMessage()});
298 } catch (IOException ex) {
H A DServiceStoreFactory.java106 } catch (ClassNotFoundException ex) {
121 } catch (InstantiationException ex) {
129 ex.getMessage()});
131 } catch (IllegalAccessException ex) {
139 ex.getMessage()});
141 } catch (ClassCastException ex) {
171 } catch (IOException ex) {
176 new Object[] {ex.getMessage()});
303 } catch (NumberFormatException ex) {
311 } catch (IllegalArgumentException ex) {
[all...]
H A DSLPConfig.java152 } catch (ClassNotFoundException ex) {
172 } catch (IOException ex) {
174 new Object[] {ex.getMessage()});
237 } catch (Throwable ex) {
242 ex.toString()}) + "\n";
281 } catch (MalformedURLException ex) {
285 } catch (IOException ex) {
289 new Object[] {ex.getMessage()});
549 } catch (Exception ex) {
677 } catch (Exception ex) {
[all...]
H A DSLPDgui.java86 } catch (ServiceLocationException ex) {
90 slpd.errorExit(bundle, ex);
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dexception.c70 static PedExceptionOption default_handler (PedException* ex);
73 static PedException* ex = NULL; variable
160 * The exception handler should return ONE of the options set in ex->options,
191 free (ex->message);
192 free (ex);
193 ex = NULL;
207 ex_opt = ex_handler (ex);
235 if (ex)
238 ex = (PedException*) malloc (sizeof (PedException));
239 if (!ex)
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dselect.c61 long *in, *out, *ex; local
111 ex = (long *)ex0->fds_bits;
113 b = (ulong_t)(*in | *out | *ex);
124 if (*ex & m)
131 ex++;
162 ex = (long *)ex0->fds_bits;
164 *ex++ = 0;
222 ex = (long *)&ex0->fds_bits[j];
232 *ex = 0;
246 *ex |
[all...]
H A Dselect_large_fdset.c76 long *in, *out, *ex; local
138 ex = (long *)ex0->fds_bits;
147 b = (ulong_t)(*in | *out | *ex);
157 if (*ex & m)
176 ex++;
207 ex = (long *)ex0->fds_bits;
209 *ex++ = 0;
271 ex = (long *)&ex0->fds_bits[j];
281 *ex = 0;
295 *ex |
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c154 #define WILD_AF(ex) ((ex)->e_wild & 0x01)
155 #define WILD_SOCKTYPE(ex) ((ex)->e_wild & 0x02)
156 #define WILD_PROTOCOL(ex) ((ex)->e_wild & 0x04)
330 const struct explore *ex; local
384 for (ex = explore; ex->e_af >= 0; ex
[all...]
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dexception.h83 typedef PedExceptionOption (PedExceptionHandler) (PedException* ex);
93 extern PedExceptionOption ped_exception_default_handler (PedException* ex);

Completed in 33 milliseconds

1234