Searched refs:ldiv_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddiv.c86 ldiv_t
90 ldiv_t r;
/illumos-gate/usr/src/head/iso/
H A Dstdlib_iso.h73 } ldiv_t; typedef in namespace:std
141 extern ldiv_t ldiv(long, long);
168 inline ldiv_t div(long _l1, long _l2) { return ldiv(_l1, _l2); }
/illumos-gate/usr/src/boot/include/
H A Dstdlib.h67 } ldiv_t; typedef in typeref:struct:__anon41
97 ldiv_t ldiv(long, long) __pure2;
/illumos-gate/usr/src/head/
H A Dstdlib.h51 using std::ldiv_t;
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc376 ldiv_t ldiv(long int numer, long int denom);

Completed in 1537 milliseconds