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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/lib/
H A Dstrstr.c3 char * strstr(const char * cs,const char * ct) function
H A DMakefile6 lib-y = checksum.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A DMakefile.am9 strstr.c \
H A Dstrstr.c2 * $Id: strstr.c,v 1.4 2003-02-17 01:51:08 srittau Exp $
44 static char sccsid[] = "@(#)strstr.c 5.2 (Berkeley) 1/26/91";
59 strstr(s, find) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A DMakefile.am10 strstr.c \
H A Dstrstr.c2 * $Id: strstr.c,v 1.4 2003-02-17 01:51:08 srittau Exp $
44 static char sccsid[] = "@(#)strstr.c 5.2 (Berkeley) 1/26/91";
59 strstr(s, find) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Dfrontend.c11 if (strstr(base ? (base + 1) : argv[0], "dhcpd"))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfbset.c184 if (!(p = strstr(buf, "mode ")) && !(p = strstr(buf, "mode\t")))
187 if (!(p = strstr(buf, mode)))
196 if ((p = strstr(buf, "geometry "))) {
202 } else if ((p = strstr(buf, "timings "))) {
209 } else if ((p = strstr(buf, "laced "))) {
211 if (strstr(buf, "false")) {
216 } else if ((p = strstr(buf, "double "))) {
218 if (strstr(buf, "false")) {
223 } else if ((p = strstr(bu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/sn2/
H A Dsn_hwperf.h45 #define SN_HWPERF_IS_NODE(x) ((x) && strstr((x)->name, "SHub"))
46 #define SN_HWPERF_IS_NODE_SHUB2(x) ((x) && strstr((x)->name, "SHub 2."))
47 #define SN_HWPERF_IS_IONODE(x) ((x) && strstr((x)->name, "TIO"))
48 #define SN_HWPERF_IS_NL3ROUTER(x) ((x) && strstr((x)->name, "NL3Router"))
49 #define SN_HWPERF_IS_NL4ROUTER(x) ((x) && strstr((x)->name, "NL4Router"))
50 #define SN_HWPERF_IS_OLDROUTER(x) ((x) && strstr((x)->name, "Router"))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfs_uart_pd.h65 if(strstr(fpi->fs_type, "SMC"))
67 if(strstr(fpi->fs_type, "SCC"))
H A Dfs_enet_pd.h157 if(strstr(fpi->fs_type, "SCC"))
159 if(strstr(fpi->fs_type, "FCC"))
161 if(strstr(fpi->fs_type, "FEC"))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dudhcpc.c148 else if (strstr(argv[1], "deconfig"))
150 else if (strstr(argv[1], "bound"))
152 else if (strstr(argv[1], "renew"))
264 else if (strstr(argv[1], "deconfig"))
266 else if (strstr(argv[1], "bound"))
268 else if (strstr(argv[1], "renew"))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dmystring.c7 if (strstr(haystack, needle)) {
8 return (int) strstr(haystack, needle) - (int) haystack;
29 while ((foo = strstr(bar, what))) {
H A Doptions.c53 if ((strstr(str, "directory")) && (strchr(str, '{')) && (directories)) {
157 if (strstr(configpath, "rscloud"))
168 } else if (strstr(str, "user ") == str) {
177 } else if (strstr(str, "group ") == str) {
380 if ( strstr(line, "HELLO_STRING") )
382 else if ( strstr(line, "QUIT_MSG") )
384 else if ( strstr(line, "XFERBUFSIZE") )
386 else if ( strstr(line, "DATA_TIMEOUT") )
388 else if ( strstr(line, "CONTROL_TIMEOUT") )
390 else if ( strstr(lin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Di386_ksyms.c21 EXPORT_SYMBOL(strstr); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/common/
H A Dsetup.c92 if ((argptr = strstr(argptr, "console=")) == NULL) {
99 if ((argptr = strstr(argptr, "video=")) == NULL) {
110 if ((argptr = strstr(argptr, "video=")) == NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/malta/
H A Dmalta_setup.c110 if (strstr(argptr, "debug")) {
123 if (strstr(argptr, "iobcuncached")) {
160 if (pciclock != 33 && !strstr (argptr, "idebus=")) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_options.c64 if (option && (buf = strstr(buf, option)))
219 if (strstr(buf, " -nodebug"))
222 if (strstr(buf, " -slp"))
226 if (strstr(buf, " -nozeroconf"))
229 if (strstr(buf, " -nouservolfirst"))
231 if (strstr(buf, " -uservolfirst"))
233 if (strstr(buf, " -nouservol"))
235 if (strstr(buf, " -uservol"))
237 if (strstr(buf, " -proxy"))
239 if (strstr(bu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafp_options.c64 if (option && (buf = strstr(buf, option)))
215 if (strstr(buf, " -nodebug"))
218 if (strstr(buf, " -slp"))
222 if (strstr(buf, " -nozeroconf"))
225 if (strstr(buf, " -nouservolfirst"))
227 if (strstr(buf, " -uservolfirst"))
229 if (strstr(buf, " -nouservol"))
231 if (strstr(buf, " -uservol"))
233 if (strstr(buf, " -proxy"))
235 if (strstr(bu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural-exp.c108 plural = strstr (nullentry, "plural=");
109 nplurals = strstr (nullentry, "nplurals=");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Duser_syms.c11 #undef strstr macro
26 EXPORT_SYMBOL(strstr); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dso/
H A Ddso_win32.c257 transform = ((strstr(filename, "/") == NULL) &&
258 (strstr(filename, "\\") == NULL) &&
259 (strstr(filename, ":") == NULL));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_rules_parse.c386 else if (strstr(attr, "../") != NULL)
428 if (attr && strstr(attr, "program")) {
431 } else if (attr && strstr(attr, "file")) {
434 } else if (attr && strstr(attr, "parent")) {
507 if (strstr(attr, "all_partitions") != NULL) {
511 if (strstr(attr, "ignore_remove") != NULL) {
576 if (strstr(value, "last_rule") != NULL) {
580 if (strstr(value, "ignore_device") != NULL) {
584 if (strstr(value, "ignore_remove") != NULL) {
588 pos = strstr(valu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_netatalk.c71 if (strstr(path, APPLEDOUBLE) || strstr(fname, APPLEDOUBLE)) {
124 if (strstr(cur_list[i].name, APPLEDOUBLE))
208 strstr(path, APPLEDOUBLE) ? (add = False) : (add = True);
279 if (strstr(conn->veto_list[i].name, APPLEDOUBLE))
285 if (strstr(conn->hide_list[i].name, APPLEDOUBLE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_operhlp.c105 char *ptr = strstr(url, "://");
165 pc = strstr(url, "://");

Completed in 677 milliseconds

1234567891011>>