Searched refs:div_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/lib/libc/stdlib/
H A Ddiv.c35 #include <stdlib.h> /* div_t */
37 div_t
40 div_t r;
/freebsd-current/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dstdlib.h33 _Static_assert(__builtin_offsetof(div_t, quot) == 0, "ABI mismatch!");
/freebsd-current/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_div.c48 div_t d;
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcstdlib.inc11 using std::div_t;
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdlib.inc11 using ::div_t;
/freebsd-current/include/
H A Dstdlib.h56 } div_t; typedef in typeref:struct:__anon73
90 div_t div(int, int) __pure2;
/freebsd-current/contrib/ncurses/form/
H A Dfrm_driver.c460 /* Set this to 1 to use the div_t version. This is a good idea if your
488 *((div_t *) & (form->currow)) = div(idx, field->dcols);

Completed in 254 milliseconds