/src/lib/libc/stdlib/ |
Lint_imaxabs.c | 11 intmax_t 12 imaxabs(intmax_t j)
|
imaxabs.c | 45 intmax_t 46 imaxabs(intmax_t i)
|
imaxdiv.c | 53 imaxdiv(intmax_t num, intmax_t denom)
|
/src/bin/sh/ |
arithmetic.h | 42 intmax_t arith(const char *, int);
|
arithmetic.c | 110 static intmax_t 115 intmax_t result; 157 static intmax_t 158 do_binop(int op, intmax_t a, intmax_t b) 203 static intmax_t assignment(int, int); 204 static intmax_t comma_list(int, int); 206 static intmax_t 209 intmax_t result; 268 static intmax_t [all...] |
/src/include/ |
inttypes.h | 46 intmax_t strtoimax(const char * __restrict, 50 intmax_t wcstoimax(const wchar_t * __restrict, 55 intmax_t imaxabs(intmax_t); 58 intmax_t quot; 59 intmax_t rem; 62 imaxdiv_t imaxdiv(intmax_t, intmax_t); 69 intmax_t strtoimax_l(const char * __restrict, 73 intmax_t wcstoimax_l(const wchar_t * __restrict [all...] |
util.h | 138 char *strspct(char *, size_t, intmax_t, intmax_t, size_t); 155 intmax_t estrtoi(const char *, int, intmax_t, intmax_t);
|
/src/sys/arch/mips/include/ |
int_mwgwtypes.h | 86 typedef __COMPILER_INT64__ intmax_t; typedef in typeref:typename:__COMPILER_INT64__ 89 typedef long int intmax_t; typedef in typeref:typename:long int 93 typedef long long int intmax_t; typedef in typeref:typename:long long int
|
/src/sys/arch/powerpc/include/ |
int_mwgwtypes.h | 86 typedef __COMPILER_INT64__ intmax_t; typedef in typeref:typename:__COMPILER_INT64__ 89 typedef long int intmax_t; typedef in typeref:typename:long int 93 typedef long long int intmax_t; typedef in typeref:typename:long long int
|
/src/sys/arch/hppa/include/ |
int_mwgwtypes.h | 78 typedef __COMPILER_INT64__ intmax_t; typedef in typeref:typename:__COMPILER_INT64__ 82 typedef long long int intmax_t; typedef in typeref:typename:long long int
|
/src/sys/arch/i386/include/ |
int_mwgwtypes.h | 82 typedef __COMPILER_INT64__ intmax_t; typedef in typeref:typename:__COMPILER_INT64__ 86 typedef long long int intmax_t; typedef in typeref:typename:long long int
|
/src/sys/arch/m68k/include/ |
int_mwgwtypes.h | 81 typedef __COMPILER_INT64__ intmax_t; typedef in typeref:typename:__COMPILER_INT64__ 85 typedef long long int intmax_t; typedef in typeref:typename:long long int
|
/src/sys/arch/sh3/include/ |
int_mwgwtypes.h | 80 typedef __COMPILER_INT64__ intmax_t; typedef in typeref:typename:__COMPILER_INT64__ 84 typedef long long int intmax_t; typedef in typeref:typename:long long int
|
/src/sys/arch/vax/include/ |
int_mwgwtypes.h | 81 typedef __COMPILER_INT64__ intmax_t; typedef in typeref:typename:__COMPILER_INT64__ 85 typedef long long int intmax_t; typedef in typeref:typename:long long int
|
/src/sys/arch/sparc/include/ |
int_mwgwtypes.h | 106 typedef __COMPILER_INT64__ intmax_t; typedef in typeref:typename:__COMPILER_INT64__ 110 typedef long int intmax_t; typedef in typeref:typename:long int 114 typedef long long int intmax_t; typedef in typeref:typename:long long int
|
/src/lib/libc/locale/ |
wcstoimax.c | 45 #define __INT intmax_t
|
/src/sys/arch/amd64/include/ |
int_mwgwtypes.h | 68 typedef long int intmax_t; typedef in typeref:typename:long int
|
/src/usr.bin/head/ |
head.c | 65 static void head(FILE *, intmax_t, intmax_t); 76 intmax_t linecnt; 77 intmax_t bytecnt; 143 head(FILE *fp, intmax_t cnt, intmax_t bytecnt) 152 if (bytecnt > (intmax_t)sizeof(buf))
|
/src/usr.sbin/makefs/ffs/ |
buf.c | 75 (intmax_t)blkno, size); 80 (intmax_t)(*bpp)->b_blkno, (intmax_t) offset, 85 (intmax_t)(*bpp)->b_blkno, (intmax_t)offset); 92 (*bpp)->b_bcount, (intmax_t)offset, rv); 95 (*bpp)->b_bcount, (intmax_t)offset, rv); 101 (*bpp)->b_bcount, (intmax_t)offset, rv); 160 (intmax_t)bp->b_blkno, (intmax_t) offset, bytes) [all...] |
/src/usr.sbin/flashctl/ |
flashctl.c | 52 static int to_intmax(intmax_t *, const char *); 59 intmax_t n = -1; 144 (intmax_t)ip.ip_flash_size / 1024 / 1024, 145 (intmax_t)ip.ip_flash_size / ip.ip_page_size, 146 (intmax_t)ip.ip_page_size); 150 (intmax_t)ip.ip_erase_size / 1024, 151 (intmax_t)ip.ip_erase_size / ip.ip_page_size); 211 (intmax_t)address); 230 to_intmax(intmax_t *num, const char *str)
|
/src/sbin/fsck_lfs/ |
pass5.c | 150 (intmax_t)nclean, 151 (intmax_t)lfs_segtod(fs, 1), 152 (intmax_t)nsb, 153 (intmax_t)lfs_btofsb(fs, LFS_SBPAD), 154 (intmax_t)labelcorrect, 155 (intmax_t)curr, 156 (intmax_t)mfs, 157 (intmax_t)lfs_btofsb(fs, locked_queue_bytes), 158 (intmax_t)avail); 173 (intmax_t)lfs_sb_getavail(fs), (intmax_t)avail) [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
interception_type_test.cc | 26 COMPILER_CHECK(sizeof(::INTMAX_T) == sizeof(intmax_t));
|
/src/sys/arch/alpha/include/ |
int_mwgwtypes.h | 77 typedef long int intmax_t; typedef in typeref:typename:long int
|
/src/sys/arch/ia64/include/ |
int_mwgwtypes.h | 77 typedef long int intmax_t; typedef in typeref:typename:long int
|
/src/common/include/prop/ |
prop_number.h | 43 prop_number_t prop_number_create_signed(intmax_t); 46 intmax_t prop_number_signed_value(prop_number_t); 77 bool prop_number_equals_signed(prop_number_t, intmax_t);
|