st 25 lib/file-entry.h struct stat st; st 57 lib/filehighlight/get-color.c return S_ISREG (fe->st.st_mode); st 65 lib/filehighlight/get-color.c return is_exe (fe->st.st_mode); st 76 lib/filehighlight/get-color.c return S_ISDIR (fe->st.st_mode); st 87 lib/filehighlight/get-color.c return S_ISLNK (fe->st.st_mode); st 95 lib/filehighlight/get-color.c return (fe->st.st_nlink > 1); st 122 lib/filehighlight/get-color.c return S_ISCHR (fe->st.st_mode); st 133 lib/filehighlight/get-color.c return S_ISBLK (fe->st.st_mode); st 144 lib/filehighlight/get-color.c return S_ISSOCK (fe->st.st_mode); st 155 lib/filehighlight/get-color.c return S_ISFIFO (fe->st.st_mode); st 166 lib/filehighlight/get-color.c return S_ISDOOR (fe->st.st_mode); st 245 lib/intprops-internal.h # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ st 247 lib/intprops-internal.h ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ st 250 lib/intprops-internal.h # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ st 253 lib/intprops-internal.h ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a,b,op,unsigned,st), 1) \ st 254 lib/intprops-internal.h : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a,b,op,unsigned,st)) < 0) \ st 256 lib/intprops-internal.h ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a,b,op,unsigned,st)) >= 0 \ st 257 lib/intprops-internal.h : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a,b,op,unsigned,st), 0))) st 110 lib/mcconfig/common.c struct stat st; st 131 lib/mcconfig/common.c if (mc_stat (vpath, &st) == 0 && st.st_size != 0) st 1241 lib/utilunix.c get_user_permissions (struct stat *st) st 1275 lib/utilunix.c if (st->st_uid == uid || uid == 0) st 1279 lib/utilunix.c if (st->st_gid == groups[i]) st 144 lib/vfs/direntry.c if (!S_ISLNK (entry->ino->st.st_mode)) st 435 lib/vfs/direntry.c if (!S_ISDIR (dir->st.st_mode)) st 441 lib/vfs/direntry.c dir->st.st_nlink++; st 517 lib/vfs/direntry.c *buf = ino->st; st 536 lib/vfs/direntry.c if (!S_ISLNK (ino->st.st_mode)) st 618 lib/vfs/direntry.c off_t size = file->ino->st.st_size; st 890 lib/vfs/direntry.c ino->st = *initstat; st 893 lib/vfs/direntry.c ino->st.st_nlink = 0; st 894 lib/vfs/direntry.c ino->st.st_ino = VFS_SUBCLASS (me)->inode_counter++; st 895 lib/vfs/direntry.c ino->st.st_dev = VFS_SUBCLASS (me)->rdev; st 913 lib/vfs/direntry.c if (ino->st.st_nlink > 1) st 915 lib/vfs/direntry.c ino->st.st_nlink--; st 986 lib/vfs/direntry.c ent->ino->st.st_nlink++; st 1006 lib/vfs/direntry.c static struct stat st; st 1015 lib/vfs/direntry.c st.st_mode = mode; st 1016 lib/vfs/direntry.c st.st_ino = 0; st 1017 lib/vfs/direntry.c st.st_dev = 0; st 1019 lib/vfs/direntry.c st.st_rdev = 0; st 1021 lib/vfs/direntry.c st.st_uid = getuid (); st 1022 lib/vfs/direntry.c st.st_gid = getgid (); st 1024 lib/vfs/direntry.c st.st_blksize = 512; st 1026 lib/vfs/direntry.c st.st_size = 0; st 1028 lib/vfs/direntry.c vfs_zero_stat_times (&st); st 1030 lib/vfs/direntry.c vfs_adjust_stat (&st); st 1032 lib/vfs/direntry.c return &st; st 1076 lib/vfs/direntry.c struct stat *st; st 1078 lib/vfs/direntry.c st = vfs_s_default_stat (me, mode); st 1079 lib/vfs/direntry.c inode = vfs_s_new_inode (me, parent->super, st); st 1353 lib/vfs/direntry.c if (S_ISDIR (ino->st.st_mode)) st 1392 lib/vfs/direntry.c fh->ino->st.st_nlink++; st 1417 lib/vfs/direntry.c *buf = VFS_FILE_HANDLER (fh)->ino->st; st 1431 lib/vfs/direntry.c off_t stat_size = ino->st.st_size; st 784 lib/vfs/interface.c struct stat st; st 786 lib/vfs/interface.c if (lstat (tmpdir, &st) == 0 && S_ISDIR (st.st_mode) && st.st_uid == getuid () st 787 lib/vfs/interface.c && (st.st_mode & 0777) == 0700) st 93 lib/vfs/xdirentry.h struct stat st; /* Parameters of this inode */ st 676 lib/widget/group.c widget_state_info_t st = { st 685 lib/widget/group.c g_list_foreach (g->widgets, group_widget_set_state, &st); st 697 lib/widget/group.c g_list_foreach (g->widgets, group_widget_set_state, &st); st 10 lib/widget/quick.h #define QUICK_CHECKBOX(txt, st, id_) \ st 19 lib/widget/quick.h .state = st \ st 540 src/args.c struct stat st; st 550 src/args.c if (mc_stat (tmp_vpath, &st) == -1 && mc_stat (fname_vpath, &st) != -1) st 166 src/consaver/cons.saver.c struct stat st; st 190 src/consaver/cons.saver.c if (fstat (console_fd, &st) < 0 || !S_ISCHR (st.st_mode)) st 193 src/consaver/cons.saver.c if ((st.st_rdev & 0xff00) != 0x0400) st 195 src/consaver/cons.saver.c console_minor = (int) (st.st_rdev & 0x00ff); st 201 src/consaver/cons.saver.c if (st.st_uid != uid) st 231 src/consaver/cons.saver.c if (fstat (vcsa_fd, &st) < 0 || !S_ISCHR (st.st_mode)) st 260 src/consaver/cons.saver.c || fstat (console_fd, &st) < 0 || st.st_uid != uid st 262 src/consaver/cons.saver.c || fstat (console_fd, &st) < 0 || st.st_uid != uid) st 269 src/consaver/cons.saver.c && lseek (vcsa_fd, 0, 0) == 0 && fstat (console_fd, &st) >= 0 && st.st_uid == uid) st 3418 src/diffviewer/ydiff.c if (mc_stat (real_file##n, &st##n) != 0) \ st 3434 src/diffviewer/ydiff.c mtime = st##n.st_mtime; \ st 3435 src/diffviewer/ydiff.c if (mc_stat (real_file##n, &st##n) == 0) \ st 3436 src/diffviewer/ydiff.c changed = (mtime != st##n.st_mtime); \ st 3470 src/diffviewer/ydiff.c is_dir0 = S_ISDIR (fe0->st.st_mode); st 3485 src/diffviewer/ydiff.c is_dir1 = S_ISDIR (fe1->st.st_mode); st 3500 src/diffviewer/ydiff.c struct stat st; st 3503 src/diffviewer/ydiff.c if (mc_stat (file0, &st) == 0) st 3505 src/diffviewer/ydiff.c is_dir0 = S_ISDIR (st.st_mode); st 3520 src/diffviewer/ydiff.c if (mc_stat (file1, &st) == 0) st 3522 src/diffviewer/ydiff.c is_dir1 = S_ISDIR (st.st_mode); st 307 src/editor/edit.c check_file_access (WEdit *edit, const vfs_path_t *filename_vpath, struct stat *st) st 335 src/editor/edit.c if (mc_fstat (file, st) < 0) st 344 src/editor/edit.c if (!S_ISREG (st->st_mode)) st 365 src/editor/edit.c if (st->st_size > 0) st 368 src/editor/edit.c if ((uintmax_t) st->st_size > threshold) st 184 src/execute.c struct stat st; st 203 src/execute.c mc_stat (*localcopy_vpath, &st); st 204 src/execute.c *mtime = st.st_mtime; st 216 src/execute.c struct stat st; st 223 src/execute.c mc_stat (*localcopy_vpath, &st); st 224 src/execute.c mc_ungetlocalcopy (filename_vpath, *localcopy_vpath, *mtime != st.st_mtime); st 132 src/filemanager/cmd.c if (S_ISDIR (fe->st.st_mode) || link_isdir (fe)) st 230 src/filemanager/cmd.c if (S_ISDIR (source->st.st_mode)) st 260 src/filemanager/cmd.c if (source->st.st_mtime < target->st.st_mtime) st 264 src/filemanager/cmd.c if (source->st.st_size != target->st.st_size) st 277 src/filemanager/cmd.c if (source->st.st_mtime > target->st.st_mtime) st 291 src/filemanager/cmd.c if (compare_files (src_name, dst_name, source->st.st_size)) st 1105 src/filemanager/cmd.c if (!S_ISLNK (fe->st.st_mode)) st 1250 src/filemanager/cmd.c if ((entry != NULL && S_ISDIR (entry->st.st_mode) && DIR_IS_DOTDOT (entry->fname->str)) st 1266 src/filemanager/cmd.c if (entry != NULL && S_ISDIR (entry->st.st_mode) && !DIR_IS_DOTDOT (entry->fname->str)) st 1282 src/filemanager/cmd.c entry->st.st_size = (off_t) total; st 1315 src/filemanager/cmd.c if (S_ISDIR (panel->dir.list[i].st.st_mode) st 1331 src/filemanager/cmd.c panel->dir.list[i].st.st_size = (off_t) total; st 57 src/filemanager/dir.c (is_exe (x->st.st_mode) && !(S_ISDIR (x->st.st_mode) || link_isdir (x)) && exec_first) \ st 59 src/filemanager/dir.c : ( (S_ISDIR (x->st.st_mode) || link_isdir (x)) ? 2 : 0) ) st 199 src/filemanager/dir.c dir_get_dotdot_stat (const vfs_path_t *vpath, struct stat *st) st 203 src/filemanager/dir.c if ((vpath != NULL) && (st != NULL)) st 213 src/filemanager/dir.c ret = mc_stat (tmp_vpath, st) == 0; st 299 src/filemanager/dir.c dir_list_append (dir_list *list, const char *fname, const struct stat *st, st 314 src/filemanager/dir.c fentry->st = *st; st 407 src/filemanager/dir.c int result = _GL_CMP (a->st.st_mtime, b->st.st_mtime); st 428 src/filemanager/dir.c int result = _GL_CMP (a->st.st_ctime, b->st.st_ctime); st 449 src/filemanager/dir.c int result = _GL_CMP (a->st.st_atime, b->st.st_atime); st 469 src/filemanager/dir.c return (a->st.st_ino - b->st.st_ino) * reverse; st 484 src/filemanager/dir.c int result = _GL_CMP (a->st.st_size, b->st.st_size); st 581 src/filemanager/dir.c fentry->st.st_mode = 040755; st 639 src/filemanager/dir.c struct stat st; st 649 src/filemanager/dir.c if (dir_get_dotdot_stat (vpath, &st)) st 650 src/filemanager/dir.c fentry->st = st; st 672 src/filemanager/dir.c if (!handle_dirent (dp, filter, &st, &link_to_dir, &stale_link)) st 675 src/filemanager/dir.c if (!dir_list_append (list, dp->d_name, &st, link_to_dir, stale_link)) st 697 src/filemanager/dir.c if (S_ISLNK (file->st.st_mode) && mc_stat (full_name_vpath, &b) == 0) st 713 src/filemanager/dir.c struct stat st; st 775 src/filemanager/dir.c if (dir_get_dotdot_stat (vpath, &st)) st 780 src/filemanager/dir.c fentry->st = st; st 791 src/filemanager/dir.c if (!handle_dirent (dp, filter, &st, &link_to_dir, &stale_link)) st 794 src/filemanager/dir.c if (!dir_list_append (list, dp->d_name, &st, link_to_dir, stale_link)) st 78 src/filemanager/dir.h gboolean dir_list_append (dir_list * list, const char *fname, const struct stat *st, st 719 src/filemanager/file.c s = &fe->st; st 2229 src/filemanager/file.c file_is_symlink_to_dir (const vfs_path_t *vpath, struct stat *st, gboolean *stale_link) st 2235 src/filemanager/file.c if (st == NULL) st 2237 src/filemanager/file.c st = &st2; st 2239 src/filemanager/file.c if (mc_lstat (vpath, st) != 0) st 2243 src/filemanager/file.c if (S_ISLNK (st->st_mode)) st 3549 src/filemanager/file.c && ((fe = panel_current_entry (panel)) == NULL ? FALSE : S_ISDIR (fe->st.st_mode))) st 3634 src/filemanager/file.c src_stat = panel->dir.list[i].st; st 42 src/filemanager/file.h gboolean file_is_symlink_to_dir (const vfs_path_t * path, struct stat *st, gboolean * stale_link); st 726 src/filemanager/filemanager.c if (fe != NULL && S_ISLNK (fe->st.st_mode)) st 1819 src/filemanager/find.c struct stat st; st 1853 src/filemanager/find.c if (!handle_path (p, &st, &link_to_dir, &stale_link)) st 1867 src/filemanager/find.c ok = dir_list_append (list, p, &st, link_to_dir, stale_link); st 114 src/filemanager/info.c struct stat st; st 144 src/filemanager/info.c st = fe->st; st 219 src/filemanager/info.c str_printf (buff, _("Accessed: %s"), file_date (st.st_atime)); st 225 src/filemanager/info.c str_printf (buff, _("Modified: %s"), file_date (st.st_mtime)); st 234 src/filemanager/info.c str_printf (buff, _("Changed: %s"), file_date (st.st_ctime)); st 241 src/filemanager/info.c if (S_ISCHR (st.st_mode) || S_ISBLK (st.st_mode)) st 243 src/filemanager/info.c (unsigned long) major (st.st_rdev), (unsigned long) minor (st.st_rdev)); st 248 src/filemanager/info.c size_trunc_len (buffer, 9, st.st_size, 0, panels_options.kilobyte_si); st 252 src/filemanager/info.c (unsigned long) st.st_blocks), (unsigned long) st.st_blocks); st 258 src/filemanager/info.c tty_printf (_("Owner: %s/%s"), get_owner (st.st_uid), get_group (st.st_gid)); st 262 src/filemanager/info.c tty_printf (_("Links: %d"), (int) st.st_nlink); st 288 src/filemanager/info.c string_perm (st.st_mode), (unsigned) st.st_mode & 07777); st 292 src/filemanager/info.c tty_printf (_("Location: %Xh:%Xh"), (unsigned int) st.st_dev, (unsigned int) st.st_ino); st 456 src/filemanager/panel.c l = get_user_permissions (&fe->st); st 554 src/filemanager/panel.c if (S_ISBLK (fe->st.st_mode) || S_ISCHR (fe->st.st_mode)) st 555 src/filemanager/panel.c format_device_number (buffer, len + 1, fe->st.st_rdev); st 558 src/filemanager/panel.c size_trunc_len (buffer, (unsigned int) len, fe->st.st_size, 0, panels_options.kilobyte_si); st 569 src/filemanager/panel.c if (S_ISLNK (fe->st.st_mode) && !link_isdir (fe)) st 572 src/filemanager/panel.c if ((S_ISDIR (fe->st.st_mode) || link_isdir (fe)) && !DIR_IS_DOTDOT (fe->fname->str)) st 588 src/filemanager/panel.c if (S_ISDIR (fe->st.st_mode)) st 590 src/filemanager/panel.c else if (S_ISLNK (fe->st.st_mode)) st 599 src/filemanager/panel.c else if (S_ISCHR (fe->st.st_mode)) st 601 src/filemanager/panel.c else if (S_ISSOCK (fe->st.st_mode)) st 603 src/filemanager/panel.c else if (S_ISDOOR (fe->st.st_mode)) st 605 src/filemanager/panel.c else if (S_ISBLK (fe->st.st_mode)) st 607 src/filemanager/panel.c else if (S_ISFIFO (fe->st.st_mode)) st 609 src/filemanager/panel.c else if (S_ISNAM (fe->st.st_mode)) st 611 src/filemanager/panel.c else if (!S_ISREG (fe->st.st_mode)) st 613 src/filemanager/panel.c else if (is_exe (fe->st.st_mode)) st 629 src/filemanager/panel.c return file_date (fe->st.st_mtime); st 640 src/filemanager/panel.c return file_date (fe->st.st_atime); st 651 src/filemanager/panel.c return file_date (fe->st.st_ctime); st 662 src/filemanager/panel.c return string_perm (fe->st.st_mode); st 675 src/filemanager/panel.c g_snprintf (buffer, sizeof (buffer), "0%06lo", (unsigned long) fe->st.st_mode); st 689 src/filemanager/panel.c g_snprintf (buffer, sizeof (buffer), "%16d", (int) fe->st.st_nlink); st 703 src/filemanager/panel.c g_snprintf (buffer, sizeof (buffer), "%lu", (unsigned long) fe->st.st_ino); st 717 src/filemanager/panel.c g_snprintf (buffer, sizeof (buffer), "%lu", (unsigned long) fe->st.st_uid); st 731 src/filemanager/panel.c g_snprintf (buffer, sizeof (buffer), "%lu", (unsigned long) fe->st.st_gid); st 743 src/filemanager/panel.c return get_owner (fe->st.st_uid); st 754 src/filemanager/panel.c return get_group (fe->st.st_gid); st 1064 src/filemanager/panel.c else if (S_ISLNK (fe->st.st_mode)) st 1382 src/filemanager/panel.c if (fe != NULL && S_ISREG (fe->st.st_mode)) st 1387 src/filemanager/panel.c size_trunc_sep (fe->st.st_size, panels_options.kilobyte_si)); st 2071 src/filemanager/panel.c if (fe != NULL && (S_ISDIR (fe->st.st_mode) || link_isdir (fe))) st 2146 src/filemanager/panel.c if (DIR_IS_DOTDOT (fe->fname->str) || S_ISDIR (fe->st.st_mode)) st 2436 src/filemanager/panel.c if (fe != NULL && (S_ISDIR (fe->st.st_mode) || link_isdir (fe))) st 2748 src/filemanager/panel.c if (S_ISDIR (panel->dir.list[i].st.st_mode) && files_only) st 2788 src/filemanager/panel.c if (!panels_options.reverse_files_only || !S_ISDIR (file->st.st_mode)) st 2988 src/filemanager/panel.c if (S_ISDIR (fe->st.st_mode) || link_isdir (fe) || (fe->st.st_mode == 0)) st 3009 src/filemanager/panel.c ok = (is_exe (fe->st.st_mode) && if_link_is_exe (full_name_vpath, fe)); st 3090 src/filemanager/panel.c if (S_ISDIR (entry->st.st_mode) || link_isdir (entry)) st 3145 src/filemanager/panel.c struct stat st; st 3155 src/filemanager/panel.c if (fe == NULL || !S_ISLNK (fe->st.st_mode)) st 3163 src/filemanager/panel.c ok = (mc_stat (panel_fname_vpath, &st) >= 0); st 3169 src/filemanager/panel.c if (!S_ISDIR (st.st_mode)) st 4225 src/filemanager/panel.c if (mc_lstat (vpath, &list->list[i].st) != 0) st 4908 src/filemanager/panel.c if (S_ISDIR (panel->dir.list[idx].st.st_mode)) st 4911 src/filemanager/panel.c panel->total += (uintmax_t) panel->dir.list[idx].st.st_size; st 4915 src/filemanager/panel.c panel->total += (uintmax_t) panel->dir.list[idx].st.st_size; st 4921 src/filemanager/panel.c if (S_ISDIR (panel->dir.list[idx].st.st_mode)) st 4924 src/filemanager/panel.c panel->total -= (uintmax_t) panel->dir.list[idx].st.st_size; st 4928 src/filemanager/panel.c panel->total -= (uintmax_t) panel->dir.list[idx].st.st_size; st 5391 src/filemanager/panel.c list->list[i].st = plist->list[i].st; st 5487 src/filemanager/panel.c plist->list[i].st = list->list[i].st; st 365 src/filemanager/panelize.c struct stat st; st 404 src/filemanager/panelize.c if (handle_path (name, &st, &link_to_dir, &stale_link)) st 406 src/filemanager/panelize.c ok = dir_list_append (list, name, &st, link_to_dir, stale_link); st 184 src/usermenu.c st_mode = fe->st.st_mode; st 631 src/usermenu.c struct stat st; st 633 src/usermenu.c if (stat (path, &st) == 0 && (st.st_uid == 0 || (st.st_uid == geteuid ()) != 0) st 634 src/usermenu.c && ((st.st_mode & (S_IWGRP | S_IWOTH)) == 0)) st 137 src/vfs/cpio/cpio.c struct stat st; st 242 src/vfs/cpio/cpio.c mc_stat (vpath, &arch->st); st 268 src/vfs/cpio/cpio.c mode = arch->st.st_mode & 07777; st 272 src/vfs/cpio/cpio.c root = vfs_s_new_inode (me, super, &arch->st); st 273 src/vfs/cpio/cpio.c root->st.st_mode = mode; st 275 src/vfs/cpio/cpio.c root->st.st_nlink++; st 276 src/vfs/cpio/cpio.c root->st.st_dev = VFS_SUBCLASS (me)->rdev++; st 375 src/vfs/cpio/cpio.c cpio_create_entry (struct vfs_class *me, struct vfs_s_super *super, struct stat *st, char *name) st 383 src/vfs/cpio/cpio.c switch (st->st_mode & S_IFMT) st 400 src/vfs/cpio/cpio.c if ((st->st_size != 0) && (st->st_rdev == 0x0001)) st 404 src/vfs/cpio/cpio.c st->st_rdev = (unsigned) st->st_size; st 405 src/vfs/cpio/cpio.c st->st_size = 0; st 413 src/vfs/cpio/cpio.c if ((st->st_nlink > 1) && ((arch->type == CPIO_NEWC) || (arch->type == CPIO_CRC))) st 415 src/vfs/cpio/cpio.c defer_inode i = { st->st_ino, st->st_dev, NULL }; st 422 src/vfs/cpio/cpio.c if (inode->st.st_size != 0 && st->st_size != 0 && (inode->st.st_size != st->st_size)) st 429 src/vfs/cpio/cpio.c else if (inode->st.st_size == 0) st 430 src/vfs/cpio/cpio.c inode->st.st_size = st->st_size; st 462 src/vfs/cpio/cpio.c if (!S_ISDIR (entry->ino->st.st_mode)) st 470 src/vfs/cpio/cpio.c entry->ino->st.st_mode = st->st_mode; st 471 src/vfs/cpio/cpio.c entry->ino->st.st_uid = st->st_uid; st 472 src/vfs/cpio/cpio.c entry->ino->st.st_gid = st->st_gid; st 474 src/vfs/cpio/cpio.c vfs_copy_stat_times (st, &entry->ino->st); st 489 src/vfs/cpio/cpio.c inode = vfs_s_new_inode (me, super, st); st 490 src/vfs/cpio/cpio.c if ((st->st_nlink > 0) && ((arch->type == CPIO_NEWC) || (arch->type == CPIO_CRC))) st 496 src/vfs/cpio/cpio.c i->inumber = st->st_ino; st 497 src/vfs/cpio/cpio.c i->device = st->st_dev; st 504 src/vfs/cpio/cpio.c if (st->st_size != 0) st 513 src/vfs/cpio/cpio.c if (!S_ISLNK (st->st_mode)) st 514 src/vfs/cpio/cpio.c CPIO_SEEK_CUR (super, st->st_size); st 521 src/vfs/cpio/cpio.c inode->linkname = g_malloc (st->st_size + 1); st 523 src/vfs/cpio/cpio.c if (mc_read (arch->fd, inode->linkname, st->st_size) < st->st_size) st 529 src/vfs/cpio/cpio.c inode->linkname[st->st_size] = '\0'; /* Linkname stored without terminating \0 !!! */ st 532 src/vfs/cpio/cpio.c CPIO_POS (super) += st->st_size; st 554 src/vfs/cpio/cpio.c struct stat st; st 590 src/vfs/cpio/cpio.c st.st_dev = u.buf.c_dev; st 591 src/vfs/cpio/cpio.c st.st_ino = u.buf.c_ino; st 592 src/vfs/cpio/cpio.c st.st_mode = u.buf.c_mode; st 593 src/vfs/cpio/cpio.c st.st_nlink = u.buf.c_nlink; st 594 src/vfs/cpio/cpio.c st.st_uid = u.buf.c_uid; st 595 src/vfs/cpio/cpio.c st.st_gid = u.buf.c_gid; st 597 src/vfs/cpio/cpio.c st.st_rdev = u.buf.c_rdev; st 599 src/vfs/cpio/cpio.c st.st_size = ((off_t) u.buf.c_filesizes[0] << 16) | u.buf.c_filesizes[1]; st 601 src/vfs/cpio/cpio.c vfs_zero_stat_times (&st); st 603 src/vfs/cpio/cpio.c st.st_atime = st.st_mtime = st.st_ctime = st 606 src/vfs/cpio/cpio.c return cpio_create_entry (me, super, &st, name); st 621 src/vfs/cpio/cpio.c struct stat st; st 663 src/vfs/cpio/cpio.c u.st.st_dev = hd.c_dev; st 664 src/vfs/cpio/cpio.c u.st.st_ino = hd.c_ino; st 665 src/vfs/cpio/cpio.c u.st.st_mode = hd.c_mode; st 666 src/vfs/cpio/cpio.c u.st.st_nlink = hd.c_nlink; st 667 src/vfs/cpio/cpio.c u.st.st_uid = hd.c_uid; st 668 src/vfs/cpio/cpio.c u.st.st_gid = hd.c_gid; st 670 src/vfs/cpio/cpio.c u.st.st_rdev = hd.c_rdev; st 672 src/vfs/cpio/cpio.c u.st.st_size = hd.c_filesize; st 674 src/vfs/cpio/cpio.c vfs_zero_stat_times (&u.st); st 675 src/vfs/cpio/cpio.c u.st.st_atime = u.st.st_mtime = u.st.st_ctime = hd.c_mtime; st 677 src/vfs/cpio/cpio.c return cpio_create_entry (me, super, &u.st, name); st 692 src/vfs/cpio/cpio.c struct stat st; st 743 src/vfs/cpio/cpio.c u.st.st_dev = makedev (hd.c_dev, hd.c_devmin); st 744 src/vfs/cpio/cpio.c u.st.st_ino = hd.c_ino; st 745 src/vfs/cpio/cpio.c u.st.st_mode = hd.c_mode; st 746 src/vfs/cpio/cpio.c u.st.st_nlink = hd.c_nlink; st 747 src/vfs/cpio/cpio.c u.st.st_uid = hd.c_uid; st 748 src/vfs/cpio/cpio.c u.st.st_gid = hd.c_gid; st 750 src/vfs/cpio/cpio.c u.st.st_rdev = makedev (hd.c_rdev, hd.c_rdevmin); st 752 src/vfs/cpio/cpio.c u.st.st_size = hd.c_filesize; st 754 src/vfs/cpio/cpio.c vfs_zero_stat_times (&u.st); st 755 src/vfs/cpio/cpio.c u.st.st_atime = u.st.st_mtime = u.st.st_ctime = hd.c_mtime; st 757 src/vfs/cpio/cpio.c return cpio_create_entry (me, super, &u.st, name); st 828 src/vfs/cpio/cpio.c if (parc != NULL && CPIO_SUPER (parc)->st.st_mtime < archive_stat->st_mtime) st 855 src/vfs/cpio/cpio.c count = MIN (count, (size_t) (file->ino->st.st_size - file->pos)); st 198 src/vfs/extfs/extfs.c struct stat st; st 203 src/vfs/extfs/extfs.c memset (&st, 0, sizeof (st)); st 204 src/vfs/extfs/extfs.c st.st_ino = VFS_SUPER (archive)->ino_usage++; st 205 src/vfs/extfs/extfs.c st.st_dev = archive->rdev; st 208 src/vfs/extfs/extfs.c st.st_mode = mode & ~myumask; st 209 src/vfs/extfs/extfs.c st.st_uid = getuid (); st 210 src/vfs/extfs/extfs.c st.st_gid = getgid (); st 211 src/vfs/extfs/extfs.c st.st_mtime = time (NULL); st 212 src/vfs/extfs/extfs.c st.st_atime = st.st_mtime; st 213 src/vfs/extfs/extfs.c st.st_ctime = st.st_mtime; st 214 src/vfs/extfs/extfs.c st.st_nlink = 1; st 216 src/vfs/extfs/extfs.c inode = vfs_s_new_inode (me, VFS_SUPER (archive), &st); st 269 src/vfs/extfs/extfs.c if (!S_ISDIR (pent->ino->st.st_mode)) st 283 src/vfs/extfs/extfs.c notadir = !S_ISDIR (pent->ino->st.st_mode); st 464 src/vfs/extfs/extfs.c pent->ino->st.st_nlink++; st 469 src/vfs/extfs/extfs.c struct stat st; st 471 src/vfs/extfs/extfs.c memset (&st, 0, sizeof (st)); st 472 src/vfs/extfs/extfs.c st.st_ino = super->ino_usage++; st 473 src/vfs/extfs/extfs.c st.st_nlink = 1; st 474 src/vfs/extfs/extfs.c st.st_dev = archive->rdev; st 475 src/vfs/extfs/extfs.c st.st_mode = hstat.st_mode; st 477 src/vfs/extfs/extfs.c st.st_rdev = hstat.st_rdev; st 479 src/vfs/extfs/extfs.c st.st_uid = hstat.st_uid; st 480 src/vfs/extfs/extfs.c st.st_gid = hstat.st_gid; st 481 src/vfs/extfs/extfs.c st.st_size = hstat.st_size; st 482 src/vfs/extfs/extfs.c st.st_mtime = hstat.st_mtime; st 483 src/vfs/extfs/extfs.c st.st_atime = hstat.st_atime; st 484 src/vfs/extfs/extfs.c st.st_ctime = hstat.st_ctime; st 487 src/vfs/extfs/extfs.c st.st_mode &= ~S_IFLNK; /* You *DON'T* want to do this always */ st 489 src/vfs/extfs/extfs.c inode = vfs_s_new_inode (super->me, super, &st); st 581 src/vfs/extfs/extfs.c root_entry->ino->st.st_uid = mystat.st_uid; st 582 src/vfs/extfs/extfs.c root_entry->ino->st.st_gid = mystat.st_gid; st 583 src/vfs/extfs/extfs.c root_entry->ino->st.st_atime = mystat.st_atime; st 584 src/vfs/extfs/extfs.c root_entry->ino->st.st_ctime = mystat.st_ctime; st 585 src/vfs/extfs/extfs.c root_entry->ino->st.st_mtime = mystat.st_mtime; st 847 src/vfs/extfs/extfs.c if (!S_ISLNK (entry->ino->st.st_mode)) st 1066 src/vfs/extfs/extfs.c if (S_ISDIR (entry->ino->st.st_mode)) st 1149 src/vfs/extfs/extfs.c file->ino->st.st_size = file_status.st_size; st 1151 src/vfs/extfs/extfs.c file->ino->st.st_mtime = time (NULL); st 1191 src/vfs/extfs/extfs.c if (!S_ISDIR (entry->ino->st.st_mode)) st 1233 src/vfs/extfs/extfs.c const time_t atime = inode->st.st_atime; st 1234 src/vfs/extfs/extfs.c const time_t mtime = inode->st.st_mtime; st 1235 src/vfs/extfs/extfs.c const time_t ctime = inode->st.st_ctime; st 1237 src/vfs/extfs/extfs.c *buf = inode->st; st 1323 src/vfs/extfs/extfs.c if (!S_ISLNK (entry->ino->st.st_mode)) st 1389 src/vfs/extfs/extfs.c if (S_ISDIR (entry->ino->st.st_mode)) st 1434 src/vfs/extfs/extfs.c if (!S_ISDIR (entry->ino->st.st_mode)) st 1470 src/vfs/extfs/extfs.c if (!S_ISDIR (entry->ino->st.st_mode)) st 1157 src/vfs/ftpfs/ftpfs_parse_ls.c nlink = info->ino->st.st_nlink; st 1158 src/vfs/ftpfs/ftpfs_parse_ls.c ok = (*line_parsers[i]) (tmp_line, &info->ino->st, &info->name, st 1162 src/vfs/ftpfs/ftpfs_parse_ls.c info->ino->st.st_nlink = nlink; /* Ouch, we need to preserve our counts :-( */ st 1198 src/vfs/ftpfs/ftpfs_parse_ls.c nlink = info->ino->st.st_nlink; st 1199 src/vfs/ftpfs/ftpfs_parse_ls.c ok = guessed_parser (tmp_line, &info->ino->st, &info->name, &info->ino->linkname, st 1203 src/vfs/ftpfs/ftpfs_parse_ls.c info->ino->st.st_nlink = nlink; /* Ouch, we need to preserve our counts :-( */ st 407 src/vfs/sftpfs/file.c if (fh->pos > fh->ino->st.st_size - offset) st 412 src/vfs/sftpfs/file.c fh->pos = fh->ino->st.st_size - offset; st 150 src/vfs/sftpfs/sftpfs.c if (S_ISDIR (path_inode->st.st_mode)) st 167 src/vfs/sftpfs/sftpfs.c fh->ino->st.st_nlink++; st 755 src/vfs/shell/shell.c #define ST ent->ino->st st 233 src/vfs/tar/tar-internal.h struct stat st; st 319 src/vfs/tar/tar-internal.h gboolean tar_sparse_member_p (tar_super_t * archive, struct tar_stat_info *st); st 320 src/vfs/tar/tar-internal.h gboolean tar_sparse_fixup_header (tar_super_t * archive, struct tar_stat_info *st); st 321 src/vfs/tar/tar-internal.h enum dump_status tar_sparse_skip_file (tar_super_t * archive, struct tar_stat_info *st); st 324 src/vfs/tar/tar-internal.h gboolean tar_xheader_decode (struct tar_stat_info *st); st 357 src/vfs/tar/tar-sparse.c sparse_add_map (struct tar_stat_info *st, struct sp_array *sp) st 359 src/vfs/tar/tar-sparse.c if (st->sparse_map == NULL) st 360 src/vfs/tar/tar-sparse.c st->sparse_map = g_array_sized_new (FALSE, FALSE, sizeof (struct sp_array), 1); st 361 src/vfs/tar/tar-sparse.c g_array_append_val (st->sparse_map, *sp); st 610 src/vfs/tar/tar-sparse.c tar_sparse_member_p (tar_super_t *archive, struct tar_stat_info *st) st 617 src/vfs/tar/tar-sparse.c file.stat_info = st; st 624 src/vfs/tar/tar-sparse.c tar_sparse_fixup_header (tar_super_t *archive, struct tar_stat_info *st) st 631 src/vfs/tar/tar-sparse.c file.stat_info = st; st 638 src/vfs/tar/tar-sparse.c tar_sparse_skip_file (tar_super_t *archive, struct tar_stat_info *st) st 646 src/vfs/tar/tar-sparse.c file.stat_info = st; st 58 src/vfs/tar/tar-xheader.c gboolean (*decoder) (struct tar_stat_info * st, const char *keyword, const char *arg, size_t size); st 79 src/vfs/tar/tar-xheader.c static gboolean dummy_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 81 src/vfs/tar/tar-xheader.c static gboolean atime_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 83 src/vfs/tar/tar-xheader.c static gboolean gid_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 86 src/vfs/tar/tar-xheader.c static gboolean gname_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 89 src/vfs/tar/tar-xheader.c static gboolean linkpath_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 91 src/vfs/tar/tar-xheader.c static gboolean mtime_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 93 src/vfs/tar/tar-xheader.c static gboolean ctime_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 95 src/vfs/tar/tar-xheader.c static gboolean path_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 97 src/vfs/tar/tar-xheader.c static gboolean size_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 99 src/vfs/tar/tar-xheader.c static gboolean uid_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 102 src/vfs/tar/tar-xheader.c static gboolean uname_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 105 src/vfs/tar/tar-xheader.c static gboolean sparse_path_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 107 src/vfs/tar/tar-xheader.c static gboolean sparse_major_decoder (struct tar_stat_info *st, const char *keyword, st 109 src/vfs/tar/tar-xheader.c static gboolean sparse_minor_decoder (struct tar_stat_info *st, const char *keyword, st 111 src/vfs/tar/tar-xheader.c static gboolean sparse_size_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 113 src/vfs/tar/tar-xheader.c static gboolean sparse_numblocks_decoder (struct tar_stat_info *st, const char *keyword, st 115 src/vfs/tar/tar-xheader.c static gboolean sparse_offset_decoder (struct tar_stat_info *st, const char *keyword, st 117 src/vfs/tar/tar-xheader.c static gboolean sparse_numbytes_decoder (struct tar_stat_info *st, const char *keyword, st 119 src/vfs/tar/tar-xheader.c static gboolean sparse_map_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 121 src/vfs/tar/tar-xheader.c static gboolean dumpdir_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 200 src/vfs/tar/tar-xheader.c struct tar_stat_info *st = (struct tar_stat_info *) user_data; st 205 src/vfs/tar/tar-xheader.c return t->decoder (st, t->keyword, kp->value, strlen (kp->value)); st 247 src/vfs/tar/tar-xheader.c run_override_list (GSList *kp, struct tar_stat_info *st) st 249 src/vfs/tar/tar-xheader.c g_slist_foreach (kp, (GFunc) keyword_item_run, st); st 379 src/vfs/tar/tar-xheader.c raw_path_decoder (struct tar_stat_info *st, const char *arg) st 383 src/vfs/tar/tar-xheader.c tar_assign_string_dup (&st->orig_file_name, arg); st 384 src/vfs/tar/tar-xheader.c tar_assign_string_dup (&st->file_name, arg); st 393 src/vfs/tar/tar-xheader.c dummy_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 395 src/vfs/tar/tar-xheader.c (void) st; st 406 src/vfs/tar/tar-xheader.c atime_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 415 src/vfs/tar/tar-xheader.c st->atime = ts; st 422 src/vfs/tar/tar-xheader.c gid_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 431 src/vfs/tar/tar-xheader.c st->stat.st_gid = u; st 439 src/vfs/tar/tar-xheader.c gname_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 444 src/vfs/tar/tar-xheader.c tar_assign_string_dup (&st->gname, arg); st 452 src/vfs/tar/tar-xheader.c linkpath_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 457 src/vfs/tar/tar-xheader.c tar_assign_string_dup (&st->link_name, arg); st 464 src/vfs/tar/tar-xheader.c ctime_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 473 src/vfs/tar/tar-xheader.c st->ctime = ts; st 480 src/vfs/tar/tar-xheader.c mtime_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 489 src/vfs/tar/tar-xheader.c st->mtime = ts; st 496 src/vfs/tar/tar-xheader.c path_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 501 src/vfs/tar/tar-xheader.c if (!st->sparse_name_done) st 502 src/vfs/tar/tar-xheader.c return raw_path_decoder (st, arg); st 510 src/vfs/tar/tar-xheader.c size_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 519 src/vfs/tar/tar-xheader.c st->stat.st_size = u; st 526 src/vfs/tar/tar-xheader.c uid_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 535 src/vfs/tar/tar-xheader.c st->stat.st_uid = u; st 543 src/vfs/tar/tar-xheader.c uname_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 548 src/vfs/tar/tar-xheader.c tar_assign_string_dup (&st->uname, arg); st 556 src/vfs/tar/tar-xheader.c dumpdir_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 561 src/vfs/tar/tar-xheader.c st->dumpdir = g_memdup2 (arg, size); st 563 src/vfs/tar/tar-xheader.c st->dumpdir = g_memdup (arg, size); st 671 src/vfs/tar/tar-xheader.c sparse_path_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 676 src/vfs/tar/tar-xheader.c st->sparse_name_done = TRUE; st 677 src/vfs/tar/tar-xheader.c return raw_path_decoder (st, arg); st 683 src/vfs/tar/tar-xheader.c sparse_major_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 692 src/vfs/tar/tar-xheader.c st->sparse_major = u; st 699 src/vfs/tar/tar-xheader.c sparse_minor_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 708 src/vfs/tar/tar-xheader.c st->sparse_minor = u; st 715 src/vfs/tar/tar-xheader.c sparse_size_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 724 src/vfs/tar/tar-xheader.c st->real_size_set = TRUE; st 725 src/vfs/tar/tar-xheader.c st->real_size = u; st 732 src/vfs/tar/tar-xheader.c sparse_numblocks_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 742 src/vfs/tar/tar-xheader.c if (st->sparse_map == NULL) st 743 src/vfs/tar/tar-xheader.c st->sparse_map = g_array_sized_new (FALSE, FALSE, sizeof (struct sp_array), u); st 745 src/vfs/tar/tar-xheader.c g_array_set_size (st->sparse_map, u); st 753 src/vfs/tar/tar-xheader.c sparse_offset_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 763 src/vfs/tar/tar-xheader.c s = &g_array_index (st->sparse_map, struct sp_array, st->sparse_map->len - 1); st 771 src/vfs/tar/tar-xheader.c sparse_numbytes_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, st 784 src/vfs/tar/tar-xheader.c g_array_append_val (st->sparse_map, s); st 791 src/vfs/tar/tar-xheader.c sparse_map_decoder (struct tar_stat_info *st, const char *keyword, const char *arg, size_t size) st 799 src/vfs/tar/tar-xheader.c if (st->sparse_map != NULL) st 800 src/vfs/tar/tar-xheader.c g_array_set_size (st->sparse_map, 0); st 834 src/vfs/tar/tar-xheader.c g_array_append_val (st->sparse_map, e); st 871 src/vfs/tar/tar-xheader.c tar_xheader_decode (struct tar_stat_info *st) st 876 src/vfs/tar/tar-xheader.c run_override_list (global_header_override_list, st); st 878 src/vfs/tar/tar-xheader.c p = st->xhdr.buffer + BLOCKSIZE; st 880 src/vfs/tar/tar-xheader.c while ((status = decode_record (&st->xhdr, &p, decx, st)) == decode_record_ok) st 889 src/vfs/tar/tar-xheader.c st->archive_file_size = st->stat.st_size; st 893 src/vfs/tar/tar-xheader.c if (st->real_size_set) st 894 src/vfs/tar/tar-xheader.c st->stat.st_size = st->real_size; st 154 src/vfs/tar/tar.c tar_stat_destroy (struct tar_stat_info *st) st 156 src/vfs/tar/tar.c g_free (st->orig_file_name); st 157 src/vfs/tar/tar.c g_free (st->file_name); st 158 src/vfs/tar/tar.c g_free (st->link_name); st 160 src/vfs/tar/tar.c g_free (st->uname); st 161 src/vfs/tar/tar.c g_free (st->gname); st 163 src/vfs/tar/tar.c if (st->sparse_map != NULL) st 165 src/vfs/tar/tar.c g_array_free (st->sparse_map, TRUE); st 166 src/vfs/tar/tar.c st->sparse_map = NULL; st 168 src/vfs/tar/tar.c tar_xheader_destroy (&st->xhdr); st 169 src/vfs/tar/tar.c memset (st, 0, sizeof (*st)); st 586 src/vfs/tar/tar.c (*inode)->st.st_mtime = current_stat_info.mtime.tv_sec; st 587 src/vfs/tar/tar.c (*inode)->st.st_atime = current_stat_info.atime.tv_sec; st 588 src/vfs/tar/tar.c (*inode)->st.st_ctime = current_stat_info.ctime.tv_sec; st 916 src/vfs/tar/tar.c mc_stat (vpath, &arch->st); st 943 src/vfs/tar/tar.c mode = arch->st.st_mode & 07777; st 952 src/vfs/tar/tar.c root = vfs_s_new_inode (me, archive, &arch->st); st 953 src/vfs/tar/tar.c root->st.st_mode = mode; st 955 src/vfs/tar/tar.c root->st.st_nlink++; st 956 src/vfs/tar/tar.c root->st.st_dev = VFS_SUBCLASS (me)->rdev++; st 1074 src/vfs/tar/tar.c if (parc != NULL && TAR_SUPER (parc)->st.st_mtime < archive_stat->st_mtime) st 1152 src/vfs/tar/tar.c remain = MIN ((off_t) count, fh->ino->st.st_size - fh->pos); st 1250 src/vfs/tar/tar.c count = (size_t) MIN ((off_t) count, file->ino->st.st_size - file->pos); st 335 src/viewer/actions_cmd.c if (!S_ISDIR (view->dir->list[i].st.st_mode)) st 128 src/viewer/datasource.c struct stat st; st 129 src/viewer/datasource.c if (mc_fstat (view->ds_file_fd, &st) != -1) st 130 src/viewer/datasource.c view->ds_file_filesize = st.st_size; st 370 src/viewer/datasource.c mcview_set_datasource_file (WView *view, int fd, const struct stat *st) st 374 src/viewer/datasource.c view->ds_file_filesize = st->st_size; st 249 src/viewer/internal.h void mcview_set_datasource_file (WView * view, int fd, const struct stat *st); st 334 src/viewer/mcviewer.c struct stat st; st 353 src/viewer/mcviewer.c if (mc_fstat (fd, &st) == -1) st 367 src/viewer/mcviewer.c if (!S_ISREG (st.st_mode)) st 379 src/viewer/mcviewer.c if (st.st_size == 0 || mc_lseek (fd, 0, SEEK_SET) == -1) st 415 src/viewer/mcviewer.c mc_fstat (fd, &st); st 420 src/viewer/mcviewer.c mcview_set_datasource_file (view, fd, &st); st 328 tests/lib/vfs/vfs_parse_ls_lga.c ("drwxrwxr-x 10 500 500 4096 Jun 23 17:09 build_root1", &ent1->ino->st, st 337 tests/lib/vfs/vfs_parse_ls_lga.c &ent2->ino->st, &ent2->name, &ent2->ino->linkname, &filepos); st 344 tests/lib/vfs/vfs_parse_ls_lga.c &ent3->ino->st, &ent3->name, &ent3->ino->linkname, &filepos); st 363 tests/lib/vfs/vfs_parse_ls_lga.c &ent[ent_index]->ino->st, &ent[ent_index]->name, &ent[ent_index]->ino->linkname, &filepos))\ st 242 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c yaml_dump_stbuf (const struct stat *st) st 245 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" perm: %s\n", string_perm (st->st_mode)); st 248 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" uid: %s\n", symbolic_uid (st->st_uid)); st 249 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" gid: %s\n", symbolic_gid (st->st_gid)); st 251 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" size: %" PRIuMAX "\n", (uintmax_t) st->st_size); st 252 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" nlink: %d\n", (int) st->st_nlink); st 254 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" mtime: %s\n", string_date (st->st_mtime)); st 272 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c yaml_dump_record (gboolean success, const char *input_line, const struct stat *st, st 283 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c yaml_dump_stbuf (st); st 298 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c ls_dump_stbuf (const struct stat *st) st 301 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("%s %3d ", string_perm (st->st_mode), (int) st->st_nlink); st 304 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("%8s ", symbolic_uid (st->st_uid)); st 305 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("%8s ", symbolic_gid (st->st_gid)); st 307 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("%10" PRIuMAX " ", (uintmax_t) st->st_size); st 309 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("%s ", string_date (st->st_mtime)); st 315 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c ls_dump_record (gboolean success, const char *input_line, const struct stat *st, st 320 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c ls_dump_stbuf (st); st 342 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c struct stat st; st 346 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c memset (&st, 0, sizeof st); st 350 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c success = vfs_parse_ls_lga (line, &st, &filename, &linkname, NULL); st 356 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c yaml_dump_record (success, line, &st, filename, linkname); st 358 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c ls_dump_record (success, line, &st, filename, linkname);