Searched defs:quot (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/head/iso/ |
H A D | stdlib_c99.h | 59 long long quot; member in struct:__anon154
|
H A D | stdlib_iso.h | 66 int quot; member in struct:std::__anon155 71 long quot; member in struct:std::__anon156
|
/illumos-gate/usr/src/boot/include/ |
H A D | inttypes.h | 43 intmax_t quot; /* Quotient. */ member in struct:__anon9
|
H A D | stdlib.h | 60 int quot; /* quotient */ member in struct:__anon40 65 long quot; member in struct:__anon41 132 long long quot; member in struct:__anon42
|
/illumos-gate/usr/src/head/ |
H A D | inttypes.h | 82 intmax_t quot; member in struct:__anon2262
|
/illumos-gate/usr/src/cmd/dispadmin/ |
H A D | subr.c | 109 longlong_t quot; local 241 quot = prod / dfrom_res; 248 if (quot > UINT_MAX) { 252 htp->hrt_rem = (int)quot;
|
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | pplex.c | 185 int quot; local 876 quot = c; 884 if ((quot = c) == '<') 893 quot = '>'; 905 if (c != quot) 931 if (c == '\n' && quot == '\'' && (pp.option & STRINGSPAN)) n = 0; 937 switch (quot) 973 error(m, "%s in %c quote", pptokchr(c), quot); 979 PUTCHR(quot); 984 c = quot; [all...] |
H A D | ppproto.c | 562 int quot; local 729 quot = c; 750 if (c == quot)
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | quotacalls.c | 90 struct quotctl quot; local 95 if (copyin((caddr_t)arg, ", sizeof (struct quotctl))) 104 quot.op = quot32.op; 105 quot.uid = quot32.uid; 106 quot.addr = (caddr_t)(uintptr_t)quot32.addr; 110 if (quot.uid < 0) 111 quot.uid = crgetruid(cr); 112 if (quot.op == Q_SYNC && vp == NULL) { 114 } else if (quot.op != Q_ALLSYNC) { 117 switch (quot [all...] |
/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/common/mpi/ |
H A D | mpi.c | 3389 mp_int quot; local 3413 MP_DIGITS(") = 0; 3415 MP_CHECKOK( mp_init_size(", USED(mp), FLAG(mp)) ); 3428 s_mp_lshd(", 1); 3429 DIGIT(", 0) = (mp_digit)q; 3441 MP_DIGIT(", 0) = d; 3442 MP_CHECKOK( s_mp_norm(&rem, ", &norm) ); 3445 MP_DIGIT(", 0) = 0; 3461 MP_CHECKOK( s_mp_lshd(", 1) ); 3462 DIGIT(", 4213 s_mp_div(mp_int *rem, mp_int *div, mp_int *quot) argument [all...] |
Completed in 89 milliseconds