Searched defs:source_date_epoch (Results 1 – 5 of 5) sorted by relevance
329 *source_date_epoch = (const char *) NULL; in GetMagickTime() local
676 *source_date_epoch = (const char *) NULL; in ReadImage() local
171 const char *source_date_epoch = getenv("SOURCE_DATE_EPOCH"); in getTimeNow() local
399 char *source_date_epoch; in parse_source_date_epoch() local
38 def __new__(mcls, name, bases, dct, *, source_date_epoch): argument