Home
last modified time | relevance | path

Searched refs:quot (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddiv.c52 r.quot = num / denom;
78 r.quot++;
92 r.quot = num / denom;
95 r.quot++;
H A Dlldiv.c42 sd.quot = numer / denom; in lldiv()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c87 struct quotctl quot; in quotactl() local
101 quot.op = quot32.op; in quotactl()
102 quot.uid = quot32.uid; 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()
135 error = setquota(quot.op, (uid_t)quot.uid, ufsvfsp, in quotactl()
136 quot.addr, cr); in quotactl()
[all …]
/illumos-gate/usr/src/cmd/dispadmin/
H A Dsubr.c107 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 Dstdlib.h60 int quot; /* quotient */ member
65 long quot; member
132 long long quot; member
H A Dinttypes.h43 intmax_t quot; /* Quotient. */ member
/illumos-gate/usr/src/head/iso/
H A Dstdlib_iso.h66 int quot; member
71 long quot; member
H A Dstdlib_c99.h59 long long quot; member
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplex.c185 int quot; in ppcpp() local
876 quot = c; in ppcpp()
893 quot = '>'; in ppcpp()
905 if (c != quot) in ppcpp()
937 switch (quot) in ppcpp()
979 PUTCHR(quot); in ppcpp()
984 c = quot; in ppcpp()
1135 switch (quot) in ppcpp()
1439 quot = 1; in ppcpp()
1469 quot = 0; in ppcpp()
[all …]
H A Dppproto.c592 int quot; in lex() local
759 quot = c; in lex()
780 if (c == quot) in lex()
/illumos-gate/usr/src/cmd/priocntl/
H A Dsubr.c581 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 DMakefile29 LIBPROG= quot
/illumos-gate/usr/src/cmd/fs.d/ufs/
H A DMakefile37 labelit lockfs ncheck quot quota quotacheck quotaon \
/illumos-gate/usr/src/head/
H A Dinttypes.h82 intmax_t quot; member
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c3389 mp_int quot; in s_mp_div_d() local
3413 MP_DIGITS(&quot) = 0; in s_mp_div_d()
3428 s_mp_lshd(&quot, 1); in s_mp_div_d()
3441 MP_DIGIT(&quot, 0) = d; in s_mp_div_d()
3445 MP_DIGIT(&quot, 0) = 0; in s_mp_div_d()
3462 DIGIT(&quot, 0) = q; in s_mp_div_d()
3476 s_mp_clamp(&quot); in s_mp_div_d()
3477 mp_exch(&quot, mp); in s_mp_div_d()
3479 mp_clear(&quot); in s_mp_div_d()
4253 MP_USED(quot) = MP_ALLOC(quot); in s_mp_div()
[all …]
H A Dmpi-priv.h230 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/contrib/ast/src/lib/libast/features/
H A Dsys114 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 Dfunstack.awk851 gsub(/\"/,"\\&quot;",s)
/illumos-gate/usr/src/man/man8/
H A DMakefile378 quot.8 \
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.man8.inc204 file path=usr/share/man/man8/quot.8
H A DSUNWcs.p5m922 file path=usr/lib/fs/ufs/quot mode=0555
1411 link path=usr/sbin/quot target=../lib/fs/ufs/quot
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c2858 int quot; local
3025 quot = c;
3046 if (c == quot)