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

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dmsgconv.x2 msgconv \- character set conversion for message catalog
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/sun3/prom/
H A Dconsole.c16 /* Non blocking get character from console input device, returns -1
31 /* Non blocking put character to console device, returns -1 if
46 /* Blocking version of get character routine above. */
50 int character; local
51 while((character = prom_nbgetchar()) == -1) ;
52 return (char) character;
55 /* Blocking version of put character routine above. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/prom/
H A Dconsole.c19 /* Non blocking get character from console input device, returns -1
35 /* Non blocking put character to console device, returns -1 if
52 /* Blocking version of get character routine above. */
56 int character; local
57 while((character = prom_nbgetchar()) == -1) ;
58 return (char) character;
61 /* Blocking version of put character routine above. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/lib/
H A Dstrncpy_from_user.S31 sub r1, r1, #1 @ take NUL character out of count
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtriostr.h72 TRIO_STRING_PUBLIC char *trio_index TRIO_PROTO((const char *string, int character));
73 TRIO_STRING_PUBLIC char *trio_index_last TRIO_PROTO((const char *string, int character));
102 TRIO_STRING_PUBLIC int trio_xstring_append_char TRIO_PROTO((trio_string_t *self, char character));
122 TRIO_STRING_PUBLIC char *trio_string_index TRIO_PROTO((trio_string_t *self, int character));
123 TRIO_STRING_PUBLIC char *trio_string_index_last TRIO_PROTO((trio_string_t *self, int character));
H A Dtriostr.c654 Find first occurrence of a character in a string.
657 @param character Character to be found.
658 @param A pointer to the found character, or NULL if character was not found.
662 TRIO_ARGS2((string, character),
664 int character)
668 return strchr(string, character);
675 Find last occurrence of a character in a string.
678 @param character Character to be found.
679 @param A pointer to the found character, o
661 trio_index(string, character), TRIO_CONST char *string, int character argument
682 trio_index_last(string, character), TRIO_CONST char *string, int character argument
1585 trio_xstring_append_char(self, character), trio_string_t *self, char character argument
1918 trio_string_index(self, character), trio_string_t *self, int character argument
1935 trio_string_index_last(self, character), trio_string_t *self, int character argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/prom/
H A Dconsole.c23 /* Non blocking get character from console input device, returns -1
56 /* Non blocking put character to console device, returns -1 if
89 /* Blocking version of get character routine above. */
93 int character; local
94 while((character = prom_nbgetchar()) == -1) ;
95 return (char) character;
98 /* Blocking version of put character routine above. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dcharmap.pl8 # Each set bit represents a character property.
10 # RFC2253 character properties
12 my $ESC_CTRL = 2; # Escaped control character
15 my $PSTRING_CHAR = 0x10; # Valid PrintableString character
16 my $RFC2253_FIRST_ESC = 0x20; # Escaped with \ if first character
17 my $RFC2253_LAST_ESC = 0x40; # Escaped with \ if last character
68 * Mask of various character properties
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Doplib.h139 /* Non-blocking get character from console. */
142 /* Non-blocking put character to console. */
143 extern int prom_nbputchar(char character);
145 /* Blocking get character from console. */
148 /* Blocking put character to console. */
149 extern void prom_putchar(char character);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68k/
H A Doplib.h133 /* Non-blocking get character from console. */
136 /* Non-blocking put character to console. */
137 extern int prom_nbputchar(char character);
139 /* Blocking get character from console. */
142 /* Blocking put character to console. */
143 extern void prom_putchar(char character);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Dcharmap.pl8 # Each set bit represents a character property.
10 # RFC2253 character properties
12 my $ESC_CTRL = 2; # Escaped control character
15 my $PSTRING_CHAR = 0x10; # Valid PrintableString character
16 my $RFC2253_FIRST_ESC = 0x20; # Escaped with \ if first character
17 my $RFC2253_LAST_ESC = 0x40; # Escaped with \ if last character
68 * Mask of various character properties
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/
H A Dscan.l412 synerr( _( "bad character class" ) );
512 synerr( _( "bad character class" ) );
533 _( "bad character class expression: %s" ),
549 synerr( _( "bad character inside {}'s" ) );
602 "'"([^'\\\n]|\\.)*"'" ACTION_ECHO; /* character constant */
648 <*>.|\n format_synerr( _( "bad character: %s" ), yytext );
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.hash.c22 /* The character set is not based on ISO-646. */
23 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.hash.c22 /* The character set is not based on ISO-646. */
23 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l331 snprintf(buf, sizeof(buf), "Invalid character "
446 snprintf(buf, sizeof(buf), "Invalid character "
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/utilities/
H A Dutmisc.c420 /* Check for printable character or hex escape */
423 /* This is a normal character */
582 * PARAMETERS: Char - The character to be examined
585 * RETURN: TRUE if the character is valid, FALSE otherwise
587 * DESCRIPTION: Check for a valid ACPI character. Must be one of:
592 * We allow a '!' as the last character because of the ASF! table
596 u8 acpi_ut_valid_acpi_char(char character, acpi_native_uint position) argument
599 if (!((character >= 'A' && character <= 'Z') ||
600 (character >
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcat-stringtable-117 /* that are not one of abfnrtv are stripped of the \ character */
50 # that are not one of abfnrtv are stripped of the \ character
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Doplib.h127 /* Non-blocking get character from console. */
130 /* Non-blocking put character to console. */
131 extern int prom_nbputchar(char character);
133 /* Blocking get character from console. */
136 /* Blocking put character to console. */
137 extern void prom_putchar(char character);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrchr.S5 * Return the address of a given character within a null-terminated
21 zapnot a1, 1, a1 # e0 : zero extend the search character
23 sll a1, 8, t5 # e0 : replicate the search character
H A Dstrrchr.S5 * Return the address of the last occurrence of a given character
21 zapnot a1, 1, a1 # e0 : zero extend our test character
23 sll a1, 8, t5 # e0 : replicate our test character
34 or t5, a1, a1 # .. e1 : character replication complete
53 /* Mask out character matches after terminator */
64 /* Locate the address of the last matched character */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dlcd.h27 unsigned char character; member in struct:lcd_display
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudev_rules.c526 info("%i character(s) replaced" , count);
855 info("%i character(s) replaced" , count);
1058 info("%i character(s) replaced" , count);
1093 info("%i character(s) replaced", count);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Diconv_open-irix.h28 /* The character set is not based on ISO-646. */
29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Diconv_open-irix.h28 /* The character set is not based on ISO-646. */
29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Diconv_open-irix.h28 /* The character set is not based on ISO-646. */
29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."

Completed in 238 milliseconds

12345