HomeSort by: relevance | last modified time | path
    Searched defs:strrchr (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/common/lib/libc/arch/arm/string/
strrchr_naive.S 33 /* LINTSTUB: char * strrchr(const char *, int) */
34 ENTRY(strrchr) function
56 END(strrchr)
strrchr_arm.S 50 ENTRY(strrchr) function
161 END(strrchr)
  /src/common/lib/libc/arch/i386/string/
strrchr.S 9 RCSID("$NetBSD: strrchr.S,v 1.3 2014/03/22 19:38:46 jakllsch Exp $")
12 ENTRY(strrchr) function
95 END(strrchr)
97 STRONG_ALIAS(rindex,strrchr)
  /src/common/lib/libc/arch/x86_64/string/
strrchr.S 9 RCSID("$NetBSD: strrchr.S,v 1.3 2014/03/22 19:16:34 jakllsch Exp $")
12 ENTRY(strrchr) function
123 END(strrchr)
125 STRONG_ALIAS(rindex,strrchr)
  /src/lib/libc/string/
Lint_strrchr.c 12 strrchr(const char *src, int c) function
  /src/external/gpl3/binutils/dist/libiberty/
strrchr.c 1 /* 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
  /src/external/gpl3/binutils.old/dist/libiberty/
strrchr.c 1 /* 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
  /src/external/gpl3/gcc/dist/libiberty/
strrchr.c 1 /* 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
  /src/external/gpl3/gcc.old/dist/libiberty/
strrchr.c 1 /* 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
  /src/external/gpl3/gdb/dist/libiberty/
strrchr.c 1 /* 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
  /src/external/gpl3/gdb.old/dist/libiberty/
strrchr.c 1 /* 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
  /src/common/lib/libc/arch/m68k/string/
strrchr.S 1 /* $NetBSD: strrchr.S,v 1.4 2013/07/16 23:24:19 matt Exp $ */
42 RCSID("$NetBSD: strrchr.S,v 1.4 2013/07/16 23:24:19 matt Exp $")
46 ENTRY(strrchr) function
59 END(strrchr)
61 STRONG_ALIAS(rindex,strrchr)
  /src/common/lib/libc/string/
strrchr.c 1 /* $NetBSD: strrchr.c,v 1.7 2020/04/07 08:07:58 skrll Exp $ */
37 __RCSID("$NetBSD: strrchr.c,v 1.7 2020/04/07 08:07:58 skrll Exp $");
49 #undef strrchr macro
52 __strong_alias(rindex, strrchr)
54 strrchr(const char *p, int ch)
  /src/external/bsd/ntp/dist/sntp/libopts/compat/
strchr.c 9 char *strrchr(char const *s, int c);
15 The strrchr() function returns a pointer to the last occurrence of the
22 The strchr() and strrchr() functions return a pointer to the matched
33 strrchr(char const *s, int c);
48 strrchr(char const *s, int c) function
compat.h 340 # define strrchr rindex macro
  /src/external/apache2/llvm/dist/libcxx/include/
string.h 42 const char* strrchr(const char* s, int c);
43 char* strrchr( char* s, int c);
87 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);}
89 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
91 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} function
  /src/external/bsd/openldap/dist/include/ac/
string.h 40 # undef strrchr macro
41 # define strrchr rindex macro
  /src/external/bsd/ntp/dist/sntp/libopts/
autoopts.c 59 # define strrchr(_s, _c) option_strrchr(_s, _c) macro
  /src/external/bsd/top/dist/
os.h 71 #define strrchr(a, b) rindex((a), (b)) macro
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win_dll_thunk.cc 83 INTERCEPT_LIBRARY_FUNCTION(strrchr); variable
  /src/sys/lib/libkern/
libkern.h 395 char *strrchr(const char *, int);
402 #define strrchr(s, c) kasan_strrchr(s, c) macro
409 #define strrchr(s, c) kmsan_strrchr(s, c) macro
  /src/external/gpl2/grep/dist/src/
system.h 156 # undef strrchr macro
157 # define strrchr rindex macro
  /src/external/gpl2/xcvs/dist/diff/
system.h 199 # define strrchr rindex macro
201 char *strchr (), *strrchr ();
254 #define filename_lastdirchar(filename) strrchr (filename, '/')
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_win_dll_thunk.cpp 90 INTERCEPT_LIBRARY_FUNCTION(strrchr); variable
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_win_dll_thunk.cpp 82 INTERCEPT_LIBRARY_FUNCTION(strrchr); variable

Completed in 24 milliseconds

1 2 3 4