spl_filesystem_is_dot  266 ext/spl/spl_directory.c 		} while (skip_dots && spl_filesystem_is_dot(intern->u.dir.entry.d_name));
spl_filesystem_is_dot  362 ext/spl/spl_directory.c 			} while (skip_dots && spl_filesystem_is_dot(intern->u.dir.entry.d_name));
spl_filesystem_is_dot  564 ext/spl/spl_directory.c 	return d_name[0] == '\0' || spl_filesystem_is_dot(d_name);
spl_filesystem_is_dot  807 ext/spl/spl_directory.c 	} while (skip_dots && spl_filesystem_is_dot(intern->u.dir.entry.d_name));
spl_filesystem_is_dot 1110 ext/spl/spl_directory.c 	RETURN_BOOL(spl_filesystem_is_dot(intern->u.dir.entry.d_name));
spl_filesystem_is_dot 1452 ext/spl/spl_directory.c 	} while (skip_dots && spl_filesystem_is_dot(intern->u.dir.entry.d_name));
spl_filesystem_is_dot 1809 ext/spl/spl_directory.c 	} while (spl_filesystem_is_dot(object->u.dir.entry.d_name));
spl_filesystem_is_dot 1833 ext/spl/spl_directory.c 	} while (spl_filesystem_is_dot(object->u.dir.entry.d_name));