spl_filesystem_is_dot  269 ext/spl/spl_directory.c 		} while (skip_dots && spl_filesystem_is_dot(intern->u.dir.entry.d_name));
spl_filesystem_is_dot  365 ext/spl/spl_directory.c 			} while (skip_dots && spl_filesystem_is_dot(intern->u.dir.entry.d_name));
spl_filesystem_is_dot  567 ext/spl/spl_directory.c 	return d_name[0] == '\0' || spl_filesystem_is_dot(d_name);
spl_filesystem_is_dot  810 ext/spl/spl_directory.c 	} while (skip_dots && spl_filesystem_is_dot(intern->u.dir.entry.d_name));
spl_filesystem_is_dot 1116 ext/spl/spl_directory.c 	RETURN_BOOL(spl_filesystem_is_dot(intern->u.dir.entry.d_name));
spl_filesystem_is_dot 1458 ext/spl/spl_directory.c 	} while (skip_dots && spl_filesystem_is_dot(intern->u.dir.entry.d_name));
spl_filesystem_is_dot 1811 ext/spl/spl_directory.c 	} while (spl_filesystem_is_dot(object->u.dir.entry.d_name));
spl_filesystem_is_dot 1835 ext/spl/spl_directory.c 	} while (spl_filesystem_is_dot(object->u.dir.entry.d_name));