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

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/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. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/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. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/lib/
H A Dstrncpy_from_user.S32 sub r1, r1, #1 @ take NUL character out of count
/asus-wl-520gu-7.0.1.45/src/linux/linux/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. */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/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);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Doplib.h138 /* Non-blocking get character from console. */
141 /* Non-blocking put character to console. */
142 extern int prom_nbputchar(char character);
144 /* Blocking get character from console. */
147 /* Blocking put character to console. */
148 extern void prom_putchar(char character);
/asus-wl-520gu-7.0.1.45/src/linux/linux/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);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Doplib.h138 /* Non-blocking get character from console. */
141 /* Non-blocking put character to console. */
142 extern int prom_nbputchar(char character);
144 /* Blocking get character from console. */
147 /* Blocking put character to console. */
148 extern void prom_putchar(char character);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l313 snprintf(buf, sizeof(buf), "Invalid character "
420 snprintf(buf, sizeof(buf), "Invalid character "
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/utilities/
H A Dutmisc.c44 * PARAMETERS: Character - The character to be examined
48 * DESCRIPTION: Check for a valid ACPI name. Each character must be one of:
82 * PARAMETERS: Character - The character to be examined
86 * DESCRIPTION: Check for a printable character
92 NATIVE_CHAR character)
97 return ((u8) ((character == '_') ||
98 (character >= 'A' && character <= 'Z') ||
99 (character >= '0' && character <
91 acpi_ut_valid_acpi_character( NATIVE_CHAR character) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/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 occurrance 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 */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Doplib.h144 /* Non-blocking get character from console. */
147 /* Non-blocking put character to console. */
148 extern int prom_nbputchar(char character);
150 /* Blocking get character from console. */
153 /* Blocking put character to console. */
154 extern void prom_putchar(char character);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Doplib.h144 /* Non-blocking get character from console. */
147 /* Non-blocking put character to console. */
148 extern int prom_nbputchar(char character);
150 /* Blocking get character from console. */
153 /* Blocking put character to console. */
154 extern void prom_putchar(char character);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dlcd.h31 unsigned char character; member in struct:lcd_display
H A Dlcd.c148 display.character = LCDReadData;
167 LCDWriteData( display.character );
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/boot/compressed/
H A Dll_char_wr.S52 * calculate offset into character table
72 add r0, r0, r5, lsl #3 @ Move to bottom of character
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/include/
H A Dacutils.h589 NATIVE_CHAR character);
H A Dacinterp.h490 u32 character);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dlibsmbclient.c106 unsigned char character = segment[ i++ ]; local
107 if ((character <= ' ') || (character > 127))
110 new_usegment [ new_length2++ ] = character;
111 if (character == '%' ) {
119 character = a * 16 + b; /* Replace with value of %dd */
120 if (!character)
128 unsigned int c = character / 16;
135 c = character % 16;
140 new_segment [ new_length++ ] = character;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/chat/
H A Dchat.c50 * ignored. If a '#' is to be expected as the first character, the
234 char *character __P((int c));
855 * If this is the escape flag then reset it and ignore the character.
981 * Translate the input character to the appropriate string for printing
985 char *character(c) function
1227 usleep(10000); /* inter-character typing delay (?) */
1318 * Echo a character to stderr.
1319 * When called with -1, a '\n' character is generated when
1340 s = character(n);
1405 fprintf( stderr, "%s", character(
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/chat/
H A Dchat.c50 * ignored. If a '#' is to be expected as the first character, the
235 char *character __P((int c));
885 * If this is the escape flag then reset it and ignore the character.
1011 * Translate the input character to the appropriate string for printing
1015 char *character(c) function
1258 usleep(10000); /* inter-character typing delay (?) */
1349 * Echo a character to stderr.
1350 * When called with -1, a '\n' character is generated when
1371 s = character(n);
1436 fprintf( stderr, "%s", character(
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/chat/
H A Dchat.c50 * ignored. If a '#' is to be expected as the first character, the
235 char *character __P((int c));
889 * If this is the escape flag then reset it and ignore the character.
1015 * Translate the input character to the appropriate string for printing
1019 char *character(c) function
1262 usleep(10000); /* inter-character typing delay (?) */
1353 * Echo a character to stderr.
1354 * When called with -1, a '\n' character is generated when
1375 s = character(n);
1440 fprintf( stderr, "%s", character(
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Dtexinfo.tex282 %% Simple single-character @ commands
845 % We must first make another character (@) an escape
1383 % One exception: @ is still an escape character, so that @end tex works.
1384 % But \@ or @@ will get a plain tex @ character.
1853 % When the aux file is read, ' is the escape character
2055 % \rawbackslashxx output one backslash character in current font
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dkeyspan_pda.S39 * "tx buffer empty" interrupt may kick off another character if the ring
41 * it will request a "tx unthrottle" interrupt. If sending a serial character
874 ;; tx was not running. send the first character, setup the TI int
913 ;; tx finished. send another character if we have one

Completed in 173 milliseconds

12