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

1 2 3 4

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strstr.h 20 strstr() that would collide with our definition if included afterwards. */
27 /* No known system has a strstr() function that works correctly in
29 #undef strstr macro
30 #define strstr rpl_strstr macro
33 extern char *strstr (const char *haystack, const char *needle);
strstr.c 22 #include "strstr.h"
32 strstr (const char *haystack, const char *needle) function
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strstr.h 20 strstr() that would collide with our definition if included afterwards. */
27 /* No known system has a strstr() function that works correctly in
29 #undef strstr macro
30 #define strstr rpl_strstr macro
33 extern char *strstr (const char *haystack, const char *needle);
strstr.c 22 #include "strstr.h"
32 strstr (const char *haystack, const char *needle) function
  /src/external/gpl2/xcvs/dist/lib/
strstr.h 20 strstr() that would collide with our definition if included afterwards. */
27 /* No known system has a strstr() function that works correctly in
29 #undef strstr macro
30 #define strstr rpl_strstr macro
33 extern char *strstr (const char *haystack, const char *needle);
strstr.c 19 __RCSID("$NetBSD: strstr.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
27 #include "strstr.h"
37 strstr (const char *haystack, const char *needle) function
  /src/common/lib/libc/string/
strstr.c 1 /* $NetBSD: strstr.c,v 1.3 2018/02/04 01:13:45 mrg Exp $ */
38 static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: strstr.c,v 1.3 2018/02/04 01:13:45 mrg Exp $");
56 strstr(const char *s, const char *find) function
  /src/external/gpl3/binutils/dist/libiberty/
strstr.c 1 /* Simple implementation of strstr for systems without it.
6 @deftypefn Supplemental char* strstr (const char *@var{string}, const char *@var{sub})
26 strstr (const char *s1, const char *s2) function
  /src/external/gpl3/binutils.old/dist/libiberty/
strstr.c 1 /* Simple implementation of strstr for systems without it.
6 @deftypefn Supplemental char* strstr (const char *@var{string}, const char *@var{sub})
26 strstr (const char *s1, const char *s2) function
  /src/external/gpl3/gcc/dist/libiberty/
strstr.c 1 /* Simple implementation of strstr for systems without it.
6 @deftypefn Supplemental char* strstr (const char *@var{string}, const char *@var{sub})
26 strstr (const char *s1, const char *s2) function
  /src/external/gpl3/gcc.old/dist/libiberty/
strstr.c 1 /* Simple implementation of strstr for systems without it.
6 @deftypefn Supplemental char* strstr (const char *@var{string}, const char *@var{sub})
26 strstr (const char *s1, const char *s2) function
  /src/external/gpl3/gdb/dist/libiberty/
strstr.c 1 /* Simple implementation of strstr for systems without it.
6 @deftypefn Supplemental char* strstr (const char *@var{string}, const char *@var{sub})
26 strstr (const char *s1, const char *s2) function
  /src/external/gpl3/gdb.old/dist/libiberty/
strstr.c 1 /* Simple implementation of strstr for systems without it.
6 @deftypefn Supplemental char* strstr (const char *@var{string}, const char *@var{sub})
26 strstr (const char *s1, const char *s2) function
  /src/external/bsd/am-utils/dist/libamu/
strstr.c 1 /* $NetBSD: strstr.c,v 1.1.1.3 2015/01/17 16:34:18 christos Exp $ */
37 * File: am-utils/libamu/strstr.c
48 /* strstr.c -- return the offset of one string within another
78 strstr(char *s1, char *s2) function
  /src/external/gpl3/gdb/dist/gnulib/import/
strstr.c 24 /* Specification of strstr. */
39 strstr (const char *haystack_start, const char *needle_start) function
  /src/external/gpl3/gdb.old/dist/gnulib/import/
strstr.c 24 /* Specification of strstr. */
39 strstr (const char *haystack_start, const char *needle_start) function
  /src/external/apache2/llvm/dist/libcxx/include/
string.h 45 const char* strstr(const char* s1, const char* s2);
46 char* strstr( char* s1, const char* s2);
101 char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);}
103 const char* strstr(const char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} function
105 char* strstr( char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} function
  /src/sys/external/bsd/acpica/dist/utilities/
utclib.c 82 * FUNCTION: strstr
639 * FUNCTION: strstr
647 * full implementation of strstr, only sufficient for command
653 strstr ( function
  /src/bin/csh/
misc.c 159 strstr(char *s, char *t) function
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win_dll_thunk.cc 85 INTERCEPT_LIBRARY_FUNCTION(strstr); variable
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_win_dll_thunk.cpp 92 INTERCEPT_LIBRARY_FUNCTION(strstr); variable
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_win_dll_thunk.cpp 84 INTERCEPT_LIBRARY_FUNCTION(strstr); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
string.h 1273 # define strstr rpl_strstr macro
1275 _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle)
1278 _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle));
1281 extern "C++" { const char * strstr (const char *, const char *); }
1282 extern "C++" { char * strstr (char *, const char *); } */
1283 _GL_CXXALIAS_SYS_CAST2 (strstr,
1290 _GL_CXXALIASWARN1 (strstr, char *,
1292 _GL_CXXALIASWARN1 (strstr, const char *,
1295 _GL_CXXALIASWARN (strstr); variable
1298 /* strstr() does not work with multibyte strings if the locale encoding i
1302 # undef strstr macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
string.h 1273 # define strstr rpl_strstr macro
1275 _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle)
1278 _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle));
1281 extern "C++" { const char * strstr (const char *, const char *); }
1282 extern "C++" { char * strstr (char *, const char *); } */
1283 _GL_CXXALIAS_SYS_CAST2 (strstr,
1290 _GL_CXXALIASWARN1 (strstr, char *,
1292 _GL_CXXALIASWARN1 (strstr, const char *,
1295 _GL_CXXALIASWARN (strstr); variable
1298 /* strstr() does not work with multibyte strings if the locale encoding i
1302 # undef strstr macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
string.h 1273 # define strstr rpl_strstr macro
1275 _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle)
1278 _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle));
1281 extern "C++" { const char * strstr (const char *, const char *); }
1282 extern "C++" { char * strstr (char *, const char *); } */
1283 _GL_CXXALIAS_SYS_CAST2 (strstr,
1290 _GL_CXXALIASWARN1 (strstr, char *,
1292 _GL_CXXALIASWARN1 (strstr, const char *,
1295 _GL_CXXALIASWARN (strstr); variable
1298 /* strstr() does not work with multibyte strings if the locale encoding i
1302 # undef strstr macro
    [all...]

Completed in 27 milliseconds

1 2 3 4