Searched refs:starts_with_dot (Results 1 – 1 of 1) sorted by relevance
3347 int starts_with_dot; in dos_expandpath() local3425 starts_with_dot = *s == '.'; in dos_expandpath()3486 if ((p[0] != '.' || starts_with_dot in dos_expandpath()3592 int starts_with_dot; in unix_expandpath() local3670 starts_with_dot = *s == '.'; in unix_expandpath()3719 if ((dp->d_name[0] != '.' || starts_with_dot in unix_expandpath()