Symbol: quot
crypto/openssh/sftp.c
1199
int argc, quot;
crypto/openssh/sftp.c
1245
quot = state == MA_SQUOTE ? '\'' : '"';
crypto/openssh/sftp.c
1248
if (arg[i + 1] == quot) {
include/inttypes.h
43
intmax_t quot; /* Quotient. */
include/stdlib.h
137
long long quot;
include/stdlib.h
54
int quot; /* quotient */
include/stdlib.h
59
long quot;
lib/libc/iconv/citrus_prop.c
250
int ch, errnum, quot;
lib/libc/iconv/citrus_prop.c
261
quot = _memstream_getc(ms);
lib/libc/iconv/citrus_prop.c
262
switch (quot) {
lib/libc/iconv/citrus_prop.c
267
_memstream_ungetc(ms, quot);
lib/libc/iconv/citrus_prop.c
268
quot = EOF;
lib/libc/iconv/citrus_prop.c
273
s[n] = quot;
lib/libc/iconv/citrus_prop.c
275
quot = EOF;
lib/libc/iconv/citrus_prop.c
288
if (quot == ch || (quot == EOF &&
lib/libc/stdlib/div.c
42
r.quot = numer / denom;
lib/libc/stdlib/imaxdiv.c
36
retval.quot = numer / denom;
lib/libc/stdlib/ldiv.c
42
r.quot = numer / denom;
lib/libc/stdlib/lldiv.c
36
retval.quot = numer / denom;
stand/ficl/aarch64/sysdep.c
45
result.quot = qx / y;
stand/ficl/aarch64/sysdep.h
137
FICL_UNS quot;
stand/ficl/aarch64/sysdep.h
149
FICL_INT quot;
stand/ficl/amd64/sysdep.c
47
result.quot = qx / y;
stand/ficl/amd64/sysdep.h
137
FICL_UNS quot;
stand/ficl/amd64/sysdep.h
149
FICL_INT quot;
stand/ficl/arm/sysdep.c
45
result.quot = qx / y;
stand/ficl/arm/sysdep.h
137
FICL_UNS quot;
stand/ficl/arm/sysdep.h
149
FICL_INT quot;
stand/ficl/i386/sysdep.c
47
result.quot = qx / y;
stand/ficl/i386/sysdep.h
135
FICL_UNS quot;
stand/ficl/i386/sysdep.h
147
FICL_INT quot;
stand/ficl/math64.c
115
qr.quot = -qr.quot;
stand/ficl/math64.c
118
qr.quot--;
stand/ficl/math64.c
286
qr.quot = -qr.quot;
stand/ficl/math64.c
326
result.hi = qr.quot << UMOD_SHIFT;
stand/ficl/math64.c
330
result.hi |= qr.quot & UMOD_MASK;
stand/ficl/math64.c
334
result.lo = qr.quot << UMOD_SHIFT;
stand/ficl/math64.c
338
result.lo |= qr.quot & UMOD_MASK;
stand/ficl/math64.c
554
result.quot = quotient.lo;
stand/ficl/powerpc/sysdep.c
45
result.quot = qx / y;
stand/ficl/powerpc/sysdep.h
137
FICL_UNS quot;
stand/ficl/powerpc/sysdep.h
149
FICL_INT quot;
stand/ficl/riscv/sysdep.c
45
result.quot = qx / y;
stand/ficl/riscv/sysdep.h
137
FICL_UNS quot;
stand/ficl/riscv/sysdep.h
149
FICL_INT quot;
stand/ficl/vm.c
699
v.lo = result.quot;
stand/ficl/vm.c
732
result.quot = value;
stand/ficl/vm.c
737
ud.lo = result.quot;
stand/ficl/words.c
361
PUSHINT(qr.quot);
stand/ficl/words.c
3729
PUSHINT(qr.quot);
stand/ficl/words.c
3755
PUSHINT(qr.quot);
stand/ficl/words.c
3796
PUSHUNS(qr.quot);
stand/ficl/words.c
425
x = m64SymmetricDivI(prod, z).quot;
stand/ficl/words.c
448
PUSHINT(qr.quot);
usr.sbin/mountd/mountd.c
358
char quot = 0;
usr.sbin/mountd/mountd.c
3586
char quot = 0;
usr.sbin/mountd/mountd.c
3593
if (quot) {
usr.sbin/mountd/mountd.c
3594
if (*p == quot)
usr.sbin/mountd/mountd.c
3595
quot = 0;
usr.sbin/mountd/mountd.c
3600
quot = *p;
usr.sbin/mountd/mountd.c
392
if (quot == 0 && (*srcptr == '\'' || *srcptr == '"')) {
usr.sbin/mountd/mountd.c
393
quot = *srcptr++;
usr.sbin/mountd/mountd.c
396
if (quot && *srcptr == quot) {
usr.sbin/mountd/mountd.c
398
quot = 0;
usr.sbin/mountd/mountd.c
402
if (!quot && strchr(delim, *srcptr))
usr.sbin/quot/quot.c
522
quot(mp->f_mntfromname, mp->f_mntonname);
usr.sbin/quot/quot.c
526
quot(mp->f_mntfromname, mp->f_mntonname);
usr.sbin/quot/quot.c
528
quot(*argv, 0);
usr.sbin/quot/quot.c
79
static void quot(char *, char *);