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

1234567891011>>

/macosx-10.10/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.10/ksh-23/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.10/lukemftp-14/tnftp/libnetbsd/
H A Dsetprogname.c47 __progname = strrchr(progname, '/');
/macosx-10.10/uucp-11/uucp/unix/
H A Dbasnam.c18 z = strrchr (zfile, '/');
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_bname.c35 s1 = strrchr(path, '/');
36 s2 = strrchr(path, '\\');
/macosx-10.10/dtrace-147/test/tst/common/version/
H A Dtst.1.0.d38 int strrchr;
/macosx-10.10/dtrace-147/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.10/Heimdal-398.1.2/lib/roken/
H A Dsetprogname.c53 p = strrchr(argv0, '/');
59 pb = strrchr((p != NULL)? p : argv0, '\\');
76 ext = strrchr(fn, '.');
/macosx-10.10/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.10/postfix-255/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.10/uucp-11/uucp/lib/
H A Dstrrch.c9 strrchr (z, b) function
/macosx-10.10/postfix-255/postfix/src/global/
H A Dfold_addr.c69 if ((cp = strrchr(addr, '@')) != 0)
73 if ((cp = strrchr(addr, '@')) != 0) {
/macosx-10.10/OpenSSL098-52/src/test/
H A Ddummytest.c13 p = strrchr(argv[0], '/');
14 if (!p) p = strrchr(argv[0], '\\');
16 if (!p) p = strrchr(argv[0], ']');
17 if (p) q = strrchr(p, '>');
19 if (!p) p = strrchr(argv[0], ':');
H A Dideatest.c13 p = strrchr(argv[0], '/');
14 if (!p) p = strrchr(argv[0], '\\');
16 if (!p) p = strrchr(argv[0], ']');
17 if (p) q = strrchr(p, '>');
19 if (!p) p = strrchr(argv[0], ':');
H A Djpaketest.c13 p = strrchr(argv[0], '/');
14 if (!p) p = strrchr(argv[0], '\\');
16 if (!p) p = strrchr(argv[0], ']');
17 if (p) q = strrchr(p, '>');
19 if (!p) p = strrchr(argv[0], ':');
/macosx-10.10/Libc-1044.1.2/string/FreeBSD/
H A Drindex.c42 strrchr function
/macosx-10.10/dtrace-147/test/tst/common/safety/
H A Dtst.strchr.d47 trace(strrchr((char *)(rand() ^ timestamp), rand()));
59 trace(strrchr((char *)arg0, '!'));
/macosx-10.10/emacs-93/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.10/libiconv-42/libiconv/srclib/
H A Dprogname.c46 slash = strrchr (argv0, '/');
/macosx-10.10/ntp-92/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.10/ntp-92/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

Completed in 802 milliseconds

1234567891011>>