Searched refs:str (Results 426 - 450 of 1024) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip22/
H A Dip22-eisa.c241 char *str; local
249 if ((str = decode_eisa_sig(slot_addr))) {
250 printk("EISA: slot %d : %s detected.\n", i, str);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/chrp/
H A Dstart.c206 fputs(char *str, void *f) argument
208 int n = strlen(str);
210 return write(f, str, n) == n? 0: -1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/pmac/
H A Dstart.c241 fputs(char *str, void *f) argument
243 int n = strlen(str);
245 return writestring(f, str, n) == n? 0: -1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dwdt.c84 * @str: command line string
91 static int __init wdt_setup(char *str) argument
95 str = get_options (str, ARRAY_SIZE(ints), ints);
H A Damd7xx_tco.c356 static int __init amdtco_setup(char *str) argument
360 str = get_options (str, ARRAY_SIZE(ints), ints);
H A Deurotechwdt.c101 * @str: command line string
108 static int __init eurwdt_setup(char *str) argument
112 str = get_options (str, ARRAY_SIZE(ints), ints);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/ospm/busmgr/
H A Dbm_osl.c211 static char str[BM_MAX_STRING_LENGTH]; local
243 chars_remaining = sprintf(str, "%s %s %08x %08x\n",
246 ptr = str;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dcon3215.c572 raw3215_write(raw3215_info *raw, const char *str, argument
597 str, c);
608 str += c;
619 memcpy(raw->buffer + raw->head, str, c);
625 str += c;
774 con3215_write(struct console *co, const char *str, unsigned int count) argument
784 if (str[i] == '\t' || str[i] == '\n')
786 raw3215_write(raw, str, 0, i);
788 str
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dgus_card.c281 static int __init setup_gus(char *str) argument
286 str = get_options(str, ARRAY_SIZE(ints), ints);
H A Dopl3sa.c297 static int __init setup_opl3sa(char *str) argument
302 str = get_options(str, ARRAY_SIZE(ints), ints);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dentry-armo.S107 str sp, [sp, #-16]! ;\
108 str lr, [sp, #8] ;\
109 str lr, [sp, #4] ;\
112 str r0, [sp, #S_OLD_R0] ;\
116 str sp, [sp, #-16]! ;\
117 str lr, [sp, #4] ;\
120 str lr, [sp, #8] ;\
123 str r0, [sp, #S_OLD_R0] ;\
215 str r5, [sp, r6, lsr #14] @ Save reg
299 str l
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/lib/
H A Duaccess-armo.S121 str r0, [r1]
182 str r2, [r0], #4
183 str r2, [r0], #4
214 /* Prototype: int uaccess_kernel_strlen(char *str, long n)
216 * Params : str - address of string in kernel memory
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/maps/
H A Dbcm947xx-flash.c52 bcm947xx_setup(char *str) argument
54 flash = memparse(str, &str);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/dev/
H A Ddev_ns16550.c247 extern int logbuf_write(const char *str);
250 int logbuf_write(const char *str) argument
256 while ((c = *str ++)) {
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dread_conf390 # we have glob str
440 my($str, $hash ) = @_;
442 while( $str =~ /%(.)/ ){
444 print "FixStrVals: fixing '$key' in '$str'\n" if $Debug > 5;
447 $str =~ s/%$key/$val/g;
449 print "FixStrVals: final '$str'\n" if $Debug > 5;
450 return $str;
H A Dread_conf.in390 # we have glob str
440 my($str, $hash ) = @_;
442 while( $str =~ /%(.)/ ){
444 print "FixStrVals: fixing '$key' in '$str'\n" if $Debug > 5;
447 $str =~ s/%$key/$val/g;
449 print "FixStrVals: final '$str'\n" if $Debug > 5;
450 return $str;
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpbanner.c1442 char *str, int line, int wid );
1667 char *str; local
1670 for( str = bline, i = strlen(str);
1671 i > 0 && (l = write( 1, str, i)) > 0;
1672 i -= l, str += l );
1673 for( str = "\n", i = strlen(str);
1674 i > 0 && (l = write( 1, str, i)) > 0;
1675 i -= l, str
1709 do_char( struct font *font, struct glyph *glyph, char *str, int line, int wid ) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/tests/progs/
H A Dtest_icount.c51 const char *str, ext2_ino_t *ino)
55 *ino = strtoul(str, &tmp, 0);
57 com_err(request, 0, "Bad %s - %s", desc, str);
50 parse_inode(const char *request, const char *desc, const char *str, ext2_ino_t *ino) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Duaccess.h248 #define strlen_user(str) strnlen_user(str, ~0UL >> 1)
249 long strnlen_user(const char *str, long n);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Duaccess.h248 #define strlen_user(str) strnlen_user(str, ~0UL >> 1)
249 long strnlen_user(const char *str, long n);
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgstrfuncs.c81 g_strdup (const gchar *str) argument
85 if (str)
87 new_str = g_new (char, strlen (str) + 1);
88 strcpy (new_str, str);
114 g_strndup (const gchar *str, argument
119 if (str)
122 strncpy (new_str, str, n);
135 register gchar *str, *s, *end; local
137 str = g_new (gchar, length + 1);
138 s = str;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwinbind_nss_solaris.c45 #define NSS_DEBUG(str) syslog(LOG_DEBUG, "nss_winbind: %s", str);
47 #define NSS_DEBUG(str) ;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dnet_rpc_join.c261 char *str; local
262 str = generate_random_str(DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTH);
263 clear_trust_password = strdup(str);
/asus-wl-520gu-7.0.1.45/src/router/library/fileupload/
H A Dfile-upload.c24 char *newstr(char *str) argument
26 char *tempstr = (char *)malloc(sizeof(char) * strlen(str) + 1);
29 strcpy(tempstr,str);
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/tvctrlpt/linux/
H A Dupnp_tv_ctrlpt_main.c51 char *str; // the string member in struct:cmdloop_commands
252 SampleUtil_Print( " %-14s %s", cmdloop_cmdlist[i].str,
301 if( strcasecmp( cmd, cmdloop_cmdlist[i].str ) == 0 ) {

Completed in 154 milliseconds

<<11121314151617181920>>