Home
last modified time | relevance | path

Searched refs:datestamps (Results 1 – 25 of 86) sorted by relevance

1234

/dports/misc/amanda-client/amanda-3.3.9/perl/Amanda/
H A DHolding.pm510 my %datestamps;
516 $datestamps{$header->{'datestamp'}} = 1;
520 return sort keys %datestamps;
H A DCmdline.pod98 $CMDLINE_PARSE_DATESTAMP - recognize datestamps
H A DFeature.pod114 only process datestamps.
/dports/misc/amanda-server/amanda-3.3.9/perl/Amanda/
H A DHolding.pm510 my %datestamps;
516 $datestamps{$header->{'datestamp'}} = 1;
520 return sort keys %datestamps;
H A DCmdline.pod98 $CMDLINE_PARSE_DATESTAMP - recognize datestamps
H A DFeature.pod114 only process datestamps.
/dports/misc/amanda-client/amanda-3.3.9/server-src/
H A Damflush.c576 char **datestamps = NULL; in pick_datestamp() local
588 datestamps = alloc(g_slist_length(datestamp_list) * SIZEOF(char *)); in pick_datestamp()
590 datestamps[i] = (char *)ds->data; /* borrowing reference */ in pick_datestamp()
632 stralloc(datestamps[chupper - 'A'])); in pick_datestamp()
641 amfree(datestamps); /* references in this array are borrowed */ in pick_datestamp()
H A Dholding.c573 GSList *datestamps = NULL; in holding_get_all_datestamps() local
581 if (!g_slist_find_custom(datestamps, dfile.datestamp, in holding_get_all_datestamps()
583 datestamps = g_slist_insert_sorted(datestamps, in holding_get_all_datestamps()
592 return datestamps; in holding_get_all_datestamps()
/dports/misc/amanda-server/amanda-3.3.9/server-src/
H A Damflush.c576 char **datestamps = NULL; in pick_datestamp() local
588 datestamps = alloc(g_slist_length(datestamp_list) * SIZEOF(char *)); in pick_datestamp()
590 datestamps[i] = (char *)ds->data; /* borrowing reference */ in pick_datestamp()
632 stralloc(datestamps[chupper - 'A'])); in pick_datestamp()
641 amfree(datestamps); /* references in this array are borrowed */ in pick_datestamp()
H A Dholding.c573 GSList *datestamps = NULL; in holding_get_all_datestamps() local
581 if (!g_slist_find_custom(datestamps, dfile.datestamp, in holding_get_all_datestamps()
583 datestamps = g_slist_insert_sorted(datestamps, in holding_get_all_datestamps()
592 return datestamps; in holding_get_all_datestamps()
/dports/benchmarks/py-naarad/naarad-1.0.15/bin/
H A DPrintGCStats733 if (datestamps == 1) {
741 if (datestamps == 1) {
753 if (datestamps == 1) {
761 if (datestamps == 1) {
773 if (datestamps == 1) {
781 if (datestamps == 1) {
793 if (datestamps == 1) {
801 if (datestamps == 1) {
815 if (datestamps == 1) {
1138 if (datestamps == 1) {
/dports/emulators/yaze-ag/yaze-ag-2.51.0/
H A Dmonitor.c441 unsigned char *datestamps; local
464 datestamps = cp + 1; /* pointer to the date stamp of the first file */
522 memcpy(datestamps, &filedate, sizeof(struct s_datestamps));
569 memcpy(datestamps + (direno % 4) * 10, &filedate,
645 datestamps = cp + 1;
/dports/sysutils/logwatch/logwatch-7.5.1/scripts/shared/
H A Dapplytaidate15 # converts 'tai' style datestamps to something more readable and parseable
/dports/devel/p5-CPAN-Reporter/CPAN-Reporter-1.2018/
H A DTodo24 - Add datestamps to history (ISO 8601: YYYY-MM-DD HH:MM:SS)
/dports/graphics/gthumb/gthumb-3.10.1/help/C/
H A Drename-series.page105 datestamps embedded inside the photo). The formatting of
/dports/shells/zsh/zsh-5.8.1/
H A DFEATURES98 history datestamps and execution time records
/dports/security/py-passlib/passlib-1.7.4/docs/history/
H A D1.5.rst100 * improved version datestamps in build script.
/dports/sysutils/cdbkup/cdbkup/
H A DChangeLog73 * cdappend.1, cdbkup.1, cdrstr.1: Updated the datestamps.
/dports/databases/pgloader3/pgloader-3.6.2/
H A DREADME.md20 being the transformation of MySQL datestamps `0000-00-00` and
/dports/security/sudoscript/sudoscript-2.1.2/
H A Dsudoscriptd-in628 controls the format of the datestamps in the log file. Three options
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/doc/dev_ref/
H A Dconfigure.rst182 * ``defines`` is a map from macros to datestamps. These macros will be defined in
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/dev_ref/
H A Dconfigure.rst182 * ``defines`` is a map from macros to datestamps. These macros will be defined in
/dports/security/botan2/Botan-2.18.2/doc/dev_ref/
H A Dconfigure.rst182 * ``defines`` is a map from macros to datestamps. These macros will be defined in
/dports/mail/p5-MIME-Lite/MIME-Lite-3.033/
H A Dchanges.pod163 Kurt reported via RT that datestamps were not being correctly formatted. His patch has been incorpo…
/dports/devel/py-testrepository/testrepository-0.0.20/
H A DNEWS316 * stream loading will now synthesise datestamps before demultiplexing rather

1234