HomeSort by: relevance | last modified time | path
    Searched refs:quot (Results 1 - 22 of 22) sorted by relevancy

  /src/usr.sbin/quot/
Makefile 5 PROG= quot
6 MAN= quot.8
quot.c 1 /* $NetBSD: quot.c,v 1.35 2022/11/17 06:40:41 chs Exp $ */
36 __RCSID("$NetBSD: quot.c,v 1.35 2022/11/17 06:40:41 chs Exp $");
63 * Original BSD quot doesn't round to number of frags/blocks,
99 static void quot(const char *, const char *);
546 quot(const char *name, const char *mp) function in typeref:typename:void
659 quot(nm, mp->f_mntonname);
664 quot(*argv++, 0);
  /src/lib/libc/stdlib/
div.c 51 r.quot = num / denom;
54 * The ANSI standard says that |r.quot| <= |n/d|, where
61 * negative and r.quot has been truncated towards -inf,
63 * sign of num; if both are negative and r.quot has been
73 * In that case, to get the right answer, add 1 to r.quot and
77 r.quot++;
ldiv.c 53 r.quot = num / denom;
56 r.quot++;
imaxdiv.c 59 r.quot = num / denom;
62 r.quot++;
lldiv.c 59 r.quot = num / denom;
62 r.quot++;
qdiv.c 58 r.quot = num / denom;
61 r.quot++;
  /src/tests/lib/libc/stdlib/
t_div.c 36 #define QUOT 1
52 ATF_CHECK(d.quot == QUOT);
69 ATF_CHECK(ld.quot == QUOT);
86 ATF_CHECK(lld.quot == QUOT);
  /src/sys/arch/arm/include/
aeabi.h 132 typedef struct { long long quot; long long rem; } lldiv_t; member in struct:__anon22e5a4520108
135 typedef struct { unsigned long long quot; unsigned long long rem; } ulldiv_t; member in struct:__anon22e5a4520208
157 typedef struct { int quot, rem; } idiv_return; member in struct:__anon22e5a4520308
158 typedef struct { unsigned int quot, rem; } uidiv_return; member in struct:__anon22e5a4520408
  /src/usr.bin/split/
split.c 319 int quot, i; local in function:newfile
327 quot = fnum;
356 quot = 0;
361 fpnt[i] = quot % 26 + 'a';
362 quot = quot / 26;
364 if (quot > 0)
  /src/lib/libc/citrus/
citrus_prop.c 253 int errnum, quot, ch; local in function:_citrus_prop_read_str
267 quot = _memstream_getc(ms);
268 switch (quot) {
272 _memstream_ungetc(ms, quot);
273 quot = EOF;
278 s[n] = quot;
280 quot = EOF;
293 if (quot == ch || (quot == EOF &&
  /src/include/
inttypes.h 58 intmax_t quot; member in struct:__anon07d253360108
stdlib.h 57 int quot; /* quotient */ member in struct:__anonbd9cfb580108
62 long quot; /* quotient */ member in struct:__anonbd9cfb580208
70 long long int quot; /* quotient */ member in struct:__anonbd9cfb580308
78 quad_t quot; /* quotient */ member in struct:__anonbd9cfb580408
  /src/sys/dev/usb/
uep.c 373 int quot = num / rat; local in function:uep_adjust
376 quot++;
377 return quot + off;
  /src/lib/libc/gmon/
gmon.c 170 u_long quot = o / p->kcountsize;
172 if (quot >= 0x10000)
174 else if (quot >= 0x100)
175 s_scale = 0x10000 / quot;
  /src/usr.sbin/
Makefile 24 quot quotacheck quotaon quotarestore \
  /src/tests/usr.bin/xlint/lint1/
init_c99.c 371 int quot, rem; member in struct:__anon8eede3cd0308
372 } c99_6_7_8_p34_example10 = { .quot = 2, .rem = -1 };
  /src/libexec/httpd/
printenv.lua 18 return s:gsub('&', '&amp;'):gsub('<', '&lt;'):gsub('>', '&gt;'):gsub('"', '&quot;')
  /src/sys/kern/
tty_subr.c 71 clalloc(struct clist *clp, int size, int quot)
75 if (quot)
  /src/usr.bin/crunch/examples/
really-big.conf 72 progs pstat pwd_mkdb quot quotaon rarpd rbootd repquota rmt rpc.bootparamd
  /src/sys/arch/m68k/060sp/dist/
ilsp.s 215 beq.b ldqpos # branch to quot positive
219 cmpi.l %d6, &0x80000000 # will (-quot) fit in 32 bits?
222 neg.l %d6 # make (-quot) 2's comp
227 btst &0x1f, %d6 # will (+quot) fit in 32 bits?
isp.s 2185 beq.b dqpos # branch to quot positive
2189 cmpi.l %d6, &0x80000000 # will (-quot) fit in 32 bits?
2192 neg.l %d6 # make (-quot) 2's comp
2197 btst &0x1f, %d6 # will (+quot) fit in 32 bits?

Completed in 26 milliseconds