/titanic_41/usr/src/lib/libast/common/string/ |
H A D | strexpr.c | 43 #define getchr(ex) (*(ex)->nextchr++) argument 44 #define peekchr(ex) (*(ex)->nextchr) argument 45 #define ungetchr(ex) ((ex)->nextchr--) argument 47 #define error(ex,msg) return(seterror(ex,msg)) argument 63 seterror(register Expr_t* ex, char* msg) in seterror() argument 65 if (!ex->errmsg) ex->errmsg = msg; in seterror() 66 ex->errchr = ex->nextchr; in seterror() 67 ex->nextchr = ""; in seterror() 76 expr(register Expr_t* ex, register int precedence) in expr() argument 84 while (c = getchr(ex), isspace(c)); in expr() [all …]
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | imgact_aout.h | 51 #define N_GETMAGIC(ex) \ argument 52 ( (ex).a_midmag & 0xffff ) 53 #define N_GETMID(ex) \ argument 54 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETMID_NET(ex) : \ 55 ((ex).a_midmag >> 16) & 0x03ff ) 56 #define N_GETFLAG(ex) \ argument 57 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETFLAG_NET(ex) : \ 58 ((ex).a_midmag >> 26) & 0x3f ) 59 #define N_SETMAGIC(ex,mag,mid,flag) \ argument 60 ( (ex).a_midmag = (((flag) & 0x3f) <<26) | (((mid) & 0x03ff) << 16) | \ [all …]
|
/titanic_41/usr/src/cmd/fs.d/nfs/dfshares/ |
H A D | dfshares.c | 102 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) in free_ex() argument 162 struct exportnode *ex; in free_ex() 167 while (ex) { [all …]
|
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceTable.java | 200 } catch (MalformedURLException ex) { in serializeServiceStore() 205 } catch (UnsupportedEncodingException ex) { in serializeServiceStore() 210 } catch (IOException ex) { in serializeServiceStore() 213 new Object[] {URL, ex}); in serializeServiceStore() 215 } catch (ServiceLocationException ex) { in serializeServiceStore() 218 new Object[] {URL, ex.getMessage()}); in serializeServiceStore() 244 } catch (MalformedURLException ex) { in getStoreFromURL() 249 } catch (UnsupportedEncodingException ex) { in getStoreFromURL() 254 } catch (IOException ex) { in getStoreFromURL() 259 ex.getMessage()}); in getStoreFromURL() [all …]
|
H A D | Transact.java | 159 } catch (InterruptedException ex) { in transactUA() 340 } catch (ServiceLocationException ex) { in transactUnicastMsg() 344 new Short(ex.getErrorCode()), in transactUnicastMsg() 346 ex.getMessage()}); in transactUnicastMsg() 353 short errCode = ex.getErrorCode(); in transactUnicastMsg() 356 exx = ex; in transactUnicastMsg() 382 } catch (SocketException ex) { in transactUnicastMsg() 387 new Object[] {addr, ex.getMessage()}); in transactUnicastMsg() 451 } catch (InterruptedIOException ex) { in transactDatagramMsg() 463 } catch (IOException ex) { in transactDatagramMsg() [all …]
|
H A D | RequestHandler.java | 87 } catch (ServiceLocationException ex) { in RequestHandler() 115 } catch (ServiceLocationException ex) { in RequestHandler() 146 } catch (ServiceLocationException ex) { in RequestHandler() 200 } catch (SocketException ex) { in run() 226 } catch (IOException ex) { in run() 298 } catch (IOException ex) { in run() 307 ex.getMessage()}); in run() 377 } catch (ServiceLocationException ex) { in handleStream() 380 new Short(ex.getErrorCode()), in handleStream() 382 ex.getMessage()}); in handleStream() [all …]
|
H A D | ActiveDiscoverer.java | 114 } catch (ServiceLocationException ex) { in start() 118 new Integer(ex.getErrorCode()), in start() 119 ex.getMessage()}); in start() 135 } catch (InterruptedException ex) { in start() 224 } catch (InterruptedException ex) { in run() 252 } catch (ServiceLocationException ex) { in activeDiscovery() 255 new Object[] { new Integer(ex.getErrorCode()), in activeDiscovery() 256 ex.getMessage() }); in activeDiscovery() 283 } catch (ServiceLocationException ex) { in addPreconfiguredDAs() 287 new Integer(ex.getErrorCode()), in addPreconfiguredDAs() [all …]
|
H A D | slpd.java | 143 } catch (MissingResourceException ex) { in handleGetObject() 282 } catch (Exception ex) { in main() 328 } catch (Exception ex) { in main() 345 } catch (ServiceLocationException ex) { in main() 347 errorExit(bundle, ex); in main() 592 } catch (ServiceLocationException ex) { in stopSA() 594 if (ex.getErrorCode() != ServiceLocationException.NETWORK_ERROR) { in stopSA() 596 new Object[] {new Integer(ex.getErrorCode())}); in stopSA() 609 static void errorExit(ResourceBundle bundle, ServiceLocationException ex) { in errorExit() argument 611 switch (ex.getErrorCode()) { in errorExit() [all …]
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | strexit.c | 31 sm_strexit(ex) 32 int ex; 37 msg = sm_sysexitmsg(ex); 41 ex); 59 sm_sysexitmsg(ex) in sm_sysexitmsg() argument 60 int ex; in sm_sysexitmsg() 64 msg = sm_sysexmsg(ex); 91 sm_sysexmsg(ex) in sm_sysexmsg() argument 92 int ex; in sm_sysexmsg() 94 switch (ex)
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | port.mk.370 | 34 # option, like ed.) VMUNIX makes ex considerably larger, raising many limits 40 # child execs. This speeds up ex by saving the memory copy. 61 OBJS= ex.o ex_addr.o ex_cmds.o ex_cmds2.o ex_cmdsub.o \ 67 HDRS= ex.h ex_argv.h ex_re.h ex_temp.h ex_tty.h ex_tune.h ex_vars.h ex_vis.h 68 SRC1= ex.c ex_addr.c ex_cmds.c ex_cmds2.c ex_cmdsub.c 85 ex.o : ex.c 86 ${CC} ${CFLAGS} -b0,2 -c ex.c 111 ${CTAGS} -w ex.[hc] ex_*.[hc] 134 # If we dont have ex we cant make it so dont rm ex_vars.h 140 …-rm -f ${DESTDIR}${NBINDIR}/ex ${DESTDIR}${NBINDIR}/vi ${DESTDIR}${NBINDIR}/view ${DESTDIR}${NBIND… [all …]
|
H A D | port.mk.70 | 36 # VMUNIX makes ex considerably larger, raising many limits 42 # child execs. This speeds up ex by saving the memory copy. 70 OBJS= ex.o ex_addr.o ex_cmds.o ex_cmds2.o ex_cmdsub.o \ 76 SRCS= ex.h ex_argv.h ex_re.h ex_temp.h ex_tty.h ex_tune.h ex_vars.h ex_vis.h\ 77 ex.c ex_addr.c ex_cmds.c ex_cmds2.c ex_cmdsub.c \ 85 ${MKSTR} - ex${VERSION}strings x $*.c 98 # -Z ex_get.o ex_io.o ex_temp.o ex_tty.o ex_unix.o ex_addr.o ex.o ex_set.o \ 105 -Z ex_set.o ex_re.o ex_io.o ex_tty.o ex_unix.o ex.o\ 114 ${CTAGS} -w ex.[hc] ex_*.[hc] 139 # If we dont have ex we cant make it so dont rm ex_vars.h [all …]
|
H A D | port.mk.c70 | 34 # option, like ed.) VMUNIX makes ex considerably larger, raising many limits 40 # child execs. This speeds up ex by saving the memory copy. 61 OBJS= ex.o ex_addr.o ex_cmds.o ex_cmds2.o ex_cmdsub.o \ 69 HDRS= ex.h ex_argv.h ex_re.h ex_temp.h ex_tty.h ex_tune.h ex_vars.h ex_vis.h 70 SRC1= ex.c ex_addr.c ex_cmds.c ex_cmds2.c ex_cmdsub.c 84 ${MKSTR} - ex${VERSION}strings x $*.c 97 ${CTAGS} -w ex.[hc] ex_*.[hc] 111 ${MKSTR} - ex${VERSION}strings x $*.c 141 # If we dont have ex we cant make it so dont rm ex_vars.h 147 …-rm -f ${DESTDIR}${NBINDIR}/ex ${DESTDIR}${NBINDIR}/vi ${DESTDIR}${NBINDIR}/view ${DESTDIR}${NBIND… [all …]
|
/titanic_41/usr/src/lib/libc/sparc/fp/ |
H A D | _Q_set_except.c | 42 _Q_set_exception(unsigned int ex) in _Q_set_exception() argument 47 if (ex == 0) in _Q_set_exception() 50 if ((ex & (1 << fp_invalid)) != 0) in _Q_set_exception() 52 if ((ex & (1 << fp_overflow)) != 0) in _Q_set_exception() 54 if ((ex & (1 << fp_underflow)) != 0) { in _Q_set_exception() 55 if ((ex & (1 << fp_inexact)) != 0 || in _Q_set_exception() 61 if ((ex & (1 << fp_division)) != 0) in _Q_set_exception() 63 if ((ex & (1 << fp_inexact)) != 0) in _Q_set_exception()
|
H A D | __quad_mag.c | 48 unsigned int lx, ly, ex, ey, frac2, frac3, frac4; in __quad_mag_add() local 53 ex = (x->l.msw & 0x7fffffff) >> 16; in __quad_mag_add() 55 if (ex == 0) in __quad_mag_add() 56 ex = 1; in __quad_mag_add() 68 e = (int) ex - (int) ey; in __quad_mag_add() 139 ex++; in __quad_mag_add() 164 ex++; in __quad_mag_add() 170 if (ex >= 0x7fff) { in __quad_mag_add() 183 z->l.msw |= (ex << 16); in __quad_mag_add() 208 unsigned int lx, ly, ex, ey, frac2, frac3, frac4; in __quad_mag_sub() local [all …]
|
/titanic_41/usr/src/lib/libm/common/m9x/ |
H A D | truncl.c | 82 int ex, sx, i; in truncl() local 85 ex = xx.i[2] & 0x7fff; in truncl() 87 if (ex < 0x403e) { /* |x| < 2^63 */ in truncl() 88 if (ex < 0x3fff) /* |x| < 1 */ in truncl() 92 if (ex < 0x401e) { in truncl() 93 i = 1 << (0x401d - ex); in truncl() 97 i = 1 << (0x403d - ex); in truncl() 101 } else if (ex < 0x7fff) /* x is integral */ in truncl()
|
H A D | lroundl.c | 105 int ex, sx, i; in lroundl() local 108 ex = xx.i[2] & 0x7fff; in lroundl() 110 if (ex < 0x403e) { /* |x| < 2^63 */ in lroundl() 111 if (ex < 0x3fff) { /* |x| < 1 */ in lroundl() 112 if (ex >= 0x3ffe) in lroundl() 118 if (ex < 0x401e) { in lroundl() 119 i = 1 << (0x401d - ex); in lroundl() 123 i = 1 << (0x403d - ex); in lroundl() 130 xx.i[2] = sx | ++ex; in lroundl()
|
H A D | roundl.c | 128 int ex, sx, i; in roundl() local 131 ex = xx.i[2] & 0x7fff; in roundl() 133 if (ex < 0x403e) { /* |x| < 2^63 */ in roundl() 134 if (ex < 0x3fff) { /* |x| < 1 */ in roundl() 135 if (ex >= 0x3ffe) in roundl() 141 if (ex < 0x401e) { in roundl() 142 i = 1 << (0x401d - ex); in roundl() 146 i = 1 << (0x403d - ex); in roundl() 153 xx.i[2] = sx | ++ex; in roundl() 157 } else if (ex < 0x7fff) /* x is integral */ in roundl()
|
H A D | llroundl.c | 127 int ex, sx, i; in llroundl() local 130 ex = xx.i[2] & 0x7fff; in llroundl() 133 if (ex < 0x403e) { /* |x| < 2^63 */ in llroundl() 135 if (ex < 0x3fff) { in llroundl() 136 if (ex >= 0x3ffe) in llroundl() 142 if (ex < 0x401e) { in llroundl() 143 i = 1 << (0x401d - ex); in llroundl() 147 i = 1 << (0x403d - ex); in llroundl() 154 xx.i[2] = sx | ++ex; in llroundl()
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | getaddrinfo.c | 154 #define WILD_AF(ex) ((ex)->e_wild & 0x01) argument 155 #define WILD_SOCKTYPE(ex) ((ex)->e_wild & 0x02) argument 156 #define WILD_PROTOCOL(ex) ((ex)->e_wild & 0x04) argument 330 const struct explore *ex; local 384 for (ex = explore; ex->e_af >= 0; ex++) { 385 if (pai->ai_family != ex->e_af) 387 if (ex->e_socktype == ANY) 389 if (ex->e_protocol == ANY) 391 if (pai->ai_socktype == ex->e_socktype && 392 pai->ai_protocol != ex->e_protocol) { [all …]
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | select.c | 61 long *in, *out, *ex; in pselect() local 111 ex = (long *)ex0->fds_bits; in pselect() 113 b = (ulong_t)(*in | *out | *ex); in pselect() 124 if (*ex & m) in pselect() 131 ex++; in pselect() 162 ex = (long *)ex0->fds_bits; in pselect() 164 *ex++ = 0; in pselect() 222 ex = (long *)&ex0->fds_bits[j]; in pselect() 232 *ex = 0; in pselect() 246 *ex |= m; in pselect() [all …]
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eval.c | 50 static struct node *eval_dup(struct node *np, struct lut *ex, 63 begins_with(struct node *lhs, struct node *rhs, struct lut *ex) in begins_with() argument 84 iterinfop = lut_lookup(ex, (void *)lhs->u.name.child->u.name.s, in begins_with() 97 iterinfop = lut_lookup(ex, (void *)rhs->u.name.child->u.name.s, in begins_with() 110 return (begins_with(lhs->u.name.next, rhs->u.name.next, ex)); in begins_with() 118 eval_getname(struct node *funcnp, struct lut *ex, struct node *events[], in eval_getname() argument 133 if (eval_expr(np, ex, events, globals, croot, arrowp, try, in eval_getname() 152 if (eval_expr(nodep, ex, events, globals, croot, in eval_getname() 157 nodep = eval_dup(nodep, ex, events); in eval_getname() 165 eval_cat(struct node *np, struct lut *ex, struct node *events[], in eval_cat() argument [all …]
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
H A D | BeanSerialization.java | 57 } catch (NotSerializableException ex) { in serializeObject() 59 if (debug) System.out.println(ex.toString()); in serializeObject() 61 } catch (Exception ex) { in serializeObject() 64 obj, ex.toString())); in serializeObject() 103 } catch (Exception ex) { in deserializeObject() 104 if (debug) System.out.println(ex.toString()); in deserializeObject() 120 } catch (Exception ex) { in deserializeObject() 127 objName, ex.toString()); in deserializeObject()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | _Q_add.c | 51 _Q_set_exception(unsigned ex) in _Q_set_exception() argument 55 if((ex&(1<<fp_invalid))!=0) t = (zero/zero); in _Q_set_exception() 56 if((ex&(1<<fp_overflow))!=0) t = (huge*huge); in _Q_set_exception() 57 if((ex&(1<<fp_underflow))!=0) t = (tiny*tiny); in _Q_set_exception() 58 if((ex&(1<<fp_division))!=0) t = (tiny/zero); in _Q_set_exception() 59 if((ex&(1<<fp_inexact))!=0) t = (huge+tiny); in _Q_set_exception()
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | log.c | 182 ep->ex.printer->printer->name, in execlog() 183 ep->ex.printer->request->secure->req_id); in execlog() 187 ep->ex.request->secure->req_id); in execlog() 191 ep->ex.printer->printer->name); in execlog() 195 ep->ex.printer->printer->name); in execlog() 199 ep->ex.form->form->name); in execlog() 203 ep->ex.form->form->name); in execlog() 207 ep->ex.pwheel->pwheel->name); in execlog() 211 ep->ex.request->secure->req_id); in execlog()
|
/titanic_41/usr/src/ucblib/libcurses/ |
H A D | touchwin.c | 50 touchline(WINDOW *win, int y, int sx, int ex) in touchline() argument 53 fprintf(outf, "TOUCHLINE(%0.2o, %d, %d, %d)\n", win, y, sx, ex); in touchline() 58 ex += win->_ch_off; in touchline() 61 win->_lastch[y] = (short)ex; in touchline() 65 if (win->_lastch[y] < ex) in touchline() 66 win->_lastch[y] = (short)ex; in touchline()
|