Home
last modified time | relevance | path

Searched defs:ex (Results 1 – 25 of 67) sorted by relevance

123

/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h51 #define N_GETMAGIC(ex) \ argument
53 #define N_GETMID(ex) \ argument
56 #define N_GETFLAG(ex) \ argument
59 #define N_SETMAGIC(ex,mag,mid,flag) \ argument
63 #define N_GETMAGIC_NET(ex) \ argument
65 #define N_GETMID_NET(ex) \ argument
67 #define N_GETFLAG_NET(ex) \ argument
69 #define N_SETMAGIC_NET(ex,mag,mid,flag) \ argument
73 #define N_ALIGN(ex,x) \ argument
79 #define N_BADMAG(ex) \ argument
[all …]
/titanic_50/usr/src/lib/libast/common/string/
H A Dstrexpr.c43 #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()
76 expr(register Expr_t* ex, register int precedence) in expr()
277 Expr_t ex; in strexpr() local
/titanic_50/usr/src/lib/libc/port/fp/
H A Dpack_float.c100 round(unpacked *pu, int roundword, enum fp_direction_type rd, int *ex) in round()
155 fp_exception_field_type *ex) in __pack_single()
219 fp_exception_field_type *ex) in __pack_double()
292 fp_exception_field_type *ex) in __pack_extended()
360 fp_exception_field_type *ex) in __pack_quadruple()
/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dstrexit.c59 sm_sysexitmsg(ex) in sm_sysexitmsg() argument
91 sm_sysexmsg(ex) in sm_sysexmsg() argument
/titanic_50/usr/src/cmd/fs.d/nfs/dfshares/
H A Ddfshares.c102 struct exportnode *ex = NULL; local
161 free_ex(ex) in free_ex() argument
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c63 begins_with(struct node *lhs, struct node *rhs, struct lut *ex) in begins_with()
118 eval_getname(struct node *funcnp, struct lut *ex, struct node *events[], in eval_getname()
165 eval_cat(struct node *np, struct lut *ex, struct node *events[], in eval_cat()
210 eval_func(struct node *funcnp, struct lut *ex, struct node *events[], in eval_func()
948 eval_dup(struct node *np, struct lut *ex, struct node *events[]) in eval_dup()
1243 eval_potential(struct node *np, struct lut *ex, struct node *events[], in eval_potential()
1385 eval_expr(struct node *np, struct lut *ex, struct node *events[], in eval_expr()
/titanic_50/usr/src/lib/libc/sparc/fp/
H A D__quad_mag.c48 unsigned int lx, ly, ex, ey, frac2, frac3, frac4; in __quad_mag_add() local
208 unsigned int lx, ly, ex, ey, frac2, frac3, frac4; in __quad_mag_sub() local
H A D_Q_set_except.c42 _Q_set_exception(unsigned int ex) in _Q_set_exception()
/titanic_50/usr/src/lib/libast/common/sfio/
H A Dsfclose.c36 reg int local, ex, rv; local
/titanic_50/usr/src/ucblib/libcurses/
H A Dtouchwin.c50 touchline(WINDOW *win, int y, int sx, int ex) in touchline()
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A D_Q_add.c51 _Q_set_exception(unsigned ex) in _Q_set_exception()
/titanic_50/usr/src/lib/libm/common/m9x/
H A Dtruncl.c82 int ex, sx, i; in truncl() local
H A Droundl.c128 int ex, sx, i; in roundl() local
H A Dfma.c78 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; in __fma() local
408 int ex, ey, ez; in __fma() local
H A Dlroundl.c105 int ex, sx, i; in lroundl() local
H A Dlrintl.c134 int ex; in lrintl() local
H A D__fex_i386.c573 unsigned int cwsw, ex, sw, op; in __fex_get_op() local
1241 unsigned long ex, op, ea, stack; in __fex_st_result() local
H A Dllroundl.c127 int ex, sx, i; in llroundl() local
H A Dllrintl.c155 int ex; in llrintl() local
/titanic_50/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c154 #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
/titanic_50/usr/src/lib/libm/common/C/
H A Dcbrt.c228 unsigned int hx, sx, ex, j, offset; in __cbrt() local
/titanic_50/usr/src/lib/libc/port/gen/
H A Dselect.c61 long *in, *out, *ex; in pselect() local
/titanic_50/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c578 record_iterators(struct node *np, struct lut *ex) in record_iterators()
615 check_exprscope(struct node *np, struct lut *ex) in check_exprscope()
695 struct lut *ex; in check_propscope() local
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPServerHeaderV2.java207 SrvLocMsg makeErrorReply(Exception ex) { in makeErrorReply()
/titanic_50/usr/src/cmd/fs.d/nfs/mountd/
H A Dexportlist.c170 freeexports(struct exportnode *ex) in freeexports()

123