spl_filesystem_is_dot  266 spl/spl_directory.c 		} while (skip_dots && spl_filesystem_is_dot(intern->u.dir.entry.d_name));
spl_filesystem_is_dot  362 spl/spl_directory.c 			} while (skip_dots && spl_filesystem_is_dot(intern->u.dir.entry.d_name));
spl_filesystem_is_dot  564 spl/spl_directory.c 	return d_name[0] == '\0' || spl_filesystem_is_dot(d_name);
spl_filesystem_is_dot  801 spl/spl_directory.c 	} while (skip_dots && spl_filesystem_is_dot(intern->u.dir.entry.d_name));
spl_filesystem_is_dot 1104 spl/spl_directory.c 	RETURN_BOOL(spl_filesystem_is_dot(intern->u.dir.entry.d_name));
spl_filesystem_is_dot 1446 spl/spl_directory.c 	} while (skip_dots && spl_filesystem_is_dot(intern->u.dir.entry.d_name));
spl_filesystem_is_dot 1805 spl/spl_directory.c 	} while (spl_filesystem_is_dot(object->u.dir.entry.d_name));
spl_filesystem_is_dot 1829 spl/spl_directory.c 	} while (spl_filesystem_is_dot(object->u.dir.entry.d_name));