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

1 2 3 4

  /src/sys/arch/amiga/stand/bootblock/boot/
twiddle.c 38 const static char chars[4] = {'|', '/', '-', '\\'}; variable
45 putchar(chars[pos++ & 3]);
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
quote.py 43 chars = [] variable
46 chars.append(0);
50 chars[i] |= CONTROL_CHAR | RFC2253_HEX;
53 chars[i] |= PRINTABLE
55 chars[i] |= PRINTABLE
57 chars[i] |= PRINTABLE
59 chars[ord(' ')] |= PRINTABLE
60 chars[ord('+')] |= PRINTABLE
61 chars[ord(',')] |= PRINTABLE
62 chars[ord('-')] |= PRINTABL
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
errors.cc 107 DWORD chars = FormatMessage (FORMAT_MESSAGE_FROM_SYSTEM local
115 if (chars != 0)
118 if (chars >= 2
119 && msgbuf[chars - 2] == '\r'
120 && msgbuf[chars - 1] == '\n')
122 chars -= 2;
123 msgbuf[chars] = 0;
126 if (chars > ARRAY_SIZE (buf) - 1)
128 chars = ARRAY_SIZE (buf) - 1;
129 msgbuf [chars] = 0
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
errors.cc 107 DWORD chars = FormatMessage (FORMAT_MESSAGE_FROM_SYSTEM local
115 if (chars != 0)
118 if (chars >= 2
119 && msgbuf[chars - 2] == '\r'
120 && msgbuf[chars - 1] == '\n')
122 chars -= 2;
123 msgbuf[chars] = 0;
126 if (chars > ARRAY_SIZE (buf) - 1)
128 chars = ARRAY_SIZE (buf) - 1;
129 msgbuf [chars] = 0
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rndc/
gencheck.c 27 const char chars[] = "abcdefghijklmnopqrstuvwxyz0123456789"; local
30 for (i = 0; i < count; i++, *start = (*start + 1) % (sizeof(chars) - 1))
36 if (buf[i] != chars[*start]) {
  /src/external/bsd/nvi/dist/regex/
cclass.h 57 const char *chars; member in struct:cclass
  /src/sys/external/bsd/compiler_rt/dist/lib/stats/
stats.cc 36 char chars[sizeof(uptr)]; local
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) {
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
ucpgba.h 82 unsigned long *chars; /* List of characters for the run. */ member in struct:_ucrun_t
  /src/common/dist/zlib/
gzlib.c 34 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
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/tests/usr.bin/xlint/lint1/
d_alignof.c 92 struct chars { struct
96 typedef int struct_chars[-(int)__alignof(struct chars)];
  /src/external/bsd/zstd/dist/zlibWrapper/
gzlib.c 41 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
49 if (chars != 0) {
51 if (chars >= 2
52 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
53 chars -= 2;
54 msgbuf[chars] = 0;
57 if (chars > sizeof (buf) - 1) {
58 chars = sizeof (buf) - 1;
59 msgbuf[chars] = 0
    [all...]
  /src/external/gpl2/rcs/dist/src/
rcsclean.c 294 size_t chars = 0, chars_max = 1024; local
309 while (chars_max < s + chars)
313 offset[entries++] = chars;
314 VOID strcpy(a+chars, en);
315 chars += s;
324 if (chars)
325 a = trealloc(char, a, chars);
  /src/external/gpl3/binutils/dist/zlib/
gzlib.c 34 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
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...]
minigzip.c 83 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
91 if (chars != 0) {
93 if (chars >= 2
94 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
95 chars -= 2;
96 msgbuf[chars] = 0;
99 if (chars > sizeof (buf) - 1) {
100 chars = sizeof (buf) - 1;
101 msgbuf[chars] = 0
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
gzlib.c 40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
48 if (chars != 0) {
50 if (chars >= 2
51 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
52 chars -= 2;
53 msgbuf[chars] = 0;
56 if (chars > sizeof (buf) - 1) {
57 chars = sizeof (buf) - 1;
58 msgbuf[chars] = 0
    [all...]
minigzip.c 83 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
91 if (chars != 0) {
93 if (chars >= 2
94 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
95 chars -= 2;
96 msgbuf[chars] = 0;
99 if (chars > sizeof (buf) - 1) {
100 chars = sizeof (buf) - 1;
101 msgbuf[chars] = 0
    [all...]
  /src/external/gpl3/gdb/dist/zlib/
gzlib.c 40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
48 if (chars != 0) {
50 if (chars >= 2
51 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
52 chars -= 2;
53 msgbuf[chars] = 0;
56 if (chars > sizeof (buf) - 1) {
57 chars = sizeof (buf) - 1;
58 msgbuf[chars] = 0
    [all...]
minigzip.c 83 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
91 if (chars != 0) {
93 if (chars >= 2
94 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
95 chars -= 2;
96 msgbuf[chars] = 0;
99 if (chars > sizeof (buf) - 1) {
100 chars = sizeof (buf) - 1;
101 msgbuf[chars] = 0
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/
gzlib.c 40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
48 if (chars != 0) {
50 if (chars >= 2
51 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
52 chars -= 2;
53 msgbuf[chars] = 0;
56 if (chars > sizeof (buf) - 1) {
57 chars = sizeof (buf) - 1;
58 msgbuf[chars] = 0
    [all...]
minigzip.c 83 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
91 if (chars != 0) {
93 if (chars >= 2
94 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
95 chars -= 2;
96 msgbuf[chars] = 0;
99 if (chars > sizeof (buf) - 1) {
100 chars = sizeof (buf) - 1;
101 msgbuf[chars] = 0
    [all...]
  /src/common/dist/zlib/test/
minigzip.c 87 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
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
512 chars++;
519 chars += (size - 1) / *(grouping - 1);
523 return (chars);
  /src/sys/dev/rcons/
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
135 chars = sscanf(buffer, "%lu", &val);
136 if (chars == 0)
209 int chars; local
215 chars = sscanf(buffer, "%lu", &val);
216 if (chars == 0)

Completed in 36 milliseconds

1 2 3 4