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

1 2 3 4 5 6 7

  /src/sys/arch/amiga/stand/bootblock/boot/
twiddle.c 38 const static char chars[4] = {'|', '/', '-', '\\'}; variable
45 putchar(chars[pos++ & 3]);
  /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/gpl3/binutils/dist/binutils/
filemode.c 213 /* Set the 's' and 't' flags in file attributes string CHARS,
217 setst (unsigned long bits ATTRIBUTE_UNUSED, char *chars ATTRIBUTE_UNUSED)
222 if (chars[3] != 'x')
224 chars[3] = 'S';
226 chars[3] = 's';
232 if (chars[6] != 'x')
234 chars[6] = 'S';
236 chars[6] = 's';
242 if (chars[9] != 'x')
244 chars[9] = 'T'
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
filemode.c 213 /* Set the 's' and 't' flags in file attributes string CHARS,
217 setst (unsigned long bits ATTRIBUTE_UNUSED, char *chars ATTRIBUTE_UNUSED)
222 if (chars[3] != 'x')
224 chars[3] = 'S';
226 chars[3] = 's';
232 if (chars[6] != 'x')
234 chars[6] = 'S';
236 chars[6] = 's';
242 if (chars[9] != 'x')
244 chars[9] = 'T'
    [all...]
  /src/external/gpl2/lvm2/dist/test/
mkdtemp 37 chars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
41 # Note: 256-length($chars) == 194; 3 copies of $chars is 186 + 8 = 194.
42 head -c$n "$dev_rand" | tr -c $chars 01234567$chars$chars$chars
60 | tr -c $chars 01234567$chars$chars$char
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-librep.c 174 char *chars; /* the token's constituents */ member in struct:token
182 tp->chars = (char *) xmalloc (tp->allocated * sizeof (char));
190 free (tp->chars);
200 tp->chars = (char *) xrealloc (tp->chars, tp->allocated * sizeof (char));
246 tp->chars[tp->charcount++] = c;
257 tp->chars[tp->charcount++] = c;
395 tp->chars[tp->charcount++] = c;
505 memcpy (str, op->token->chars, n);
819 op->token->chars[op->token->charcount++] = c
    [all...]
  /src/external/lgpl3/gmp/dist/scanf/
doscan.c 116 past where we're told to stop would be undesirable. "chars" is how many
118 chars==width and another character is desired then a jump is done to the
120 chars is set to width+1 to indicate that.
198 ASSERT (chars <= width); \
199 chars++; \
200 if (chars > width) \
224 int chars, c, base, first, width, seen_point, seen_digit, hexfloat; local
237 chars = 1;
422 ASSERT (chars <= width+1);
423 if (chars != width+1
479 int chars = 0; local
    [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/mit/xorg/bin/fstobdf/
Makefile 6 SRCS= chars.c fstobdf.c header.c props.c
  /src/external/bsd/nvi/dist/docs/vitut/
Makefile 10 vitut.ps: vi.in vi.chars
11 ${TBL} vi.in vi.chars | ${ROFF} ${MACROS} > $@
22 ../html/vitut.html: vi.in vi.chars
  /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/sys/dev/wscons/
wscons_rinit.c 67 rc->rc_font_ascent = -(rc->rc_font->chars)['a'].homey;
76 if (rc->rc_font->chars[ch].r == 0)
79 n = rc->rc_font->chars[ch].r->linelongs *
80 rc->rc_font->chars[ch].r->height;
81 pix = rc->rc_font->chars[ch].r->pixels;
  /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/nvi/dist/regex/
cclass.h 57 const char *chars; member in struct:cclass
  /src/external/gpl2/gettext/dist/gettext-tools/libuniname/
gen-uninames 25 (let ((all-chars '()))
70 all-chars
73 (setq all-chars (nreverse all-chars))
76 (dolist (name (list* "HANGUL SYLLABLE" "CJK COMPATIBILITY" (mapcar #'unicode-char-name all-chars)))
198 (dolist (uc all-chars)
217 ;; Sort the list of unicode-chars by word-indices.
218 (setq all-chars
219 (sort all-chars
238 (reduce #'+ (mapcar (lambda (uc) (length (unicode-char-word-indices uc))) all-chars))
    [all...]
  /src/external/public-domain/sqlite/dist/tea/win/
nmakehlp.c 74 int chars;
94 chars = snprintf(msg, sizeof(msg) - 1,
98 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars,
105 chars = snprintf(msg, sizeof(msg) - 1,
109 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars,
116 chars = snprintf(msg, sizeof(msg) - 1,
120 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars,
134 chars = snprintf(msg, sizeof(msg) - 1,
139 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars,
146 chars = snprintf(msg, sizeof(msg) - 1
73 int chars; local
97 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
108 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
119 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
138 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
150 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
167 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
179 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
191 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, &dwWritten, NULL); local
274 int chars = snprintf(msg, sizeof(msg) - 1, local
408 int chars = snprintf(msg, sizeof(msg) - 1, local
    [all...]
  /src/external/gpl3/binutils/dist/zlib/
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/
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/
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/
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/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/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/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
subst.py 88 def not_in(chars, where=''):
89 if not chars:
91 pattern_str = '|'.join(re.escape(x) for x in chars)
  /src/external/bsd/mdocml/lib/libmandoc/
Makefile 9 chars.c \

Completed in 45 milliseconds

1 2 3 4 5 6 7