Home
last modified time | relevance | path

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

123

/titanic_51/usr/src/tools/btxld/
H A Dimgact_aout.h36 #define N_GETMAGIC(ex) \ argument
38 #define N_GETMID(ex) \ argument
41 #define N_GETFLAG(ex) \ argument
44 N_SETMAGIC(ex,mag,mid,flag) global() argument
49 N_GETMAGIC_NET(ex) global() argument
51 N_GETMID_NET(ex) global() argument
53 N_GETFLAG_NET(ex) global() argument
55 N_SETMAGIC_NET(ex,mag,mid,flag) global() argument
59 N_ALIGN(ex,x) global() argument
65 N_BADMAG(ex) global() argument
76 N_TXTADDR(ex) global() argument
83 N_DATADDR(ex) global() argument
87 N_TXTOFF(ex) global() argument
92 N_DATOFF(ex) global() argument
96 N_RELOFF(ex) global() argument
100 N_SYMOFF(ex) global() argument
104 N_STROFF(ex) global() argument
[all...]
/titanic_51/usr/src/boot/sys/sys/
H A Dimgact_aout.h36 #define N_GETMAGIC(ex) \ argument
38 #define N_GETMID(ex) \ argument
41 #define N_GETFLAG(ex) \ argument
44 N_SETMAGIC(ex,mag,mid,flag) global() argument
49 N_GETMAGIC_NET(ex) global() argument
51 N_GETMID_NET(ex) global() argument
53 N_GETFLAG_NET(ex) global() argument
55 N_SETMAGIC_NET(ex,mag,mid,flag) global() argument
59 N_ALIGN(ex,x) global() argument
65 N_BADMAG(ex) global() argument
76 N_TXTADDR(ex) global() argument
83 N_DATADDR(ex) global() argument
87 N_TXTOFF(ex) global() argument
92 N_DATOFF(ex) global() argument
96 N_RELOFF(ex) global() argument
100 N_SYMOFF(ex) global() argument
104 N_STROFF(ex) global() argument
[all...]
/titanic_51/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 N_SETMAGIC(ex,mag,mid,flag) global() argument
63 N_GETMAGIC_NET(ex) global() argument
65 N_GETMID_NET(ex) global() argument
67 N_GETFLAG_NET(ex) global() argument
69 N_SETMAGIC_NET(ex,mag,mid,flag) global() argument
73 N_ALIGN(ex,x) global() argument
79 N_BADMAG(ex) global() argument
87 N_TXTADDR(ex) global() argument
92 N_DATADDR(ex) global() argument
96 N_TXTOFF(ex) global() argument
101 N_DATOFF(ex) global() argument
105 N_RELOFF(ex) global() argument
109 N_SYMOFF(ex) global() argument
113 N_STROFF(ex) global() argument
[all...]
/titanic_51/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_51/usr/src/contrib/ast/src/lib/libast/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() argument
76 expr(register Expr_t * ex,register int precedence) expr() argument
277 Expr_t ex; strexpr() local
[all...]
/titanic_51/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() argument
155 fp_exception_field_type *ex) in __pack_single() argument
219 fp_exception_field_type *ex) in __pack_double() argument
292 fp_exception_field_type *ex) in __pack_extended() argument
360 fp_exception_field_type *ex) in __pack_quadruple() argument
[all...]
/titanic_51/usr/src/cmd/sendmail/libsm/
H A Dstrexit.c59 sm_sysexitmsg(ex) in sm_sysexitmsg() argument
91 sm_sysexmsg(ex) sm_sysexmsg() argument
[all...]
/titanic_51/usr/src/cmd/fs.d/nfs/dfshares/
H A Ddfshares.c102 struct exportnode *ex = NULL; local
161 free_ex(ex) in free_ex() argument
[all...]
/titanic_51/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() argument
118 eval_getname(struct node *funcnp, struct lut *ex, struct node *events[], in eval_getname() argument
165 eval_cat(struct node *np, struct lut *ex, struc argument
210 eval_func(struct node * funcnp,struct lut * ex,struct node * events[],struct node * np,struct lut ** globals,struct config * croot,struct arrow * arrowp,int try,struct evalue * valuep) eval_func() argument
948 eval_dup(struct node * np,struct lut * ex,struct node * events[]) eval_dup() argument
1243 eval_potential(struct node * np,struct lut * ex,struct node * events[],struct node ** newc,struct config * croot) eval_potential() argument
1385 eval_expr(struct node * np,struct lut * ex,struct node * events[],struct lut ** globals,struct config * croot,struct arrow * arrowp,int try,struct evalue * valuep) eval_expr() argument
[all...]
/titanic_51/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, e in __quad_mag_sub() local
[all...]
H A D_Q_set_except.c42 _Q_set_exception(unsigned int ex) in _Q_set_exception() argument
[all...]
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfclose.c36 reg int local, ex, rv; local
/titanic_51/usr/src/lib/libast/common/sfio/
H A Dsfclose.c36 reg int local, ex, rv; local
/titanic_51/usr/src/ucblib/libcurses/
H A Dtouchwin.c50 touchline(WINDOW *win, int y, int sx, int ex) in touchline() argument
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A D_Q_add.c51 _Q_set_exception(unsigned ex) in _Q_set_exception() argument
/titanic_51/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
[all...]
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; __fex_st_result() local
[all...]
H A Dllroundl.c127 int ex, sx, i; in llroundl() local
/titanic_51/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
[all...]
/titanic_51/usr/src/lib/libm/common/C/
H A Dcbrt.c228 unsigned int hx, sx, ex, j, offset; in __cbrt() local
/titanic_51/usr/src/lib/libc/port/gen/
H A Dselect.c61 long *in, *out, *ex; in pselect() local
[all...]

123