Home
last modified time | relevance | path

Searched refs:source_name (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/sendmail/contrib/
HDqtool.pl64 my $source_name;
207 $source_name = shift(@ARGV);
208 $result = add_source(\%sources, $source_name);
221 while (($source_name, $source) = each(%sources))
274 my $source_name = shift;
284 ($source_base_name, $source_dir_name) = File::Basename::fileparse($source_name);
288 if (!-d $source_name && $source_prefix ne $qprefix &&
292 $source_name = File::Spec->catfile("$source_dir_name",
297 if (!-e $source_name)
299 $source_name = File::Spec->catfile("$source_dir_name", "qf",
[all …]
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
HDStructuredDataDarwinLog.cpp748 const char *source_name) { in AppendStrictSourcesWarning() argument
749 if (!source_name) in AppendStrictSourcesWarning()
765 source_name, source_name); in AppendStrictSourcesWarning()
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDdsl_bookmark.c515 const char *new_name, const char *source_name, dmu_tx_t *tx) in dsl_bookmark_create_sync_impl_book() argument
522 VERIFY0(dsl_bookmark_hold_ds(dp, source_name, &bmark_fs_source, FTAG, in dsl_bookmark_create_sync_impl_book()