Searched refs:strchr (Results 226 - 250 of 917) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_TCPOPTSTRIP.c63 p = strchr(arg, ',');
H A Dlibxt_state.c53 while ((comma = strchr(arg, ',')) != NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Duam.c20 #define strchr index macro
23 char *strchr (), *strrchr ();
88 if ((p = strchr(buf, '.')))
263 if ((p = strchr(pwent->pw_gecos, ',')))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Dldap_config.c45 if ((val = strchr(p, '=')) == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cnf.c69 p = strchr(name, '.');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_script.c38 if ((cp = strchr(bprm->buf, '\n')) == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dcu3088.c79 if (!(end = strchr(start, delim[i])))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/applets/
H A Dapplets.c183 if (!strchr(s, '\n') && !feof(f)) {
200 e = strchr(s, ']');
230 e = strchr(s, '=');
277 if ((s == e) || !(e = strchr(s, '.'))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dresolve.c84 if (!strchr(token, '='))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dread.c81 p = strchr(buffer, '\n');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dconfdata.c53 while ((src = strchr(in, '$'))) {
141 p = strchr(line + 9, ' ');
170 p = strchr(line + 7, '=');
174 p2 = strchr(p, '\n');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmstdlib.h95 extern char *BCMROMFN(strchr)(const char *str, int c);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Darmksyms.c104 EXPORT_SYMBOL(strchr); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A DMakefile12 strchr.o strrchr.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Ddumpsexp.c425 if (strchr (tokenchars, c))
491 else if (strchr (tokenchars, c))
617 if (quote_idx < 3 && strchr ("01234567", c))
632 if (quote_idx < 2 && strchr ("0123456789abcdefABCDEF", c))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dalternative.c39 e = strchr(c, 0) - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/salt/
H A Dplatform.h169 # define sw_strchr(ARG1, ARG2) strchr(ARG1, ARG2)
206 # define sw_strchr(ARG1, ARG2) strchr(ARG1, ARG2)
240 char * strchr(char*, int);
250 # define sw_strchr(ARG1, ARG2) strchr(ARG1, ARG2)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dbrew_db.h77 #define strchr(a, b) STRCHR(a, b) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Duam.c20 #define strchr index macro
23 char *strchr (), *strrchr ();
88 if ((p = strchr(buf, '.')))
265 if ((p = strchr(pwent->pw_gecos, ',')))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dldap_config.c45 if ((val = strchr(p, '=')) == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_length.c49 if ((cp = strchr(buffer, ':')) == NULL)
H A Dlibip6t_state.c54 while ((comma = strchr(arg, ',')) != NULL) {
H A Dlibipt_length.c47 if ((cp = strchr(buffer, ':')) == NULL)
H A Dlibipt_state.c54 while ((comma = strchr(arg, ',')) != NULL) {
H A Dlibipt_tcpmss.c47 if ((cp = strchr(buffer, ':')) == NULL)

Completed in 214 milliseconds

1234567891011>>