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

1234

/freebsd-11-stable/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-11-stable/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-11-stable/usr.bin/colldef/
H A Dscan.l116 errx(EX_UNAVAILABLE, "name buffer overflow near line %u, character '/'",
122 errx(EX_UNAVAILABLE, "name buffer overflow near line %u, character '>'",
128 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\"'",
163 errx(EX_UNAVAILABLE, "non-ASCII or non-printable character 0x%02x not allowed in the map/name near line %u of %s",
166 errx(EX_UNAVAILABLE, "map/name buffer overflow near line %u of %s, character '%c'",
172 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\\t'",
178 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\\b'",
184 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\\f'",
190 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\\v'",
196 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\\
[all...]
/freebsd-11-stable/stand/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-11-stable/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
212 * the character before the current one (this is safe because we know
/freebsd-11-stable/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 * Auto generated with chartype.pl script. Mask of various character
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l322 snprintf(msgbuf, sizeof(msgbuf), "Invalid character "
437 snprintf(msgbuf, sizeof(msgbuf), "Invalid character "
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/usr.bin/bc/
H A Dscan.l205 . yyerror("illegal character");
/freebsd-11-stable/stand/i386/kgzldr/
H A Dsio.s41 movb 0x4(%esp,1),%al # Get character
43 outb %al,%dx # Write character
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTwine.cpp81 OS << Ptr.character;
137 OS << "char:\"" << Ptr.character << "\"";
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dobstack.c473 void (obstack_1grow) (struct obstack *obstack, int character)
475 obstack_1grow (obstack, character);
483 void (obstack_1grow_fast) (struct obstack *obstack, int character)
485 obstack_1grow_fast (obstack, character);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dobstack.c473 void (obstack_1grow) (struct obstack *obstack, int character)
475 obstack_1grow (obstack, character);
483 void (obstack_1grow_fast) (struct obstack *obstack, int character)
485 obstack_1grow_fast (obstack, character);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h108 /// A char value, to render as a character.
144 char character; member in union:llvm::Twine::Child
308 LHS.character = Val;
313 LHS.character = static_cast<char>(Val);
318 LHS.character = static_cast<char>(Val);
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.c407 if ((gch == character(value(ESCAPE))) && bol) {
415 } else if (!cumode && gch == character(value(RAISECHAR))) {
425 } else if (!cumode && gch == character(value(FORCE))) {
452 char c = character(value(ESCAPE));
545 printf("%2s", ctrl(character(value(ESCAPE))));
582 * We are doing 8 bit wide output, so we just generate a character
H A Dvalue.c137 if (character(p->v_value) == *v)
244 cp = ctrl(character(p->v_value));
/freebsd-11-stable/contrib/ee/
H A Dee.c182 int eightbit = TRUE; /* eight bit character flag */
189 /* code recognizes a two-byte character */
196 unsigned char *srch_2; /* pointer to next character of string */
200 unsigned char *d_char; /* deleted character */
206 int in; /* input character */
259 void insert P_((int character));
263 int out_char P_((WINDOW *window, int character, int column));
264 int len_char P_((int character, int column));
688 insert(character) /* insert character int
[all...]
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dsyscons.s35 # %al character code
73 # Put a character
74 # %al: character code
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dcharset.c28 Terminological note: In what follows, "charset" or "character set"
32 The C99 standard discusses two character sets: source and execution.
33 The source character set is used for internal processing in translation
34 phases 1 through 4; the execution character set is used thereafter.
36 character encodings (see 3.7.2, 3.7.3 for the standardese meanings
37 of these terms). Furthermore, the "basic character set" (listed in
42 character set" used to encode wide character constants and wide
49 The source character set is not necessarily the character se
[all...]
/freebsd-11-stable/stand/i386/mbr/
H A Dmbr.s143 int $0x10 # character
144 putstr: lodsb # Get character

Completed in 170 milliseconds

1234