Lines Matching defs:is_symlink
1203 gboolean is_symlink,
1208 if (is_symlink &&
1416 gboolean is_symlink, symlink_broken;
1473 is_symlink = S_ISLNK (statbuf.st_mode);
1475 is_symlink = FALSE;
1479 if (is_symlink)
1518 if (is_symlink &&
1567 char *content_type = get_content_type (basename, path, &statbuf, is_symlink, symlink_broken, flags, FALSE);
1610 char *content_type = get_content_type (basename, path, &statbuf, is_symlink, symlink_broken, flags, TRUE);