Searched refs:strstr (Results 101 - 125 of 215) sorted by relevance

123456789

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dx8664_ksyms.c84 EXPORT_SYMBOL(strstr); variable
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Darmksyms.c186 EXPORT_SYMBOL_NOVERS(strstr); variable
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dalpha_ksyms.c106 EXPORT_SYMBOL(strstr); variable
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/
H A Dstring.c491 * strstr - Find the first substring in a %NUL terminated string
495 char * strstr(const char * s1,const char * s2) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/khttpd/
H A Drfc.c287 tmp = strstr(Buffer,"\r\n\r\n");
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dcp_mv.c111 srcBasename = (strstr(fileName, baseSrcName)
H A Dumount.c222 if (strstr(mountpt, "proc")!= NULL)
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dbroadcom.c929 if(nvram_match("wan_proto","pppoe") && (strstr(buff, "eth0")))
931 if (strstr(buff, "br0") || strstr(buff, "wl0"))
938 else if(!strstr(buff, "lo"))
H A Dnvmap.c269 //else if(strstr(field, maps[idx].fid)) break;
292 if ((find=strstr(target, pattern)))
H A Dweb_ex.c519 else if(strstr(scmd, " ") == 0){ // no parameter, run script with eval
1645 follow_info = strstr(dict_info, msg_name);
2354 if(strstr(cmdline, "pppoecd")
2355 || strstr(cmdline, "pppd")
2460 if((pos = strstr(buf1, "link")) != NULL){
2495 if((pos = strstr(entry->d_name, "link")) != NULL){
2558 if(strstr(entry->d_name, "link") != NULL){
2593 if(strstr(entry->d_name, "link") != NULL){
2836 if(strstr(buffer, "br0") && !strstr(buffe
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dmtd.c51 if (sscanf(dev, "mtd%d:", &i) && strstr(dev, mtd)) {
H A Dwatchdog.c817 if (strstr(buf, "ehci"))
819 if (strstr(buf, "ohci"))
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dmtd.c51 if (sscanf(dev, "mtd%d:", &i) && strstr(dev, mtd)) {
H A Dwatchdog.c817 if (strstr(buf, "ehci"))
819 if (strstr(buf, "ohci"))
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dtestparm.c153 if(strstr( lp_passwd_chat(), "%o")!=NULL) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dprom.c448 if (strstr(type, RELOC("open-pic"))) {
450 } else if (strstr(type, RELOC("ppc-xicp"))) {
921 if((strstr(compatible, RELOC("python")) == NULL) &&
922 (strstr(compatible, RELOC("Speedwagon")) == NULL) &&
923 (strstr(compatible, RELOC("Winnipeg")) == NULL))
926 if ((strstr(model, RELOC("ython")) == NULL) &&
927 (strstr(model, RELOC("peedwagon")) == NULL) &&
928 (strstr(model, RELOC("innipeg")) == NULL))
932 if ((type[0] == 0) || (strstr(type, RELOC("pci")) == NULL)) {
1329 while (cmd && (cmd = strstr(cm
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dde4x5.c3983 if (strstr(ManCode, signatures[i]) != NULL) {
4011 if (strstr(name,de4x5_signatures[i])!=NULL) break;
5362 if ((p = strstr(args, dev->name))) {
5363 if (!(q = strstr(p+strlen(dev->name), "eth"))) q = p + strlen(p);
5368 if (strstr(p, "force_eisa") || strstr(p, "FORCE_EISA")) forceEISA = 1;
5370 if (strstr(p, "fdx") || strstr(p, "FDX")) lp->params.fdx = 1;
5372 if (strstr(p, "autosense") || strstr(
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dpmac_setup.c473 p = strstr(bootpath, "/sd@");
636 p = strstr(saved_command_line, "root=");
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/soap/
H A Dsoap_device.c369 if( strstr( nodeName, NodeName ) == NULL ) {
784 if( StNodeName == NULL || strstr( StNodeName,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dppc_ksyms.c128 EXPORT_SYMBOL(strstr); variable
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dstart.c474 } while (strstr(line, str) == NULL);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dcgthreefb.c182 int cgRDI = strstr(fb->sbdp->prom_name, "cgRDI") != NULL;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dsparc64_ksyms.c311 EXPORT_SYMBOL(strstr); variable
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dstring.h23 * see especially strtok,strstr,str[c]spn. They should work, but are not
450 extern char *strstr(const char *cs, const char *ct);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dstring.h23 * see especially strtok,strstr,str[c]spn. They should work, but are not
450 extern char *strstr(const char *cs, const char *ct);

Completed in 401 milliseconds

123456789