Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dutils.c601 int period_found = FALSE; in VerifyDisplayName() local
620 if (d[i] != '.' || period_found) in VerifyDisplayName()
622 period_found = TRUE; in VerifyDisplayName()
623 } else if (period_found) in VerifyDisplayName()
631 if (period_found && after_period == 0) in VerifyDisplayName()