Searched refs:scheck (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/tzcode/zic/zdump/
H A DMakefile7 SRCS= zdump.c ialloc.c scheck.c
/freebsd-10.1-release/contrib/tzcode/zic/zic/
H A DMakefile7 SRCS= zic.c ialloc.c scheck.c
/freebsd-10.1-release/usr.sbin/zic/zdump/
H A DMakefile7 SRCS= zdump.c ialloc.c scheck.c
/freebsd-10.1-release/usr.sbin/zic/zic/
H A DMakefile7 SRCS= zic.c ialloc.c scheck.c
/freebsd-10.1-release/contrib/tzcode/zic/
H A Dscheck.c8 static const char elsieid[] = "@(#)scheck.c 8.19";
22 scheck(string, format) function
H A Dprivate.h159 const char * scheck (const char *string, const char *format);
H A Dzic.c906 if (sscanf(string, scheck(string, "%ld"), &hh) == 1)
908 else if (sscanf(string, scheck(string, "%ld:%d"), &hh, &mm) == 2)
910 else if (sscanf(string, scheck(string, "%ld:%d:%d"),
1119 if (sscanf(cp, scheck(cp, "%d"), &year) != 1) {
1154 if (sscanf(cp, scheck(cp, "%d"), &day) != 1 ||
1296 } else if (sscanf(cp, scheck(cp, "%d"), &rp->r_loyear) != 1) {
1316 } else if (sscanf(cp, scheck(cp, "%d"), &rp->r_hiyear) != 1) {
1369 if (sscanf(ep, scheck(ep, "%d"), &rp->r_dayofmonth) != 1 ||
/freebsd-10.1-release/contrib/tzcode/stdtime/
H A Dprivate.h201 const char * scheck(const char * string, const char * format);

Completed in 149 milliseconds