Searched defs:_ex (Results 1 – 3 of 3) sorted by relevance
121 struct _ex { struct122 char **_e_argv; /* argv array */123 char **_e_orig; /* original strings */124 int *_e_len; /* allocated length */125 int _e_pbnum; /* base num. of args. used */126 int _e_ppos; /* number of arguments used */127 int _e_pnummax; /* max. number of arguments */128 int _e_psize; /* number of bytes of args. */129 int _e_pbsize; /* base num. of bytes of args */130 int _e_psizemax; /* max num. of bytes of args */[all …]
122 unsigned _ex; in fpgetsticky() local
172 unsigned _ex, _mxcsr; in __fpgetsticky() local