/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/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/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/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/sys/dev/usb/ |
uep.c | 373 int quot = num / rat; local in function:uep_adjust 376 quot++; 377 return quot + off;
|
/src/usr.sbin/quot/ |
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/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 };
|