Searched refs:str (Results 226 - 250 of 1024) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dadbmouse.c168 static int __init adb_mouse_setup(char *str) argument
172 str = get_options(str, ARRAY_SIZE(ints), ints);
/asus-wl-520gu-7.0.1.45/src/include/
H A Dbcmstdlib.h66 extern char *BCMROMFN(strchr)(const char *str, int c);
67 extern char *BCMROMFN(strrchr)(const char *str, int c);
97 extern int BCMROMFN(snprintf)(char *str, size_t n, char const *fmt, ...);
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dsymbol.c382 bool sym_string_valid(struct symbol *sym, const char *str) argument
390 ch = *str++;
392 ch = *str++;
395 if (ch == '0' && *str != 0)
397 while ((ch = *str++)) {
403 if (str[0] == '0' && (str[1] == 'x' || str[1] == 'X'))
404 str += 2;
405 ch = *str
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dtrusts_util.c69 char *str; local
73 str = generate_random_str(DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTH);
74 new_trust_passwd = talloc_strdup(mem_ctx, str);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dopenprom.c366 char *str, *tmp; local
378 error = copyin_string(op.op_name, op.op_namelen, &str);
383 len = prom_getproplen(op.op_nodeid,str);
387 kfree(str);
394 kfree(str);
404 kfree(str);
409 prom_getproperty(op.op_nodeid, str, tmp, len);
419 kfree(str);
430 error = copyin_string(op.op_name, op.op_namelen, &str);
435 tmp = prom_nextprop(op.op_nodeid,str,buffe
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dmpparse.c251 char str[7]; local
254 memcpy(str, m->mpc_bustype, 6);
255 str[6] = 0;
262 printk("Bus #%d is %s (node %d)\n", m->mpc_busid, str, quad);
264 Dprintk("Bus #%d is %s\n", m->mpc_busid, str);
267 if (strncmp(str, BUSTYPE_ISA, sizeof(BUSTYPE_ISA)-1) == 0) {
269 } else if (strncmp(str, BUSTYPE_EISA, sizeof(BUSTYPE_EISA)-1) == 0) {
271 } else if (strncmp(str, BUSTYPE_PCI, sizeof(BUSTYPE_PCI)-1) == 0) {
275 } else if (strncmp(str, BUSTYPE_MCA, sizeof(BUSTYPE_MCA)-1) == 0) {
278 printk("Unknown bustype %s - ignoring\n", str);
401 char str[16]; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/www/asus/web_asus_en/
H A Dquick.js230 {str = "";
231 if (d6 == true ) str = "1" + str;
232 else str = "0" + str;
233 if (d5 == true ) str = "1" + str;
234 else str = "0" + str;
235 if (d4 == true ) str
[all...]
H A Dquick_501b.js349 str = "";
351 if (d6 == true ) str = "1" + str;
352 else str = "0" + str;
353 if (d5 == true ) str = "1" + str;
354 else str = "0" + str;
355 if (d4 == true ) str
[all...]
H A Dquick_520.js270 str = "";
272 if (d6 == true ) str = "1" + str;
273 else str = "0" + str;
274 if (d5 == true ) str = "1" + str;
275 else str = "0" + str;
276 if (d4 == true ) str
[all...]
/asus-wl-520gu-7.0.1.45/src/router/www/asus/www_WL500gpv2/
H A Dquick.js230 {str = "";
231 if (d6 == true ) str = "1" + str;
232 else str = "0" + str;
233 if (d5 == true ) str = "1" + str;
234 else str = "0" + str;
235 if (d4 == true ) str
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsym53c416.h41 static void sym53c416_setup(char *str, int *ints);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/lib/
H A Dio-acorn.S23 str r8, [r3, r0, lsl #2]
26 str r8, [r3, r0, lsl #2]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/i2o/
H A Di2o_scsi.h24 extern void i2o_scsi_setup(char *str, int *ints);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/sibyte/
H A Dboard.h59 extern void setleds(char *str);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/sibyte/
H A Dboard.h59 extern void setleds(char *str);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/sibyte/
H A Dboard.h59 extern void setleds(char *str);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/sibyte/
H A Dboard.h59 extern void setleds(char *str);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/sibyte/
H A Dboard.h59 extern void setleds(char *str);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/sibyte/
H A Dboard.h59 extern void setleds(char *str);
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dbigpond.c159 char tmp[100], *str; local
167 if ((str = file2str(tmp))) {
168 pid = atoi(str);
169 free(str);
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dbigpond.c159 char tmp[100], *str; local
167 if ((str = file2str(tmp))) {
168 pid = atoi(str);
169 free(str);
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/libevent/
H A Dhash.c244 * str -- a zero-terminated string
253 hash_pjw(char const * str) argument
257 for (hash_value = 0; *str; ++str) {
258 hash_value = ( hash_value << ONE_EIGHTH ) + *str;
H A Dhash.h52 unsigned int hash_pjw(char const *str);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dwins_srv.c182 static void parse_ip(struct tagged_ip *ip, const char *str) argument
184 char *s = strchr(str, ':');
187 ip->ip = *interpret_addr2(str);
192 fstrcpy(ip->tag, str);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/popt/
H A Dsystem.h43 /*@only@*/ char * xstrdup (const char *str);

Completed in 279 milliseconds

1234567891011>>