Searched refs:character (Results 51 - 75 of 102) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/acpi/
H A Dacutils.h477 u8 acpi_ut_valid_acpi_char(char character, acpi_native_uint position);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex105 % If this character appears in an error message or help string, it
521 % Make each space character in the input produce a normal interword
602 %% Simple single-character @ commands
1105 % an actual _ character, as in @math{@var{some_variable} + 1}. So make
1115 % Another complication: we want \\ (and @\) to output a \ character.
1542 % Latin 2 (0xea) gets translated to a | character. Info from
2509 % unless the following character is such as not to need one.
2825 % \tt widths. Each \tt character is 1en, so two makes it 1em.
4162 % For the aux and toc files, @ is the escape character. So we want to
4163 % redefine everything using @ as the escape character (instea
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex101 % If this character appears in an error message or help string, it
517 % Make each space character in the input produce a normal interword
598 %% Simple single-character @ commands
1094 % an actual _ character, as in @math{@var{some_variable} + 1}. So make
1104 % Another complication: we want \\ (and @\) to output a \ character.
1511 % Latin 2 (0xea) gets translated to a | character. Info from
2361 % unless the following character is such as not to need one.
3922 % For the aux and toc files, @ is the escape character. So we want to
3923 % redefine everything using @ as the escape character (instead of
4384 % character
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dtparm.c200 %'c' push character constant c.
228 %. output parameter as a character
232 %+x add the character x to parameter and output it as a character
233 (UW) %-x subtract parameter FROM the character x and output it as a char
234 (UW) %ax add the character x to parameter
237 (UW) %sx subtract parameter FROM the character x
238 %>xy if parameter > character x then add character y to parameter
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dtparm.c200 %'c' push character constant c.
228 %. output parameter as a character
232 %+x add the character x to parameter and output it as a character
233 (UW) %-x subtract parameter FROM the character x and output it as a char
234 (UW) %ax add the character x to parameter
237 (UW) %sx subtract parameter FROM the character x
238 %>xy if parameter > character x then add character y to parameter
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex163 however, use the UTF-8 character encoding to allow easy representation
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dlibsmbclient.c105 * Convert strings of %xx to their single character equivalent. Each 'x' must
128 unsigned char character = src[ i++ ]; local
130 if (character == '%') {
138 character = (a * 16) + b;
140 if (character == '\0') {
151 *p++ = character;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/
H A Dvideo.S348 incb %dl # Next character
393 cmpb $0, 1(%si) # One character = menu selection
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dkeyspan_pda.S747 ;; tx was not running. send the first character, setup the TI int
786 ;; tx finished. send another character if we have one
H A Dxircom_pgs.S808 ;; tx was not running. send the first character, setup the TI int
847 ;; tx finished. send another character if we have one
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-python.c206 is with encodings like BIG5: when a double-byte character ending in 0x5C
208 half of the double-byte character as a backslash. */
210 /* End-of-file indicator for functions returning an UCS-4 character. */
216 /* Read the next Unicode UCS-4 character from the input file. */
267 /* We expect that a character has been produced if and only if
273 /* No character has been produced. Must be an error. */
290 /* An incomplete multibyte character. */
340 /* We expect that one character has been produced. */
348 /* Convert the character from UTF-8 to UCS-4. */
351 /* scratchbuf contains an out-of-range Unicode character
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/
H A Dpod2man.pl225 (W) An unknown HTML entity (probably for an 8-bit character) was given via
473 ''' Bell System Logo is used as a dummy character.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl225 (W) An unknown HTML entity (probably for an 8-bit character) was given via
474 ''' Bell System Logo is used as a dummy character.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/lib/
H A Duaccess-user.S681 sub r1, r1, #1 @ take NUL character out of count
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dmessage.c9486 byte character; member in struct:__anon4693
9624 && (digit_buffer[i] != dtmf_digit_map[w].character))
9944 result[4 + (dtmf_digit_map[i].character >> 3)] |= (1 << (dtmf_digit_map[i].character & 0x7));
9952 result[4 + (dtmf_digit_map[i].character >> 3)] |= (1 << (dtmf_digit_map[i].character & 0x7));
10057 && ((dtmf_parms[3].info[i+1] != dtmf_digit_map[j].character)
10140 && (dtmf_digit_map[j].character != DTMF_SIGNAL_UNIDENTIFIED_TONE))
10151 plci->tone_last_indication_code = dtmf_digit_map[j].character;
10153 msg[++n] = dtmf_digit_map[j].character;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dpo-mode.el2989 ;; Disregard character constants.
3056 ;; Disregard character constants.
3235 (message (_"Type any character to continue"))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex479 expected as a 13-character string, terminated by a null-character.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec1963 - Remove duplicate docs (really - 1 character typo ...)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlx/
H A Dconfigure476 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3015 function prototypes and stuff, but not '\xHH' hex character constants.
3024 inside strings and character constants. */
3324 # Remember, the first character of IFS is used to create $*,
3361 # Remember, the first character of IFS is used to create $*,
4386 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathly/
H A Dconfigure476 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3015 function prototypes and stuff, but not '\xHH' hex character constants.
3024 inside strings and character constants. */
3324 # Remember, the first character of IFS is used to create $*,
3361 # Remember, the first character of IFS is used to create $*,
4386 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlyx/
H A Dconfigure476 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3020 function prototypes and stuff, but not '\xHH' hex character constants.
3029 inside strings and character constants. */
3329 # Remember, the first character of IFS is used to create $*,
3366 # Remember, the first character of IFS is used to create $*,
4880 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlz/
H A Dconfigure476 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3015 function prototypes and stuff, but not '\xHH' hex character constants.
3024 inside strings and character constants. */
3324 # Remember, the first character of IFS is used to create $*,
3361 # Remember, the first character of IFS is used to create $*,
4386 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlzyx/
H A Dconfigure476 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3025 function prototypes and stuff, but not '\xHH' hex character constants.
3034 inside strings and character constants. */
3334 # Remember, the first character of IFS is used to create $*,
3371 # Remember, the first character of IFS is used to create $*,
5373 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-cref.tex49 begin with the character \verb|'-'| and may be used in either long or abbreviated
90 with the \verb|'\'| character. This is convenient when you want to
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Dconfigure496 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
2127 # Remember, the first character of IFS is used to create $*,
2164 # Remember, the first character of IFS is used to create $*,
2201 # Remember, the first character of IFS is used to create $*,
3635 function prototypes and stuff, but not '\xHH' hex character constants.
3644 inside strings and character constants. */
5272 function prototypes and stuff, but not '\xHH' hex character constants.
5281 inside strings and character constants. */
5725 function prototypes and stuff, but not '\xHH' hex character constants.
5734 inside strings and character constant
[all...]

Completed in 467 milliseconds

12345