Home
last modified time | relevance | path

Searched refs:the_day (Results 1 – 5 of 5) sorted by relevance

/dports/deskutils/gcal/gcal-4.1/misc/dst/
H A Ddst.awk146 the_day = ""
152 the_day = the_day ch
195 printf "\n;\nd=%02d%d\n", the_month, the_day
H A Ddst.pl149 $the_day = '';
155 $the_day = $the_day . $ch;
197 printf "\n;\nd=%02d%d\n", $the_month, $the_day;
/dports/textproc/refdb/refdb-0.9.9-1/src/
H A Dbackend-dbiba.c3904 char the_day[3]; in format_day() local
3930 the_day[0] = '0'; in format_day()
3931 the_day[1] = *(slashes[1]+1); in format_day()
3932 the_day[2] = '\0'; in format_day()
3935 the_day[0] = *(slashes[1]+1); in format_day()
3936 the_day[1] = '\0'; in format_day()
3940 the_day[0] = *(slashes[1]+2); in format_day()
3941 the_day[1] = '\0'; in format_day()
3944 strncpy(the_day, slashes[1]+1, 2); in format_day()
3945 the_day[2] = '\0'; in format_day()
[all …]
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgdatetime.c2143 gint the_day; in g_date_time_get_ymd() local
2187 the_day = 31; in g_date_time_get_ymd()
2209 the_day = remaining_days + 1; in g_date_time_get_ymd()
2217 *day = the_day; in g_date_time_get_ymd()
/dports/finance/ledger/ledger-3.2.1/src/
H A Dtimes.cc270 day_type the_day = day ? *day : date_t::day_type(1); in begin() local
284 static_cast<date_t::day_type>(the_day)); in begin()