where 61 src/vfs/cpio/cpio.c #define CPIO_SEEK_SET(super, where) mc_lseek (CPIO_SUPER(super)->fd, CPIO_POS(super) = (where), SEEK_SET) where 62 src/vfs/cpio/cpio.c #define CPIO_SEEK_CUR(super, where) mc_lseek (CPIO_SUPER(super)->fd, CPIO_POS(super) += (where), SEEK_SET) where 1548 src/vfs/extfs/extfs.c extfs_get_plugins (const char *where, gboolean silent) where 1554 src/vfs/extfs/extfs.c dirname = g_build_path (PATH_SEP_STR, where, MC_EXTFS_DIR, (char *) NULL); where 282 src/vfs/tar/tar.c tar_from_oct (int digs, const char *where) where 286 src/vfs/tar/tar.c while (isspace ((unsigned char) *where)) where 288 src/vfs/tar/tar.c where++; where 293 src/vfs/tar/tar.c while (digs > 0 && isodigit (*where)) where 295 src/vfs/tar/tar.c value = (value << 3) | (*where++ - '0'); where 299 src/vfs/tar/tar.c if (digs > 0 && *where && !isspace ((unsigned char) *where))