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

1234567891011>>

/macosx-10.9.5/cxxfilt-11/cxxfilt/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
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dstrrchr.c28 NoN(strrchr)
32 #undef strrchr
41 strrchr(const char* s, int c)
49 strrchr(register const char* s, register int c)
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dsetprogname.c47 __progname = strrchr(progname, '/');
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dbasnam.c18 z = strrchr (zfile, '/');
H A Dcorrup.c17 zslash = strrchr (zfile, '/');
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_bname.c35 s1 = strrchr(path, '/');
36 s2 = strrchr(path, '\\');
/macosx-10.9.5/dtrace-118.1/test/tst/common/version/
H A Dtst.1.0.d38 int strrchr;
/macosx-10.9.5/dtrace-118.1/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));
49 printf("strrchr(\"%s\", '%c') = \"%s\"\n", str, c, strrchr(str, c));
67 /strrchr(str, 'a') != NULL/
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dsetprogname.c53 p = strrchr(argv0, '/');
59 pb = strrchr((p != NULL)? p : argv0, '\\');
76 ext = strrchr(fn, '.');
/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Dstrrchr.c39 * strrchr --
42 * PUBLIC: char *strrchr __P((const char *, int));
45 char *strrchr(const char *p, int ch) function
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dbasename.c42 if ((result = strrchr(path, '/')) == 0)
H A Dsplit_at.c68 if ((cp = strrchr(string, delimiter)) != 0)
/macosx-10.9.5/uucp-11/uucp/lib/
H A Dstrrch.c9 strrchr (z, b) function
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dfold_addr.c69 if ((cp = strrchr(addr, '@')) != 0)
73 if ((cp = strrchr(addr, '@')) != 0) {
/macosx-10.9.5/Libc-997.90.3/string/FreeBSD/
H A Drindex.c42 strrchr function
/macosx-10.9.5/dtrace-118.1/test/tst/common/safety/
H A Dtst.strchr.d47 trace(strrchr((char *)(rand() ^ timestamp), rand()));
59 trace(strrchr((char *)arg0, '!'));
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dusg5-0.h141 #define rindex strrchr
H A Dusg5-2-2.h140 #define rindex strrchr
H A Dusg5-2.h140 #define rindex strrchr
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dprogname.c46 slash = strrchr (argv0, '/');
/macosx-10.9.5/ntp-88/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
40 strrchr( char const *s, int c) function
/macosx-10.9.5/ntp-88/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
40 strrchr( char const *s, int c) function
/macosx-10.9.5/ruby-104/ruby/missing/
H A Dstrchr.c1 /* public domain rewrite of strchr(3) and strrchr(3) */
20 strrchr(const char *s, int c) function
/macosx-10.9.5/sudo-72/src/
H A Dgetprogname.c40 else if ((progname = strrchr(Argv[0], '/')) != NULL)

Completed in 308 milliseconds

1234567891011>>