Searched refs:strstr (Results 1 - 25 of 215) sorted by relevance

123456789

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/lib/
H A Dstrstr.c3 char * strstr(const char * cs,const char * ct) function
H A DMakefile12 memcpy.o strstr.o
/asus-wl-520gu-7.0.1.45/src/router/www/asus/
H A Dstrip.c18 if(strstr(buf, "meta") && strstr(buf, "charset"))
37 ptr=strstr(buf, "//");
39 if (ptr!=NULL && !strstr(buf,"//-->"))
/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Dfrontend.c11 if (strstr(base ? (base + 1) : argv[0], "dhcpd"))
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dfbset.c200 if ((p = strstr(buf, "mode ")) || (p = strstr(buf, "mode\t"))) {
202 if ((p = strstr(buf, mode))) {
210 if ((p = strstr(buf, "geometry "))) {
217 } else if ((p = strstr(buf, "timings "))) {
225 } else if ((p = strstr(buf, "laced "))) {
228 if (strstr(buf, "false")) {
233 } else if ((p = strstr(buf, "double "))) {
236 if (strstr(buf, "false")) {
241 } else if ((p = strstr(bu
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Dtc.c350 if(strstr(buf, "fw_util"))
353 if(strstr(buf, "u32_util"))
356 if(strstr(buf, "route_util"))
358 if(strstr(buf, "rsvp_util"))
360 if(strstr(buf, "rsvp6_util"))
362 if(strstr(buf, "tcindex_util"))
364 if(strstr(buf, "u32_util"))
375 if(strstr(buf, "cbq_util"))
377 else if(strstr(buf, "dsmark_util"))
379 else if(strstr(bu
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mips-boards/atlas/
H A Datlas_setup.c81 if ((argptr = strstr(argptr, "console=ttyS0")) == NULL) {
95 if ((argptr = strstr(argptr, "kgdb=ttyS")) != NULL) {
124 if ((argptr = strstr(argptr, "nofpu")) != NULL)
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dej.c139 if (!(end = strstr(name, kw_mark2)))
224 asp = strstr (start_pat, asp_mark1);
229 key = strstr (start_pat, kw_mark1);
259 key_end = strstr (key, kw_mark2);
269 asp_end = strstr (asp, asp_mark2);
277 key_end = strstr (key, kw_mark2);
285 asp_end = strstr (asp, asp_mark2);
319 key = strstr (p, kw_mark1);
326 asp = strstr (p, asp_mark1);
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dudhcpc_ex.c186 else if (strstr(argv[1], "deconfig"))
188 else if (strstr(argv[1], "bound"))
190 else if (strstr(argv[1], "renew"))
192 else if (strstr(argv[1], "leasefail"))
H A Dudhcpc.c208 else if(strstr(argv[1], "deconfig"))
210 else if(strstr(argv[1], "bound"))
212 else if(strstr(argv[1], "renew"))
214 else if (strstr(argv[1], "leasefail"))
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dudhcpc_ex.c174 else if (strstr(argv[1], "deconfig"))
176 else if (strstr(argv[1], "bound"))
178 else if (strstr(argv[1], "renew"))
180 else if (strstr(argv[1], "leasefail"))
H A Dudhcpc.c171 else if(strstr(argv[1], "deconfig"))
173 else if(strstr(argv[1], "bound"))
175 else if(strstr(argv[1], "renew"))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mips-boards/sead/
H A Dsead_setup.c60 if ((argptr = strstr(argptr, "console=ttyS0")) == NULL) {
74 if ((argptr = strstr(argptr, "nofpu")) != NULL)
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/ssdp/
H A Dssdp_server.c496 if( ( TempPtr = strstr( cmd, "uuid:schemas" ) ) != NULL ) {
498 ptr1 = strstr( cmd, ":device" );
500 ptr2 = strstr( ptr1 + 1, ":" );
506 ptr3 = strstr( ptr2 + 1, ":" );
517 ptr1 = strstr( cmd, ":" );
528 if( ( TempPtr = strstr( cmd, "uuid" ) ) != NULL ) {
530 if( ( Ptr = strstr( cmd, "::" ) ) != NULL ) {
539 if( strstr( cmd, "urn:" ) != NULL
540 && strstr( cmd, ":service:" ) != NULL ) {
542 if( ( TempPtr = strstr( cm
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpq.c346 !(strstr(s,"Printer:") || strstr(s,_("Printer:")) ) ){
351 || !(strstr(s,"Printer:") || strstr(s,_("Printer:")) )
361 if( strstr(s,"Printer:") || strstr(s,_("Printer:")) ){
408 (strstr(s,"Printer:") || strstr(s,_("Printer:")) ) ){
415 (strstr(s,"Printer:") || strstr(
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mips-boards/malta/
H A Dmalta_setup.c114 if ((argptr = strstr(argptr, "console=")) == NULL) {
122 if ((argptr = strstr(argptr, "kgdb=ttyS")) != NULL) {
145 if ((argptr = strstr(argptr, "nofpu")) != NULL)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/pb1100/
H A Dsetup.c104 if ((argptr = strstr(argptr, "console=")) == NULL) {
140 if ((argptr = strstr(argptr, "usb_ohci=")) == NULL) {
209 if ((argptr = strstr(argptr, "video=")) == NULL) {
217 if ((argptr = strstr(argptr, "video=")) == NULL) {
/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dstorage.c32 if(strstr(line, func)) flag=1;
33 if(flag && strstr(line, "return"))
75 if (strstr(&tmparray[i][0], "IDE")) break;
102 if (strstr(&tmparray[i][0], "IDE")) break;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dstring.h55 extern char * strstr(const char *,const char *);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dstring.h55 extern char * strstr(const char *,const char *);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dplural-exp.c107 plural = strstr (nullentry, "plural=");
108 nplurals = strstr (nullentry, "nplurals=");
/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/linux/
H A Dlinux_net.c115 if (strstr(buf, "compressed"))
117 if (strstr(buf, "bytes"))
/asus-wl-520gu-7.0.1.45/src/router/library/fileupload/
H A Dfile-upload.c146 boundary = strstr(tempstr,"boundary=");
176 if (strstr(buffer,"filename=\"") != NULL) {
178 strcpy(entry.value,strstr(buffer,"filename=\"")+10);
187 if (strstr(lower_case(HTTP_USER_AGENT),"win") != 0) {
230 if (bytesread && strstr(buffer,boundary) == NULL) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/db1x00/
H A Dsetup.c97 if ((argptr = strstr(argptr, "console=")) == NULL) {
104 if ((argptr = strstr(argptr, "video=")) == NULL) {
155 if ((argptr = strstr(argptr, "usb_ohci=")) == NULL) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/modules/
H A Dvfs_netatalk.c71 if (strstr(path, APPLEDOUBLE) || strstr(fname, APPLEDOUBLE)) {
124 if (strstr(cur_list[i].name, APPLEDOUBLE))
209 strstr(path, APPLEDOUBLE) ? (add = False) : (add = True);
280 if (strstr(conn->veto_list[i].name, APPLEDOUBLE))
286 if (strstr(conn->hide_list[i].name, APPLEDOUBLE))

Completed in 155 milliseconds

123456789