Searched defs:strrchr (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrrchr.s26 .file "strrchr.s"
29 / strrchr(sp, c)
34 / Fast assembly language version of the following C-program strrchr
38 / strrchr(const char *sp, int c)
53 ENTRY(strrchr) /* (char *s, int c) */ function
109 SET_SIZE(strrchr)
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrrchr.s26 .file "strrchr.s"
29 / strrchr(sp, c)
34 / Fast assembly language version of the following C-program strrchr
38 / strrchr(const char *sp, int c)
53 ENTRY(strrchr) function
114 SET_SIZE(strrchr)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dstrrchr.c42 strrchr(const char *sp, int c) function
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstring.in.h485 /* strrchr() does not work with multibyte strings if the locale encoding is
487 # undef strrchr macro
488 /* Assume strrchr is always declared. */
489 _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings "
737 Unlike strrchr(), this function works correctly in multibyte locales with
/osnet-11/usr/src/lib/libumem/common/
H A Dlinktest_stand.c52 void strrchr(void) {} function
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h335 #if !defined(strrchr) && !defined(_lib_strrchr) && defined(_lib_rindex)
336 #define strrchr(s,c) rindex(s,c) macro
/osnet-11/usr/src/lib/libast/common/include/
H A Dast_std.h321 #if !defined(strrchr) && !defined(_lib_strrchr) && defined(_lib_rindex)
322 #define strrchr(s,c) rindex(s,c) macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h335 #if !defined(strrchr) && !defined(_lib_strrchr) && defined(_lib_rindex)
336 #define strrchr(s,c) rindex(s,c) macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h335 #if !defined(strrchr) && !defined(_lib_strrchr) && defined(_lib_rindex)
336 #define strrchr(s,c) rindex(s,c) macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h335 #if !defined(strrchr) && !defined(_lib_strrchr) && defined(_lib_rindex)
336 #define strrchr(s,c) rindex(s,c) macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.h94 #define strrchr rindex macro
136 char *(strchr)(), *(strrchr)();
139 char *strchr(), *strrchr();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h545 #define strrchr rindex macro
2828 char *(strchr)(), *(strrchr)();
2831 char *strchr(), *strrchr();

Completed in 82 milliseconds