Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c2169 static int twodigit(const char *p) in twodigit() function
2180 *year = twodigit(&p[0]) * 100 + twodigit(&p[2]); in ftp_213_date()
2181 *month = twodigit(&p[4]); in ftp_213_date()
2182 *day = twodigit(&p[6]); in ftp_213_date()
2183 *hour = twodigit(&p[8]); in ftp_213_date()
2184 *minute = twodigit(&p[10]); in ftp_213_date()
2185 *second = twodigit(&p[12]); in ftp_213_date()

Completed in 12 milliseconds