OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NEEDLE
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
selftest.h
462
/* Evaluate HAYSTACK and
NEEDLE
and use strstr to determine if
NEEDLE
464
::selftest::pass if
NEEDLE
is found.
467
#define ASSERT_STR_CONTAINS(HAYSTACK,
NEEDLE
) \
469
::selftest::assert_str_contains (SELFTEST_LOCATION, #HAYSTACK, #
NEEDLE
, \
470
(HAYSTACK), (
NEEDLE
)); \
476
#define ASSERT_STR_CONTAINS_AT(LOC, HAYSTACK,
NEEDLE
) \
478
::selftest::assert_str_contains (LOC, #HAYSTACK, #
NEEDLE
, \
479
(HAYSTACK), (
NEEDLE
)); \
/src/external/gpl3/gcc.old/dist/gcc/
selftest.h
443
/* Evaluate HAYSTACK and
NEEDLE
and use strstr to determine if
NEEDLE
445
::selftest::pass if
NEEDLE
is found.
448
#define ASSERT_STR_CONTAINS(HAYSTACK,
NEEDLE
) \
450
::selftest::assert_str_contains (SELFTEST_LOCATION, #HAYSTACK, #
NEEDLE
, \
451
(HAYSTACK), (
NEEDLE
)); \
457
#define ASSERT_STR_CONTAINS_AT(LOC, HAYSTACK,
NEEDLE
) \
459
::selftest::assert_str_contains (LOC, #HAYSTACK, #
NEEDLE
, \
460
(HAYSTACK), (
NEEDLE
)); \
/src/external/gpl3/gdb/dist/gnulib/
configure
19138
#define
NEEDLE
P P P P P
19145
if (memmem (HAYSTACK, strlen (HAYSTACK),
NEEDLE
, strlen (
NEEDLE
)))
19147
/* Check for empty
needle
behavior. */
20952
#define
NEEDLE
P P P P P
20957
return !!strstr (HAYSTACK,
NEEDLE
);
30278
char *
needle
= (char *) malloc (m + 1);
30284
if (haystack &&
needle
)
30288
memset (
needle
, 'A', m);
30289
needle
[m] = 'B'
[
all
...]
/src/external/gpl3/gdb.old/dist/gnulib/
configure
19138
#define
NEEDLE
P P P P P
19145
if (memmem (HAYSTACK, strlen (HAYSTACK),
NEEDLE
, strlen (
NEEDLE
)))
19147
/* Check for empty
needle
behavior. */
20952
#define
NEEDLE
P P P P P
20957
return !!strstr (HAYSTACK,
NEEDLE
);
30278
char *
needle
= (char *) malloc (m + 1);
30284
if (haystack &&
needle
)
30288
memset (
needle
, 'A', m);
30289
needle
[m] = 'B'
[
all
...]
Completed in 149 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026