/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | div.c | 54 r.quot = num / denom; 80 r.quot++; 94 r.quot = num / denom; 97 r.quot++;
|
H A D | lldiv.c | 44 sd.quot = numer / denom; in lldiv()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | quotacalls.c | 90 struct quotctl quot; in quotactl() local 95 if (copyin((caddr_t)arg, ", sizeof (struct quotctl))) in quotactl() 104 quot.op = quot32.op; in quotactl() 105 quot.uid = quot32.uid; in quotactl() 106 quot.addr = (caddr_t)(uintptr_t)quot32.addr; in quotactl() 110 if (quot.uid < 0) in quotactl() 111 quot.uid = crgetruid(cr); in quotactl() 112 if (quot.op == Q_SYNC && vp == NULL) { in quotactl() 114 } else if (quot.op != Q_ALLSYNC) { in quotactl() 117 switch (quot.op) { in quotactl() [all …]
|
/titanic_41/usr/src/cmd/dispadmin/ |
H A D | subr.c | 109 longlong_t quot; in _hrtnewres() local 241 quot = prod / dfrom_res; in _hrtnewres() 248 if (quot > UINT_MAX) { in _hrtnewres() 252 htp->hrt_rem = (int)quot; in _hrtnewres()
|
/titanic_41/usr/src/head/iso/ |
H A D | stdlib_iso.h | 64 int quot; member 69 long quot; member
|
H A D | stdlib_c99.h | 57 long long quot; member
|
/titanic_41/usr/src/lib/libpp/common/ |
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 | 562 int quot; in lex() local 729 quot = c; in lex() 750 if (c == quot) in lex()
|
/titanic_41/usr/src/cmd/priocntl/ |
H A D | subr.c | 584 longlong_t quot; local 715 quot = prod / dfrom_res; 722 if (quot > UINT_MAX) { 726 htp->hrt_rem = (int)quot;
|
/titanic_41/usr/src/cmd/fs.d/ufs/quot/ |
H A D | Makefile | 31 LIBPROG= quot
|
/titanic_41/usr/src/cmd/fs.d/ufs/ |
H A D | Makefile | 38 labelit lockfs ncheck quot quota quotacheck quotaon \
|
/titanic_41/usr/src/head/ |
H A D | inttypes.h | 82 intmax_t quot; member
|
/titanic_41/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);
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | sys | 106 echo "typedef struct { int quot; int rem; } $v;" 112 echo "typedef struct { long quot; long rem; } $v;"
|
/titanic_41/usr/src/lib/libshell/common/scripts/ |
H A D | rssread.sh | 289 ["quot"]='"'
|
/titanic_41/usr/src/cmd/ssh/sftp/ |
H A D | sftp.c | 439 char quot; in get_pathname() local 453 quot = *cp++; in get_pathname() 457 if (cp[i] == quot) { /* Found quote */ in get_pathname()
|
/titanic_41/usr/src/man/man1m/ |
H A D | Makefile | 409 quot.1m \
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | SUNWcs.man1m.inc | 199 file path=usr/share/man/man1m/quot.1m
|
H A D | SUNWcs.mf | 986 file path=usr/lib/fs/ufs/quot mode=0555 1818 link path=usr/sbin/quot target=../lib/fs/ufs/quot
|
/titanic_41/ |
H A D | .gitignore | 1307 usr/src/cmd/fs.d/ufs/quot/quot
|