Searched refs:strrchr (Results 1 - 25 of 568) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/binutils/libiberty/
H A Drindex.c9 deprecated in new programs in favor of @code{strrchr}.
15 extern char *strrchr (const char *, int);
20 return strrchr (s, c);
H A Dstrrchr.c1 /* Portable version of strrchr().
6 @deftypefn Supplemental char* strrchr (const char *@var{s}, int @var{c})
19 strrchr (register const char *s, int c) function
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Drindex.c9 deprecated in new programs in favor of @code{strrchr}.
15 extern char *strrchr (const char *, int);
20 return strrchr (s, c);
H A Dstrrchr.c1 /* Portable version of strrchr().
6 @deftypefn Supplemental char* strrchr (const char *@var{s}, int @var{c})
19 strrchr (register const char *s, int c) function
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.strchr.d38 printf("strrchr(\"%s\", '%c') = \"%s\"\n", str, c, strrchr(str, c));
42 printf("strrchr(\"%s\", '%c') = \"%s\"\n", str, c, strrchr(str, c));
44 printf("strrchr(\"%s\", '%c') = \"%s\"\n", strchr(str, c), c,
45 strrchr(strchr(str, c), c));
63 /strrchr(str, 'a') != NULL/
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d38 int strrchr;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_string.h37 #ifndef strrchr
38 extern char *strrchr (const char *, int); /* X3.159-1989 4.11.5.5 */
/freebsd-9.3-release/contrib/ntp/sntp/libopts/compat/
H A Dstrchr.c7 char *strrchr(char const *s, int c);
13 The strrchr() function returns a pointer to the last occurrence of the
20 The strchr() and strrchr() functions return a pointer to the matched
31 strrchr(char const *s, int c);
46 strrchr(char const *s, int c) function
/freebsd-9.3-release/lib/libc/gen/
H A Dsetprogname.c14 p = strrchr(progname, '/');
/freebsd-9.3-release/crypto/openssl/test/
H A Ddummytest.c13 p = strrchr(argv[0], '/');
15 p = strrchr(argv[0], '\\');
18 p = strrchr(argv[0], ']');
20 q = strrchr(p, '>');
24 p = strrchr(argv[0], ':');
/freebsd-9.3-release/lib/libc/i386/string/
H A DMakefile.inc6 strncmp.S strrchr.S swab.S wcschr.S wcscmp.S wcslen.S \
H A Dstrrchr.S35 * strrchr(s, c)
48 ENTRY(strrchr) function
65 END(strrchr)
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.strchr.d47 trace(strrchr((char *)(rand() ^ timestamp), rand()));
59 trace(strrchr((char *)arg0, '!'));
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dpath.h25 # define SM_LAST_DIR_DELIM(s) strrchr(s, '/')
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsetprogname.c53 p = strrchr(argv0, '/');
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dconfig.h20 and strrchr instead of rindex. */
25 #define rindex strrchr
/freebsd-9.3-release/lib/libc/string/
H A Drindex.c42 strrchr function
/freebsd-9.3-release/lib/libc/arm/string/
H A DMakefile.inc6 strlen.S strncmp.S strrchr.c swab.c wcschr.c wcscmp.c wcslen.c \
/freebsd-9.3-release/contrib/xz/src/common/
H A Dtuklib_progname.c38 p = strrchr(p, '.');
/freebsd-9.3-release/cddl/compat/opensolaris/misc/
H A Dmkdirp.c76 endptr = strrchr(str, '\0');
77 slash = strrchr(str, '/');
94 slash = strrchr(str, '/');
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h70 #undef strrchr macro
116 using ::strrchr;
119 strrchr(char* __s1, int __n) function
/freebsd-9.3-release/usr.bin/pr/
H A Degetopt.c146 if (!(p = strrchr(*nargv, '/')))
162 if (!(p = strrchr(*nargv, '/')))
199 if (!(p = strrchr(*nargv, '/')))
/freebsd-9.3-release/usr.sbin/crunch/crunchgen/
H A Dcrunched_main.c59 slash = strrchr(argv[0], '/');
80 slash = strrchr(path, '/');
100 slash = strrchr(argv[1], '/');
/freebsd-9.3-release/sys/contrib/dev/acpica/common/
H A Dadfile.c209 Position = strrchr (NewFilename, '.');
301 Substring = strrchr (DirectoryPath, '\\');
304 Substring = strrchr (DirectoryPath, '/');
307 Substring = strrchr (DirectoryPath, ':');
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcorefile.c155 last_slash = strrchr (core, '/');
159 last_slash = strrchr (exec, '/');

Completed in 297 milliseconds

1234567891011>>