/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | div.c | 52 r.quot = num / denom; 78 r.quot++; 92 r.quot = num / denom; 95 r.quot++;
|
H A D | lldiv.c | 42 sd.quot = numer / denom; in lldiv()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | quotacalls.c | 87 struct quotctl quot; in quotactl() local 92 if (copyin((caddr_t)arg, ", sizeof (struct quotctl))) in quotactl() 101 quot.op = quot32.op; in quotactl() 102 quot.uid = quot32.uid; in quotactl() 103 quot.addr = (caddr_t)(uintptr_t)quot32.addr; in quotactl() 107 if (quot.uid < 0) in quotactl() 108 quot.uid = crgetruid(cr); in quotactl() 109 if (quot.op == Q_SYNC && vp == NULL) { in quotactl() 111 } else if (quot.op != Q_ALLSYNC) { in quotactl() 114 switch (quot.op) { in quotactl() [all …]
|
/illumos-gate/usr/src/cmd/dispadmin/ |
H A D | subr.c | 107 longlong_t quot; in _hrtnewres() local 239 quot = prod / dfrom_res; in _hrtnewres() 246 if (quot > UINT_MAX) { in _hrtnewres() 250 htp->hrt_rem = (int)quot; in _hrtnewres()
|
/illumos-gate/usr/src/boot/include/ |
H A D | stdlib.h | 60 int quot; /* quotient */ member 65 long quot; member 132 long long quot; member
|
H A D | inttypes.h | 43 intmax_t quot; /* Quotient. */ member
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pplex.c | 185 int quot; in ppcpp() local 876 quot = c; in ppcpp() 884 if ((quot = c) == '<') in ppcpp() 893 quot = '>'; in ppcpp() 905 if (c != quot) in ppcpp() 931 if (c == '\n' && quot == '\'' && (pp.option & STRINGSPAN)) n = 0; in ppcpp() 937 switch (quot) in ppcpp() 973 error(m, "%s in %c quote", pptokchr(c), quot); in ppcpp() 979 PUTCHR(quot); in ppcpp() 984 c = quot; in ppcpp() [all …]
|
H A D | ppproto.c | 592 int quot; in lex() local 759 quot = c; in lex() 780 if (c == quot) in lex()
|
/illumos-gate/usr/src/head/iso/ |
H A D | stdlib_iso.h | 66 int quot; member 71 long quot; member
|
H A D | stdlib_c99.h | 59 long long quot; member
|
/illumos-gate/usr/src/cmd/priocntl/ |
H A D | subr.c | 581 longlong_t quot; local 712 quot = prod / dfrom_res; 719 if (quot > UINT_MAX) { 723 htp->hrt_rem = (int)quot;
|
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/ |
H A D | Makefile | 29 LIBPROG= quot
|
/illumos-gate/usr/src/cmd/fs.d/ufs/ |
H A D | Makefile | 37 labelit lockfs ncheck quot quota quotacheck quotaon \
|
/illumos-gate/usr/src/common/mpi/ |
H A D | mpi.c | 3389 mp_int quot; in s_mp_div_d() local 3413 MP_DIGITS(") = 0; in s_mp_div_d() 3415 MP_CHECKOK( mp_init_size(", USED(mp), FLAG(mp)) ); in s_mp_div_d() 3428 s_mp_lshd(", 1); in s_mp_div_d() 3429 DIGIT(", 0) = (mp_digit)q; in s_mp_div_d() 3441 MP_DIGIT(", 0) = d; in s_mp_div_d() 3442 MP_CHECKOK( s_mp_norm(&rem, ", &norm) ); in s_mp_div_d() 3445 MP_DIGIT(", 0) = 0; in s_mp_div_d() 3461 MP_CHECKOK( s_mp_lshd(", 1) ); in s_mp_div_d() 3462 DIGIT(", 0) = q; in s_mp_div_d() [all …]
|
H A D | mpi-priv.h | 230 mp_err s_mp_div(mp_int *rem, mp_int *div, mp_int *quot); /* magnitude div */ 299 mp_digit divisor, mp_digit *quot, mp_digit *rem);
|
/illumos-gate/usr/src/head/ |
H A D | inttypes.h | 82 intmax_t quot; member
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | sys | 114 echo "typedef struct { int quot; int rem; } $v;" 120 echo "typedef struct { long quot; long rem; } $v;"
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | funstack.awk | 851 gsub(/\"/,"\\"",s)
|
/illumos-gate/usr/src/man/man8/ |
H A D | Makefile | 380 quot.8 \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | SUNWcs.man8.inc | 205 file path=usr/share/man/man8/quot.8
|
H A D | SUNWcs.p5m | 924 file path=usr/lib/fs/ufs/quot mode=0555 1414 link path=usr/sbin/quot target=../lib/fs/ufs/quot
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | proto.c | 2858 int quot; local 3025 quot = c; 3046 if (c == quot)
|