Searched refs:character (Results 1 - 25 of 124) sorted by relevance

12345

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.charconstants.d55 printf("decimal value = %d; character value = %c\n", char_1, char_1);
56 printf("decimal value = %d; character value = %c\n", char_2, char_2);
57 printf("decimal value = %d; character value = %c\n", char_3, char_3);
58 printf("decimal value = %d; character value = %c\n", char_4, char_4);
59 printf("decimal value = %d; character value = %c\n", char_5, char_5);
60 printf("decimal value = %d; character value = %c\n", char_6, char_6);
61 printf("decimal value = %d; character value = %c\n", char_7, char_7);
62 printf("decimal value = %d; character value = %c\n", char_8, char_8);
63 printf("decimal value = %d; character value = %c\n", char_9, char_9);
64 printf("decimal value = %d; character valu
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dpod_char_traits.h1 // POD character, std::char_traits specialization -*- C++ -*-
44 // POD character abstraction.
48 /// @brief A POD class that serves as a character abstraction class.
50 struct character struct
55 typedef character<V, I, S> char_type;
79 operator==(const character<V, I, S>& lhs, const character<V, I, S>& rhs) argument
84 operator<(const character<V, I, S>& lhs, const character<V, I, S>& rhs) argument
91 /// char_traits<__gnu_cxx::character> specializatio
[all...]
/freebsd-10.0-release/usr.bin/colldef/
H A Dscan.l114 errx(EX_UNAVAILABLE, "name buffer overflow near line %u, character '/'",
120 errx(EX_UNAVAILABLE, "name buffer overflow near line %u, character '>'",
126 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\"'",
161 errx(EX_UNAVAILABLE, "non-ASCII or non-printable character 0x%02x not allowed in the map/name near line %u of %s",
164 errx(EX_UNAVAILABLE, "map/name buffer overflow near line %u of %s, character '%c'",
170 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\\t'",
176 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\\b'",
182 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\\f'",
188 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\\v'",
194 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\\
[all...]
/freebsd-10.0-release/sys/boot/i386/boot2/
H A Dsio.S49 sio_flush.1: call sio_ischar # Check for character
65 popl %eax # Get the character
67 outb %al,(%dx) # Write character
75 inb (%dx),%al # Read character
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dmacro.c166 int character, escape_seen, start;
180 while ((character = curchar ()))
182 if (character == '\\')
187 else if (character == '{')
192 else if ((character == ',' && !quote_single) ||
193 ((character == '}') && depth == 1))
197 if (len || (character != '}'))
222 if (character == '}')
227 else if (character == '}')
235 if (character
164 int character, escape_seen, start; local
495 int character; local
[all...]
H A Dmakeinfo.h68 /* The offset into OUTPUT_PARAGRAPH where we have a meta character
169 /* Nonzero if the last character inserted has the syntax class of NEWLINE. */
336 add_char (int character),
337 add_meta_char (int character),
340 insert (int character),
366 self_delimiting (int character),
H A Dxml.c569 { /* Check if a character is allowed in ID attributes. This list differs
577 /* First character can only be a letter. */
1167 xml_add_char (int character)
1176 && !cr_or_whitespace (character) && !in_indexterm)
1183 && !xml_no_para && character != '\r' && character != '\n'
1184 && character != ' ' && !is_in_insertion_of_type (copying))
1214 if (character == '\r' || character == '\n' || character
1165 xml_add_char(int character) argument
[all...]
H A Dcmds.c938 warning (_("unlikely character %c in @var"), c);
1019 int character;
1032 character = curchar ();
1033 if (character == '{')
1036 line_error (_("`{' expected, but saw `%c'"), character);
1047 character = curchar ();
1049 if (character == '\n')
1056 else if (html && character == '<')
1059 else if (html && character == '&')
1062 else if (character
1017 int character; local
[all...]
/freebsd-10.0-release/contrib/texinfo/info/
H A Dinfo-utils.c29 character sets correctly. */
488 printed_representation (unsigned char character, int hpos)
493 if (raw_escapes_p && character == '\033')
494 the_rep[i++] = character;
496 else if (iscntrl (character) && character < 127)
498 switch (character)
502 the_rep[i++] = character;
517 the_rep[i++] = (character | 0x40);
521 else if (character > printable_limi
485 printed_representation(unsigned char character, int hpos) argument
[all...]
H A Dinfo-utils.h42 character sets correctly. */
102 extern char *printed_representation (unsigned char character, int hpos);
/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_ch.c40 vp->character = VIP(sp)->lastckey;
72 vp->character = VIP(sp)->lastckey;
100 * Search forward in the line for the character before the next
101 * occurrence of the specified character.
112 * v_chf places the cursor on the character, where the 't'
132 * specified character.
150 key = vp->character;
188 * Search backward in the line for the character after the next
189 * occurrence of the specified character.
200 * v_chF places the cursor on the character, wher
[all...]
H A Dv_increment.c64 if (vp->character == '#')
65 vp->character = '+';
66 if (vp->character != '+' && vp->character != '-') {
108 * The character after that must be a number. Wlen is set to
192 ltmp = vp->character == '-' ? -change : change;
209 if (vp->character == '+') {
H A Dv_z.c71 switch (vp->character) {
118 value = KEY_VAL(sp, vp->character);
H A Dv_mark.c40 return (mark_set(sp, vp->character, &vp->m_start, 1));
51 * valid. The behavior is determined by the first character, so "`'" is
68 * Move to the first nonblank character of the line containing the mark.
111 if (getmark && mark_get(sp, vp->character, &vp->m_stop, M_BERR))
116 * Historically, BQMARKS for character positions that no longer
227 * the character before the current one (this is safe because we know
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dcharmap.pl11 # Each set bit represents a character property.
13 # RFC2253 character properties
15 my $ESC_CTRL = 2; # Escaped control character
18 my $PSTRING_CHAR = 0x10; # Valid PrintableString character
19 my $RFC2253_FIRST_ESC = 0x20; # Escaped with \ if first character
20 my $RFC2253_LAST_ESC = 0x40; # Escaped with \ if last character
71 * Mask of various character properties
/freebsd-10.0-release/share/mklocale/
H A Dla_LN.ISO8859-1.src7 VARIABLE ISO 8859-1 Latin-1 character set
H A Dru_RU.KOI8-R.src2 * LOCALE_CTYPE for Russian koi8-r character set (RFC1489)
7 VARIABLE Russian KOI8-R character set by <ache@nagual.pp.ru>
H A Del_GR.ISO8859-7.src8 VARIABLE Greek/ISO8859-7 character set by <past@netmode.ntua.gr>
/freebsd-10.0-release/usr.bin/bc/
H A Dscan.l200 . yyerror("illegal character");
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DTwine.h103 /// A char value reinterpreted as a pointer, to render as a character.
139 char character; member in union:llvm::Twine::Child
291 LHS.character = Val;
297 LHS.character = static_cast<char>(Val);
303 LHS.character = static_cast<char>(Val);
/freebsd-10.0-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l322 snprintf(msgbuf, sizeof(msgbuf), "Invalid character "
437 snprintf(msgbuf, sizeof(msgbuf), "Invalid character "
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dobstack.c542 void (obstack_1grow) (obstack, character)
544 int character;
546 obstack_1grow (obstack, character);
556 void (obstack_1grow_fast) (obstack, character)
558 int character;
560 obstack_1grow_fast (obstack, character);
/freebsd-10.0-release/contrib/flex/
H A Dscan.l626 * character class (purely based on its source text).
633 synerr( _( "bad character class" ) );
800 synerr( _( "bad character class" ) );
834 _( "bad character class expression: %s" ),
856 synerr( _( "bad character inside {}'s" ) );
914 "'"([^'\\\n]|\\.)*"'" ACTION_ECHO; /* character constant */
967 <*>.|\n format_synerr( _( "bad character: %s" ), yytext );
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dannotate.c420 annotate_source (char *filename, int line, int character, int mid, CORE_ADDR pc)
428 line, character,
416 annotate_source(char *filename, int line, int character, int mid, CORE_ADDR pc) argument
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DTwine.cpp76 OS << Ptr.character;
126 OS << "char:\"" << Ptr.character << "\"";

Completed in 301 milliseconds

12345