Searched refs:iso8601wknum (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_strf.c98 adddecl(static int iso8601wknum();)
108 adddecl(static int iso8601wknum(const struct tm *timeptr);)
423 sprintf(tbuf, "%02d", iso8601wknum(timeptr));
475 /* iso8601wknum --- compute week number according to ISO 8601 */
479 iso8601wknum(timeptr) function
483 iso8601wknum(const struct tm *timeptr)
559 weeknum = iso8601wknum(& dec31ly);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dstrftime.c89 static int iso8601wknum(const struct tm *timeptr);
320 w = iso8601wknum(timeptr);
427 sprintf(tbuf, "%02d", iso8601wknum(timeptr));
601 /* iso8601wknum --- compute week number according to ISO 8601 */
604 iso8601wknum(const struct tm *timeptr) function
679 weeknum = iso8601wknum(& dec31ly);
/macosx-10.10/ruby-106/ruby/
H A Dstrftime.c104 adddecl(static int iso8601wknum();)
109 adddecl(static int iso8601wknum(const struct tm *timeptr);)
855 /* for isleap() in iso8601wknum. +100 is -1900 (mod 400). */
876 /* iso8601wknum --- compute week number according to ISO 8601 */
879 iso8601wknum(const struct tm *timeptr) function
954 weeknum = iso8601wknum(& dec31ly);
990 return iso8601wknum(&tm);

Completed in 145 milliseconds