OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:function_name
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_suppressions.cc
88
const char *
function_name
= cur->info.function;
local
89
if (!
function_name
) {
93
if (suppression_ctx->Match(
function_name
, kInterceptorViaFunction,
/src/tests/usr.bin/xlint/lint1/
lang_level_c99.c
296
function_name
(void)
function
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_libcdep.cc
208
// <
function_name
>
210
// <
function_name
>
292
// <
function_name
>
300
char *
function_name
= 0;
local
301
str = ExtractToken(str, "\n", &
function_name
);
302
CHECK(
function_name
);
303
if (
function_name
[0] == '\0') {
305
InternalFree(
function_name
);
321
info->function =
function_name
;
/src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc
909
// format: "<module> . <
function_name
>" that is stored into the
911
char
function_name
[256];
local
913
if (funtion_name_length >= sizeof(
function_name
) - 1)
916
_memcpy(
function_name
, func, funtion_name_length);
917
function_name
[funtion_name_length] = '\0';
918
char* separator = _strchr(
function_name
, '.');
923
void* redirected_module = GetModuleHandleA(
function_name
);
952
const char *
function_name
, uptr new_function,
994
if (strcmp(funcname,
function_name
) == 0)
/src/usr.bin/xlint/lint1/
tree.c
3094
const char *
function_name
;
local
3097
is_direct_function_call(rn, &
function_name
) &&
3098
is_unconst_function(
function_name
) &&
3102
warning(346,
function_name
);
3106
is_direct_function_call(rn, &
function_name
) &&
3107
strcmp(
function_name
, "bsearch") == 0 &&
3111
warning(346,
function_name
);
Completed in 27 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026