Searched refs:strchr (Results 1 - 25 of 2931) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/acpica/dist/include/platform/
H A Dacgccex.h48 * Some versions of gcc implement strchr() with a buggy macro. So,
54 #ifdef strchr
55 #undef strchr macro
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dindex.c9 deprecated in new programs in favor of @code{strchr}.
15 extern char * strchr(const char *, int);
20 return strchr (s, c);
H A Dstrchr.c1 /* Portable version of strchr()
6 @deftypefn Supplemental char* strchr (const char *@var{s}, int @var{c})
19 strchr (register const char *s, int c) function
H A Dstrstr.c21 extern char *strchr (const char *, int);
34 for (; (p = strchr (p, *s2)) != 0; p++)
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dindex.c9 deprecated in new programs in favor of @code{strchr}.
15 extern char * strchr(const char *, int);
20 return strchr (s, c);
H A Dstrchr.c1 /* Portable version of strchr()
6 @deftypefn Supplemental char* strchr (const char *@var{s}, int @var{c})
19 strchr (register const char *s, int c) function
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dindex.c9 deprecated in new programs in favor of @code{strchr}.
15 extern char * strchr(const char *, int);
20 return strchr (s, c);
H A Dstrchr.c1 /* Portable version of strchr()
6 @deftypefn Supplemental char* strchr (const char *@var{s}, int @var{c})
19 strchr (register const char *s, int c) function
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dindex.c9 deprecated in new programs in favor of @code{strchr}.
15 extern char * strchr(const char *, int);
20 return strchr (s, c);
H A Dstrchr.c1 /* Portable version of strchr()
6 @deftypefn Supplemental char* strchr (const char *@var{s}, int @var{c})
19 strchr (register const char *s, int c) function
H A Dstrstr.c25 extern char *strchr (const char *, int);
35 for (; (p = strchr (p, *s2)) != 0; p++)
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dindex.c9 deprecated in new programs in favor of @code{strchr}.
15 extern char * strchr(const char *, int);
20 return strchr (s, c);
H A Dstrchr.c1 /* Portable version of strchr()
6 @deftypefn Supplemental char* strchr (const char *@var{s}, int @var{c})
19 strchr (register const char *s, int c) function
H A Dstrstr.c25 extern char *strchr (const char *, int);
35 for (; (p = strchr (p, *s2)) != 0; p++)
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dindex.c9 deprecated in new programs in favor of @code{strchr}.
15 extern char * strchr(const char *, int);
20 return strchr (s, c);
H A Dstrchr.c1 /* Portable version of strchr()
6 @deftypefn Supplemental char* strchr (const char *@var{s}, int @var{c})
19 strchr (register const char *s, int c) function
H A Dstrstr.c25 extern char *strchr (const char *, int);
38 for (; (p = strchr (p, *s2)) != 0; p++)
/netbsd-current/lib/libc/string/
H A DLint_strchr.c12 strchr(src, c) function
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_346.c11 char *strchr(const char *, int); /* C99 7.21.5.2 */
25 ccp = strchr(ccp, 'c');
26 ccp = strchr(cp, 'c');
27 /* expect+1: warning: call to 'strchr' effectively discards 'const' from argument [346] */
28 cp = strchr(ccp, 'c');
29 cp = strchr(cp, 'c');
31 take_const_char_ptr(strchr(ccp, 'c'));
32 take_const_char_ptr(strchr(cp, 'c'));
33 /* expect+1: warning: call to 'strchr' effectively discards 'const' from argument [346] */
34 take_char_ptr(strchr(cc
[all...]
/netbsd-current/common/lib/libc/arch/arm/string/
H A Dstrchr.S1 /* $NetBSD: strchr.S,v 1.3 2013/08/19 01:08:29 matt Exp $ */
5 STRONG_ALIAS(index, strchr)
/netbsd-current/common/lib/libc/string/
H A Dstrchr.c1 /* $NetBSD: strchr.c,v 1.7 2020/04/07 08:07:58 skrll Exp $ */
37 __RCSID("$NetBSD: strchr.c,v 1.7 2020/04/07 08:07:58 skrll Exp $");
50 #undef strchr macro
53 __strong_alias(index, strchr)
55 strchr(const char *p, int ch)
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dget_domainname.c61 if ((dot = strchr(host, '.')) == 0 || strchr(dot + 1, '.') == 0) {
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dhostent_find_fqdn.c50 if (strchr (ret, '.') == NULL)
52 if (strchr (*h, '.') != NULL) {
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/compat/
H A Dstrchr.c1 /* $NetBSD: strchr.c,v 1.5 2020/05/25 20:47:35 christos Exp $ */
7 char *strchr(char const *s, int c);
12 The strchr() function returns a pointer to the first occurrence of the
22 The strchr() and strrchr() functions return a pointer to the matched
30 strchr(char const *s, int c);
36 strchr(char const *s, int c) function
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DBuiltins.h100 return strchr(getRecord(ID).Attributes, 'U') != nullptr;
106 return strchr(getRecord(ID).Attributes, 'c') != nullptr;
111 return strchr(getRecord(ID).Attributes, 'n') != nullptr;
116 return strchr(getRecord(ID).Attributes, 'r') != nullptr;
121 return strchr(getRecord(ID).Attributes, 'j') != nullptr;
127 return strchr(getRecord(ID).Attributes, 'u') != nullptr;
133 return strchr(getRecord(ID).Attributes, 'F') != nullptr;
140 return strchr(getRecord(ID).Attributes, 'f') != nullptr;
147 return strchr(getRecord(ID).Attributes, 'h') != nullptr;
154 return strchr(getRecor
[all...]

Completed in 241 milliseconds

1234567891011>>