Symbol: quot
include/inttypes.h
58
intmax_t quot;
include/stdlib.h
57
int quot; /* quotient */
include/stdlib.h
62
long quot; /* quotient */
include/stdlib.h
70
long long int quot; /* quotient */
include/stdlib.h
78
quad_t quot; /* quotient */
lib/libc/citrus/citrus_prop.c
253
int errnum, quot, ch;
lib/libc/citrus/citrus_prop.c
267
quot = _memstream_getc(ms);
lib/libc/citrus/citrus_prop.c
268
switch (quot) {
lib/libc/citrus/citrus_prop.c
272
_memstream_ungetc(ms, quot);
lib/libc/citrus/citrus_prop.c
273
quot = EOF;
lib/libc/citrus/citrus_prop.c
278
s[n] = quot;
lib/libc/citrus/citrus_prop.c
280
quot = EOF;
lib/libc/citrus/citrus_prop.c
293
if (quot == ch || (quot == EOF &&
lib/libc/gmon/gmon.c
170
u_long quot = o / p->kcountsize;
lib/libc/gmon/gmon.c
172
if (quot >= 0x10000)
lib/libc/gmon/gmon.c
174
else if (quot >= 0x100)
lib/libc/gmon/gmon.c
175
s_scale = 0x10000 / quot;
lib/libc/stdlib/div.c
51
r.quot = num / denom;
lib/libc/stdlib/div.c
77
r.quot++;
lib/libc/stdlib/imaxdiv.c
59
r.quot = num / denom;
lib/libc/stdlib/imaxdiv.c
62
r.quot++;
lib/libc/stdlib/ldiv.c
53
r.quot = num / denom;
lib/libc/stdlib/ldiv.c
56
r.quot++;
lib/libc/stdlib/lldiv.c
59
r.quot = num / denom;
lib/libc/stdlib/lldiv.c
62
r.quot++;
lib/libc/stdlib/qdiv.c
58
r.quot = num / denom;
lib/libc/stdlib/qdiv.c
61
r.quot++;
sys/arch/arm/include/aeabi.h
132
typedef struct { long long quot; long long rem; } lldiv_t;
sys/arch/arm/include/aeabi.h
135
typedef struct { unsigned long long quot; unsigned long long rem; } ulldiv_t;
sys/arch/arm/include/aeabi.h
157
typedef struct { int quot, rem; } idiv_return;
sys/arch/arm/include/aeabi.h
158
typedef struct { unsigned int quot, rem; } uidiv_return;
sys/dev/usb/uep.c
373
int quot = num / rat;
sys/dev/usb/uep.c
376
quot++;
sys/dev/usb/uep.c
377
return quot + off;
sys/kern/tty_subr.c
71
clalloc(struct clist *clp, int size, int quot)
sys/kern/tty_subr.c
75
if (quot)
tests/lib/libc/stdlib/t_div.c
52
ATF_CHECK(d.quot == QUOT);
tests/lib/libc/stdlib/t_div.c
69
ATF_CHECK(ld.quot == QUOT);
tests/lib/libc/stdlib/t_div.c
86
ATF_CHECK(lld.quot == QUOT);
tests/usr.bin/xlint/lint1/init_c99.c
371
int quot, rem;
tests/usr.bin/xlint/lint1/init_c99.c
372
} c99_6_7_8_p34_example10 = { .quot = 2, .rem = -1 };
usr.bin/split/split.c
319
int quot, i;
usr.bin/split/split.c
327
quot = fnum;
usr.bin/split/split.c
356
quot = 0;
usr.bin/split/split.c
361
fpnt[i] = quot % 26 + 'a';
usr.bin/split/split.c
362
quot = quot / 26;
usr.bin/split/split.c
364
if (quot > 0)
usr.sbin/quot/quot.c
659
quot(nm, mp->f_mntonname);
usr.sbin/quot/quot.c
664
quot(*argv++, 0);
usr.sbin/quot/quot.c
99
static void quot(const char *, const char *);