Searched refs:strchr (Results 1 - 25 of 917) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrchr.c39 * strchr --
42 * PUBLIC: char *strchr __P((const char *, int));
45 char *strchr(const char *p, int ch) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dstrtok.c38 while(*ptr && strchr(sep, *ptr))
50 while(**end && !strchr(sep, **end))
H A Dcurl_gethostname.c97 dot = strchr(name, '.');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfilename.h39 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
45 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
H A Dstrcspn.c34 if (strchr (reject, *s++) == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfilename.h39 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
45 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/djgpp/
H A Dunsetenv.c27 if (name == NULL || *name == '\0' || strchr (name, '=') != NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_rpath.c29 if (strchr(PATH_SEPARATOR, s[0]) != NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/debianutils/
H A Dwhich.c33 if (strchr(*argv, '/')) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dbigfd.c23 if (strchr(pw->pw_name, '/') != NULL) {
H A Dgetent_grent.c59 if (strchr(gr->gr_name, '/')) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/popt/
H A Dfindme.c16 if (strchr(argv0, '/'))
27 if ((chptr = strchr(start, ':')))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dstrchr.S2 * linux/arch/arm26/lib/strchr.S
17 ENTRY(strchr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dstrchr.S2 * linux/arch/arm/lib/strchr.S
17 ENTRY(strchr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_vxworks/
H A Dos_vx_rpath.c48 if (strchr(PATH_SEPARATOR, s[0]) != NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dosport.h22 # define index(x, y) strchr(x, y)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dmatch_fstype.c38 fstype = strchr(fstype, ',');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dexecvp.c45 if (strchr (file, '/') != NULL) {
71 p = strchr(path, ':');
73 p = strchr(path, '\0');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libpwdgrp/
H A Duidgid_get.c39 group = strchr(ug, ':');
95 group = strchr(user_group, '.'); /* deprecated? */
97 group = strchr(user_group, ':');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Doptions.c30 while ((strchr(s, '#') > strchr(s, '"')) && strchr(s, '"')) {
31 s = strchr(strchr(s, '"') + 1, '"');
37 if (strchr(s, '#'))
38 *strchr(s, '#') = 0;
51 while (!strchr(str, '}')) {
53 if ((strstr(str, "directory")) && (strchr(str, '{')) && (directories)) {
60 tmp = strchr(st
[all...]
H A Dcwd.c91 while (strchr(tmp, '/'))
92 tmp = strchr(tmp, '/') + 1;
126 while (strchr(path2, '/')) {
128 *strchr(tmp, '/') = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dflatdevtree_env.h5 * strncmp & strchr copied from <file:lib/strings.c>
39 static inline char *strchr(const char *s, int c) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dtape_class.c52 for (s = strchr(tcd->device_name, '/'); s; s = strchr(s, '/'))
55 for (s = strchr(tcd->mode_name, '/'); s; s = strchr(s, '/'))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dstring.h13 extern char * strchr(const char * s, int c);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-c-3-prg.c71 if (strchr (s, '<') != NULL || strchr (s, '>') != NULL)

Completed in 136 milliseconds

1234567891011>>