Searched refs:twodigit (Results 1 – 1 of 1) sorted by relevance
2003 static int twodigit(const char *p) in twodigit() function2014 *year = twodigit(&p[0]) * 100 + twodigit(&p[2]); in ftp_213_date()2015 *month = twodigit(&p[4]); in ftp_213_date()2016 *day = twodigit(&p[6]); in ftp_213_date()2017 *hour = twodigit(&p[8]); in ftp_213_date()2018 *minute = twodigit(&p[10]); in ftp_213_date()2019 *second = twodigit(&p[12]); in ftp_213_date()
Completed in 11 milliseconds