Home
last modified time | relevance | path

Searched refs:source_date_epoch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/elftoolchain/libelftc/
H A Delftc_timestamp.c38 long long source_date_epoch; in elftc_timestamp() local
43 source_date_epoch = strtoll(env, &eptr, 10); in elftc_timestamp()
46 if (source_date_epoch < 0) in elftc_timestamp()
50 *timestamp = source_date_epoch; in elftc_timestamp()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8087 def source_date_epoch : Separate<["-"], "source-date-epoch">,