Home
last modified time | relevance | path

Searched refs:name_only (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dports/devel/binutils/binutils-2.37/gprof/
H A Dsource.c101 char *annotation, *name_only; in annotate_source() local
112 name_only = 0; in annotate_source()
124 if (!sle && !name_only) in annotate_source()
126 name_only = strrchr (sf->name, '/'); in annotate_source()
130 if (name_only == NULL || (bslash != NULL && bslash > name_only)) in annotate_source()
131 name_only = bslash; in annotate_source()
136 if (name_only) in annotate_source()
139 ++name_only; in annotate_source()
147 + strlen (name_only ? name_only : sf->name)); in annotate_source()
156 if (name_only) in annotate_source()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gprof/
H A Dsource.c101 char *annotation, *name_only; in annotate_source() local
112 name_only = 0; in annotate_source()
124 if (!sle && !name_only) in annotate_source()
126 name_only = strrchr (sf->name, '/'); in annotate_source()
130 if (name_only == NULL || (bslash != NULL && bslash > name_only)) in annotate_source()
131 name_only = bslash; in annotate_source()
136 if (name_only) in annotate_source()
139 ++name_only; in annotate_source()
147 + strlen (name_only ? name_only : sf->name)); in annotate_source()
156 if (name_only) in annotate_source()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gprof/
H A Dsource.c101 char *annotation, *name_only; in annotate_source() local
112 name_only = 0; in annotate_source()
124 if (!sle && !name_only) in annotate_source()
126 name_only = strrchr (sf->name, '/'); in annotate_source()
130 if (name_only == NULL || (bslash != NULL && bslash > name_only)) in annotate_source()
131 name_only = bslash; in annotate_source()
136 if (name_only) in annotate_source()
139 ++name_only; in annotate_source()
147 + strlen (name_only ? name_only : sf->name)); in annotate_source()
156 if (name_only) in annotate_source()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gprof/
H A Dsource.c101 char *annotation, *name_only; in annotate_source() local
112 name_only = 0; in annotate_source()
122 if (!sle && !name_only) in annotate_source()
124 name_only = strrchr (sf->name, '/'); in annotate_source()
128 if (name_only == NULL || (bslash != NULL && bslash > name_only)) in annotate_source()
129 name_only = bslash; in annotate_source()
131 name_only = (char *)sf->name + 1; in annotate_source()
134 if (name_only) in annotate_source()
137 ++name_only; in annotate_source()
152 if (name_only) in annotate_source()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gprof/
H A Dsource.c101 char *annotation, *name_only; in annotate_source() local
112 name_only = 0; in annotate_source()
122 if (!sle && !name_only) in annotate_source()
124 name_only = strrchr (sf->name, '/'); in annotate_source()
128 if (name_only == NULL || (bslash != NULL && bslash > name_only)) in annotate_source()
129 name_only = bslash; in annotate_source()
131 name_only = (char *)sf->name + 1; in annotate_source()
134 if (name_only) in annotate_source()
137 ++name_only; in annotate_source()
152 if (name_only) in annotate_source()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dsource.c105 char *annotation, *name_only; local
116 name_only = 0;
126 if (!sle && !name_only)
128 name_only = strrchr (sf->name, '/');
132 if (name_only == NULL || (bslash != NULL && bslash > name_only))
133 name_only = bslash;
135 name_only = (char *)sf->name + 1;
138 if (name_only)
141 ++name_only;
156 if (name_only)
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gprof/
H A Dsource.c101 char *annotation, *name_only; in annotate_source() local
112 name_only = 0; in annotate_source()
122 if (!sle && !name_only) in annotate_source()
124 name_only = strrchr (sf->name, '/'); in annotate_source()
128 if (name_only == NULL || (bslash != NULL && bslash > name_only)) in annotate_source()
129 name_only = bslash; in annotate_source()
131 name_only = (char *)sf->name + 1; in annotate_source()
134 if (name_only) in annotate_source()
137 ++name_only; in annotate_source()
152 if (name_only) in annotate_source()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dsource.c105 char *annotation, *name_only; local
116 name_only = 0;
126 if (!sle && !name_only)
128 name_only = strrchr (sf->name, '/');
132 if (name_only == NULL || (bslash != NULL && bslash > name_only))
133 name_only = bslash;
135 name_only = (char *)sf->name + 1;
138 if (name_only)
141 ++name_only;
156 if (name_only)
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gprof/
H A Dsource.c101 char *annotation, *name_only; in annotate_source() local
112 name_only = 0; in annotate_source()
122 if (!sle && !name_only) in annotate_source()
124 name_only = strrchr (sf->name, '/'); in annotate_source()
128 if (name_only == NULL || (bslash != NULL && bslash > name_only)) in annotate_source()
129 name_only = bslash; in annotate_source()
131 name_only = (char *)sf->name + 1; in annotate_source()
134 if (name_only) in annotate_source()
137 ++name_only; in annotate_source()
152 if (name_only) in annotate_source()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/misc/scripts/
H A Dsvgs_2_pngs.py52 name_only = file_name.replace('.svg', '')
54 out_icon_names = [name_only] # export to a png with the same file name
57 if special_icons.has_key(name_only):
58 special_icon = special_icons[name_only]
67 source_path = '%s%s.svg' % (svgs_path, name_only)
82 name_only = file_name.replace('.svg', '')
84 out_icon_names = [name_only] # export to a png with the same file name
86 if theme_icons.has_key(name_only):
87 special_icon = theme_icons[name_only]
92 source_path = '%s%s.svg' % (svgs_path, name_only)
/dports/devel/godot2-tools/godot-2.1.6-stable/misc/scripts/
H A Dsvgs_2_pngs.py52 name_only = file_name.replace('.svg', '')
54 out_icon_names = [name_only] # export to a png with the same file name
57 if special_icons.has_key(name_only):
58 special_icon = special_icons[name_only]
67 source_path = '%s%s.svg' % (svgs_path, name_only)
82 name_only = file_name.replace('.svg', '')
84 out_icon_names = [name_only] # export to a png with the same file name
86 if theme_icons.has_key(name_only):
87 special_icon = theme_icons[name_only]
92 source_path = '%s%s.svg' % (svgs_path, name_only)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/gitignore/tests/
H A Dtest_gitignore.py69 for pattern, name_only, inputs in compact_data:
71 yield pattern, name_only, input
75 def tests_match(pattern, name_only, input): argument
77 assert name_only_result == name_only
78 if name_only:
84 def tests_no_match(pattern, name_only, input): argument
86 assert name_only_result == name_only
87 if name_only:
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/gitignore/tests/
H A Dtest_gitignore.py68 for pattern, name_only, inputs in compact_data:
70 yield pattern, name_only, input
74 def tests_match(pattern, name_only, input): argument
76 assert name_only_result == name_only
77 if name_only:
83 def tests_no_match(pattern, name_only, input): argument
85 assert name_only_result == name_only
86 if name_only:
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/gitignore/tests/
H A Dtest_gitignore.py68 for pattern, name_only, inputs in compact_data:
70 yield pattern, name_only, input
74 def tests_match(pattern, name_only, input): argument
76 assert name_only_result == name_only
77 if name_only:
83 def tests_no_match(pattern, name_only, input): argument
85 assert name_only_result == name_only
86 if name_only:
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/gitignore/tests/
H A Dtest_gitignore.py68 for pattern, name_only, inputs in compact_data:
70 yield pattern, name_only, input
74 def tests_match(pattern, name_only, input): argument
76 assert name_only_result == name_only
77 if name_only:
83 def tests_no_match(pattern, name_only, input): argument
85 assert name_only_result == name_only
86 if name_only:
/dports/devel/p5-Module-Util/Module-Util-1.09/scripts/
H A Dpm_which42 our($quiet, $all, $namespace, $name_only, $paths, $dump, $stdin, $version);
51 'm' => \$name_only,
100 if ($name_only and not $version) {
136 unless ($quiet or @modules == 1 or $name_only) {
151 $path = $module if $name_only;
/dports/science/openbabel/openbabel-3.1.1/tools/
H A Dobgrep.cpp49 bool count=false, invert=false, full=false, name_only=false; in main() local
92 name_only = true; in main()
209 if ( name_only ) in main()
253 if ( name_only ) in main()
269 if ( name_only ) in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dparse-events.h221 void print_events(const char *event_glob, bool name_only, bool quiet,
232 bool name_only);
233 void print_tool_events(const char *event_glob, bool name_only);
235 bool name_only);
236 int print_hwcache_events(const char *event_glob, bool name_only);
238 bool name_only);
H A Dpfm.c230 void print_libpfm_events(bool name_only, bool long_desc) in print_libpfm_events() argument
242 if (!name_only) in print_libpfm_events()
268 if (!name_only && !printed_pmu) { in print_libpfm_events()
273 if (!name_only) in print_libpfm_events()
278 if (!name_only && printed_pmu) in print_libpfm_events()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dparse-events.h221 void print_events(const char *event_glob, bool name_only, bool quiet,
232 bool name_only);
233 void print_tool_events(const char *event_glob, bool name_only);
235 bool name_only);
236 int print_hwcache_events(const char *event_glob, bool name_only);
238 bool name_only);
H A Dpfm.c230 void print_libpfm_events(bool name_only, bool long_desc) in print_libpfm_events() argument
242 if (!name_only) in print_libpfm_events()
268 if (!name_only && !printed_pmu) { in print_libpfm_events()
273 if (!name_only) in print_libpfm_events()
278 if (!name_only && printed_pmu) in print_libpfm_events()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dparse-events.h221 void print_events(const char *event_glob, bool name_only, bool quiet,
232 bool name_only);
233 void print_tool_events(const char *event_glob, bool name_only);
235 bool name_only);
236 int print_hwcache_events(const char *event_glob, bool name_only);
238 bool name_only);
/dports/science/minc2/minc-release-2.2.00/progs/mincexpand/
H A Dmincexpand.c88 int name_only = FALSE; variable
96 {"-name_only", ARGV_CONSTANT, (char *) TRUE, (char *) &name_only,
132 if (!name_only) { in main()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbiargs_p.hpp327 virtual string GetUsageSynopsis(bool name_only = false) const = 0;
436 virtual string GetUsageSynopsis(bool name_only = false) const;
461 virtual string GetUsageSynopsis(bool name_only = false) const;
474 virtual string GetUsageSynopsis(bool name_only = false) const;
517 virtual string GetUsageSynopsis(bool name_only = false) const;
531 virtual string GetUsageSynopsis(bool name_only = false) const;
548 virtual string GetUsageSynopsis(bool name_only = false) const;
570 virtual string GetUsageSynopsis(bool name_only) const;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbiargs_p.hpp327 virtual string GetUsageSynopsis(bool name_only = false) const = 0;
436 virtual string GetUsageSynopsis(bool name_only = false) const;
461 virtual string GetUsageSynopsis(bool name_only = false) const;
474 virtual string GetUsageSynopsis(bool name_only = false) const;
517 virtual string GetUsageSynopsis(bool name_only = false) const;
531 virtual string GetUsageSynopsis(bool name_only = false) const;
548 virtual string GetUsageSynopsis(bool name_only = false) const;
570 virtual string GetUsageSynopsis(bool name_only) const;

1234567891011