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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr15698-7.c9 char *strchr(const char *, int); /* { dg-error "prototype declaration" } */
10 char *strchr(a) const char *a; { return 0; } /* { dg-error "number of arguments doesn't match prototype" } */ function
H A Dpr15698-6.c9 char *strchr(a) const char *a; { return 0; } /* { dg-warning "number of arguments doesn't match built-in prototype" } */ function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr15698-7.c9 char *strchr(const char *, int); /* { dg-error "error: prototype declaration" } */
10 char *strchr(a) const char *a; { return 0; } /* { dg-error "error: number of arguments doesn't match prototype" } */ function
H A Dpr15698-6.c9 char *strchr(a) const char *a; { return 0; } /* { dg-warning "warning: number of arguments doesn't match built-in prototype" } */ function
/netbsd-6-1-5-RELEASE/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
H A Dstrstr.c25 extern char *strchr (const char *, int);
35 for (; (p = strchr (p, *s2)) != 0; p++)
/netbsd-6-1-5-RELEASE/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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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-6-1-5-RELEASE/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-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20000112-1.c7 return (strchr (fmt, '*') != 0
8 || strchr (fmt, 'V') != 0
9 || strchr (fmt, 'S') != 0
10 || strchr (fmt, 'n') != 0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20000112-1.c7 return (strchr (fmt, '*') != 0
8 || strchr (fmt, 'V') != 0
9 || strchr (fmt, 'S') != 0
10 || strchr (fmt, 'n') != 0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/
H A Dppc64-toc.c4 char *strchr (const char *, int);
13 if (strchr ("/", a))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/powerpc/
H A Dppc64-toc.c4 char *strchr (const char *, int);
13 if (strchr ("/", a))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dstrchr.c3 Ensure all expected transformations of builtin strchr and index
9 extern char *strchr (const char *, int);
17 if (strchr (foo, 'x'))
19 if (strchr (foo, 'o') != foo + 4)
21 if (strchr (foo + 5, 'o') != foo + 7)
23 if (strchr (foo, '\0') != foo + 11)
26 as that of strchr. */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dstrchr.c3 Ensure all expected transformations of builtin strchr and index
9 extern char *strchr (const char *, int);
17 if (strchr (foo, 'x'))
19 if (strchr (foo, 'o') != foo + 4)
21 if (strchr (foo + 5, 'o') != foo + 7)
23 if (strchr (foo, '\0') != foo + 11)
26 as that of strchr. */
/netbsd-6-1-5-RELEASE/lib/libc/string/
H A DLint_strchr.c12 strchr(src, c) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dstrchr.c5 strchr (const char *s, int c) function
25 return strchr (s, c);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/
H A Dpr36513-2.c1 /* PR 36513: -Wlogical-op warns about strchr */
12 strchr (s, t);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr19121.c10 q = strchr(s,'"') ? '\'' : '"';
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A Dpr19121.c10 q = strchr(s,'"') ? '\'' : '"';
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dhostent_find_fqdn.c50 if (strchr (ret, '.') == NULL)
52 if (strchr (*h, '.') != NULL) {

Completed in 152 milliseconds

1234567891011>>