HomeSort by: relevance | last modified time | path
    Searched defs:chars (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/sys/arch/amiga/stand/bootblock/boot/
twiddle.c 38 const static char chars[4] = {'|', '/', '-', '\\'}; variable in typeref:typename:const char[4]
45 putchar(chars[pos++ & 3]);
twiddle.c 38 const static char chars[4] = {'|', '/', '-', '\\'}; variable in typeref:typename:const char[4]
45 putchar(chars[pos++ & 3]);
  /src/sys/external/bsd/compiler_rt/dist/lib/stats/
stats.cc 36 char chars[sizeof(uptr)]; local in function:__anonef28f1ee0110::WriteLE
38 chars[i] = val >> (i * 8);
40 WriteToFile(fd, chars, sizeof(uptr));
stats.cc 36 char chars[sizeof(uptr)]; local in function:__anonef28f1ee0110::WriteLE
38 chars[i] = val >> (i * 8);
40 WriteToFile(fd, chars, sizeof(uptr));
  /src/usr.bin/tip/aculib/
biz31.c 214 # define chars(b) ((b).cp_nbytes) macro
219 # define chars(b) (b) macro
226 if (ioctl(fd, IOCTL, &b) >= 0 && chars(b) > 0)
231 if (chars(b) != 10) {
biz31.c 214 # define chars(b) ((b).cp_nbytes) macro
219 # define chars(b) (b) macro
226 if (ioctl(fd, IOCTL, &b) >= 0 && chars(b) > 0)
231 if (chars(b) != 10) {
  /src/tests/usr.bin/xlint/lint1/
d_alignof.c 92 struct chars { struct in function:alignof_variants
96 typedef int struct_chars[-(int)__alignof(struct chars)];
d_alignof.c 92 struct chars { struct in function:alignof_variants
96 typedef int struct_chars[-(int)__alignof(struct chars)];
  /src/common/dist/zlib/
gzlib.c 34 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local in function:gz_strwinerror
42 if (chars != 0) {
44 if (chars >= 2
45 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
46 chars -= 2;
47 msgbuf[chars] = 0;
50 if (chars > sizeof (buf) - 1) {
51 chars = sizeof (buf) - 1;
52 msgbuf[chars] = 0
    [all...]
gzlib.c 34 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local in function:gz_strwinerror
42 if (chars != 0) {
44 if (chars >= 2
45 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
46 chars -= 2;
47 msgbuf[chars] = 0;
50 if (chars > sizeof (buf) - 1) {
51 chars = sizeof (buf) - 1;
52 msgbuf[chars] = 0
    [all...]
  /src/sys/dev/rcons/
raster.h 118 struct raster_char chars[256]; member in struct:raster_font
raster.h 118 struct raster_char chars[256]; member in struct:raster_font
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_memory.c 131 int chars; local in function:ttm_mem_zone_store
135 chars = sscanf(buffer, "%lu", &val);
136 if (chars == 0)
209 int chars; local in function:ttm_mem_global_store
215 chars = sscanf(buffer, "%lu", &val);
216 if (chars == 0)
ttm_memory.c 131 int chars; local in function:ttm_mem_zone_store
135 chars = sscanf(buffer, "%lu", &val);
136 if (chars == 0)
209 int chars; local in function:ttm_mem_global_store
215 chars = sscanf(buffer, "%lu", &val);
216 if (chars == 0)
ttm_page_alloc.c 163 int chars; local in function:ttm_pool_store
165 chars = sscanf(buffer, "%u", &val);
166 if (chars == 0)
ttm_page_alloc.c 163 int chars; local in function:ttm_pool_store
165 chars = sscanf(buffer, "%u", &val);
166 if (chars == 0)
  /src/common/dist/zlib/test/
minigzip.c 87 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local in function:strwinerror
95 if (chars != 0) {
97 if (chars >= 2
98 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
99 chars -= 2;
100 msgbuf[chars] = 0;
103 if (chars > sizeof (buf) - 1) {
104 chars = sizeof (buf) - 1;
105 msgbuf[chars] = 0
    [all...]
minigzip.c 87 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local in function:strwinerror
95 if (chars != 0) {
97 if (chars >= 2
98 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
99 chars -= 2;
100 msgbuf[chars] = 0;
103 if (chars > sizeof (buf) - 1) {
104 chars = sizeof (buf) - 1;
105 msgbuf[chars] = 0
    [all...]
  /src/lib/libc/stdlib/
strfmon.c 270 /* fill left_prec with amount of padding chars */
506 int chars = 0; local in function:get_groups
512 chars++;
519 chars += (size - 1) / *(grouping - 1);
523 return (chars);
strfmon.c 270 /* fill left_prec with amount of padding chars */
506 int chars = 0; local in function:get_groups
512 chars++;
519 chars += (size - 1) / *(grouping - 1);
523 return (chars);
  /src/tests/usr.bin/indent/
fmt_decl.c 131 int chars[ /* push the comma beyond column 74 ...... */ ], x; local in function:t2
148 int chars[/* push the comma beyond column 74 ...... */], local in function:t2
fmt_decl.c 131 int chars[ /* push the comma beyond column 74 ...... */ ], x; local in function:t2
148 int chars[/* push the comma beyond column 74 ...... */], local in function:t2
  /src/libexec/identd/
identd.c 928 static const char chars[] = "abcdefghijklmnopqrstuvwxyz1234567890"; local in function:random_string
934 *p++ = chars[arc4random() % (sizeof(chars) - 1)];
identd.c 928 static const char chars[] = "abcdefghijklmnopqrstuvwxyz1234567890"; local in function:random_string
934 *p++ = chars[arc4random() % (sizeof(chars) - 1)];
  /src/lib/libc/citrus/modules/
citrus_iso2022.c 483 int chars[10]; member in struct:seqtable
526 p = sp->chars;
527 while (p - sp->chars < n && p - sp->chars < sp->len) {
563 return p - sp->chars;
722 /* normal chars. always eat C0/C1 as is. */
1047 /* go back to INIT0 or ASCII on control chars */
1050 /* go back to INIT1 or ISO-8859-1 on control chars */

Completed in 40 milliseconds

1 2