Searched refs:strstr (Results 151 - 175 of 215) sorted by relevance

123456789

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpd_status.c131 if((str_index = strstr(readbuffer, "PRINTER_STATUS=\"")))
1382 if( (t = strstr( s, " ## " )) ){
1387 for( u = s; (t = strstr(u,atmsg)); u = t+safestrlen(atmsg) );
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dbroadcom.c2506 ptr=strstr(wl_vif_value,vif);
4741 if (!strstr(varname,"vlan")) return NULL;
4892 if (strstr(value,".")){
4908 if (!strstr(wl_vifs,value) )
5661 strstr(buf, "name=\"file\""))
5727 if (strstr(outlist,name) == NULL)
5927 if (strstr(buf,NVRAM_BEGIN_WEBFILE)) break;
6024 if ( !strstr(ptr,tmp) ) {
6091 if (!strstr(name,constraint_vars[index].name)){
6111 sec_fail=( !strstr(pt
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dsetup.c557 if (strstr(cmd_line, "xmon"))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/zftape/
H A Dzftape-vtbl.c164 /* use the kernel strstr() */
165 blocksize= strstr(label, " blocksize ");
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dalim15x3.c415 ((chip_is_1543c_e && strstr(id->model, "WDC ")) ||
H A Dicside.c406 ((!strstr(drive_table->id_firmware, id->fw_rev)) ||
H A Dide-dma.c166 ((!strstr(drive_table->id_firmware, id->fw_rev)) ||
H A Dide-floppy.c68 * Ver 0.94 Oct 27 00 Tidied up to remove strstr(Clik) everywhere
1886 if ((gcw.device_type == 5) && !strstr(id->model, "CD-ROM")
1887 && strstr(id->model, "ZIP"))
H A Dhpt366.c377 if (strstr(id->model, *list++)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dmacsonic.c473 if (strstr(ndev->board->name, "DuoDock"))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Ddmi_scan.c817 if(dmi_ident[s] && strstr(dmi_ident[s], d->matches[i].substr))
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinit.c882 && strstr(applet_name, "linuxrc") == NULL
H A Dutility.c1286 if ((strstr(info.command_line, pidName) != NULL)
1342 if (strstr(get_last_path_component(buffer), pidName) != NULL) {
H A Dinterface.c1153 if (strstr(buf, "compressed"))
1155 if (strstr(buf, "bytes"))
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dprints.c162 while ((k = strstr (k, "%")) != NULL)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dutil_sock.c926 if (strstr(name_buf,"..")) {
H A Dutil.c554 while ((p = strstr(s,"\\..\\")) != NULL) {
592 while ((p = strstr(s,"/../")) != NULL) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dchgpasswd.c552 if (strstr(passwordprogram, "%u") == NULL) {
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/miniserver/
H A Dminiserver.c506 if( NULL != strstr( requestBuf, "ShutDown" ) )
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/soap/
H A Dsoap_ctrlpt.c317 soap_action_hdr = strstr( headers->buf, "SOAPACTION:" );
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dxmon.c1703 cur = strstr(cur, tmp);
1808 cur = strstr(cur, symbol);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dvicam.c1130 start = strstr(in, "gain=");
1135 start = strstr(in, "shutter=");
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dinterface.c1188 if (strstr(buf, "compressed"))
1190 if (strstr(buf, "bytes"))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dkernprof.c772 if ((t = strstr(s->name, "_S.text_L")))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dhcl.c599 index = strstr (s1, "/");

Completed in 403 milliseconds

123456789