Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sendmail/contrib/
H A Dqtool.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;
297 if (!-e $source_name)
301 if (!-e $source_name)
303 return "'$source_name' does not exist";
314 if (-f $source_name)
323 if (!-d $source_name)
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp748 const char *source_name) { in AppendStrictSourcesWarning() argument
749 if (!source_name) in AppendStrictSourcesWarning()
765 source_name, source_name); in AppendStrictSourcesWarning()
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddsl_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()