Searched refs:slash1 (Results 1 – 1 of 1) sorted by relevance
46 const char* slash1 = NULL, *slash2 = NULL; in check_timezone_is_zoneinfo() local52 slash1 = strchr( tz, '/' ); in check_timezone_is_zoneinfo()53 if (slash1 == NULL || slash1[1] == 0) in check_timezone_is_zoneinfo()56 slash2 = strchr( slash1+1, '/'); in check_timezone_is_zoneinfo()