OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prefix_strip
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
GCDAProfiling.c
178
int
prefix_strip
;
local in function:mangle_filename
188
prefix_strip
= atoi(prefix_strip_str);
191
if (
prefix_strip
< 0)
192
prefix_strip
= 0;
194
prefix_strip
= 0;
198
for (level = 0, ptr = fname + 1; level <
prefix_strip
; ++ptr) {
GCDAProfiling.c
178
int
prefix_strip
;
local in function:mangle_filename
188
prefix_strip
= atoi(prefix_strip_str);
191
if (
prefix_strip
< 0)
192
prefix_strip
= 0;
194
prefix_strip
= 0;
198
for (level = 0, ptr = fname + 1; level <
prefix_strip
; ++ptr) {
Completed in 54 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025