mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
59 lines
8.5 KiB
HTML
59 lines
8.5 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>localname</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L682'>localname</a> 682 lib/vfs/direntry.c res = sub->file_store (me, fh, s, file->ino->localname);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L765'>localname</a> 765 lib/vfs/direntry.c local = vfs_path_from_str_flags (fh->ino->localname, VPF_NO_CANON);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L929'>localname</a> 929 lib/vfs/direntry.c if ((me->flags & VFSF_USETMP) != 0 && ino->localname != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L931'>localname</a> 931 lib/vfs/direntry.c unlink (ino->localname);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L932'>localname</a> 932 lib/vfs/direntry.c g_free (ino->localname);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1336'>localname</a> 1336 lib/vfs/direntry.c ino->localname = vfs_path_free (tmp_vpath, FALSE);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1375'>localname</a> 1375 lib/vfs/direntry.c if ((VFS_CLASS (s)->flags & VFSF_USETMP) != 0 && fh->ino->localname != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1377'>localname</a> 1377 lib/vfs/direntry.c fh->handle = open (fh->ino->localname, NO_LINEAR (flags), mode);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1437'>localname</a> 1437 lib/vfs/direntry.c ino->localname = vfs_path_free (tmp_vpath, FALSE);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1486'>localname</a> 1486 lib/vfs/direntry.c unlink (ino->localname);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1488'>localname</a> 1488 lib/vfs/direntry.c MC_PTR_FREE (ino->localname);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L100'>localname</a> 100 lib/vfs/xdirentry.h char *localname; // Filename of local file, if we have one</span>
|
|
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L149'>localname</a> 149 lib/vfs/xdirentry.h int (*file_store) (struct vfs_class *me, vfs_file_handler_t *fh, char *path, char *localname);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L346'>localname</a> 346 src/vfs/extfs/extfs.c if (ino->localname != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L348'>localname</a> 348 src/vfs/extfs/extfs.c unlink (ino->localname);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L349'>localname</a> 349 src/vfs/extfs/extfs.c MC_PTR_FREE (ino->localname);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L930'>localname</a> 930 src/vfs/extfs/extfs.c const struct vfs_s_entry *entry, const char *localname)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L966'>localname</a> 966 src/vfs/extfs/extfs.c if (localname == NULL || *localname == '\0')</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L973'>localname</a> 973 src/vfs/extfs/extfs.c quoted_localname = name_quote (localname, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1076'>localname</a> 1076 src/vfs/extfs/extfs.c if (entry->ino->localname == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1096'>localname</a> 1096 src/vfs/extfs/extfs.c entry->ino->localname = g_strdup (local_filename);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1100'>localname</a> 1100 src/vfs/extfs/extfs.c local_handle = open (entry->ino->localname, NO_LINEAR (flags), mode);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1106'>localname</a> 1106 src/vfs/extfs/extfs.c local_handle = open (entry->ino->localname, flags, mode);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1149'>localname</a> 1149 src/vfs/extfs/extfs.c file->ino->localname))</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1152'>localname</a> 1152 src/vfs/extfs/extfs.c if (stat (file->ino->localname, &file_status) != 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1520'>localname</a> 1520 src/vfs/extfs/extfs.c if (fh->ino->localname == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1525'>localname</a> 1525 src/vfs/extfs/extfs.c p = vfs_path_from_str (fh->ino->localname);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1542'>localname</a> 1542 src/vfs/extfs/extfs.c if (strcmp (fh->ino->localname, vfs_path_get_last_path_str (local)) == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1919'>localname</a> 1919 src/vfs/ftpfs/ftpfs.c ftpfs_file_store (struct vfs_class *me, vfs_file_handler_t *fh, char *name, char *localname)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1936'>localname</a> 1936 src/vfs/ftpfs/ftpfs.c h = open (localname, O_RDONLY);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2330'>localname</a> 2330 src/vfs/ftpfs/ftpfs.c if (fh->ino->localname == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2340'>localname</a> 2340 src/vfs/ftpfs/ftpfs.c fh->ino->localname = vfs_path_free (vpath, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2363'>localname</a> 2363 src/vfs/ftpfs/ftpfs.c if (fh->ino->localname != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2365'>localname</a> 2365 src/vfs/ftpfs/ftpfs.c unlink (fh->ino->localname);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2366'>localname</a> 2366 src/vfs/ftpfs/ftpfs.c MC_PTR_FREE (fh->ino->localname);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2371'>localname</a> 2371 src/vfs/ftpfs/ftpfs.c if (fh->ino->localname == NULL && vfs_s_retrieve_file (me, fh->ino) == -1)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2374'>localname</a> 2374 src/vfs/ftpfs/ftpfs.c if (fh->ino->localname == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2384'>localname</a> 2384 src/vfs/ftpfs/ftpfs.c if (fh->handle != -1 && fh->ino->localname == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L964'>localname</a> 964 src/vfs/shell/shell.c shell_file_store (struct vfs_class *me, vfs_file_handler_t *fh, char *name, char *localname)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L976'>localname</a> 976 src/vfs/shell/shell.c h = open (localname, O_RDONLY);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1621'>localname</a> 1621 src/vfs/shell/shell.c if (fh->ino->localname == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1630'>localname</a> 1630 src/vfs/shell/shell.c fh->ino->localname = vfs_path_free (vpath, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1636'>localname</a> 1636 src/vfs/shell/shell.c if (fh->ino->localname == NULL && vfs_s_retrieve_file (me, fh->ino) == -1)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1639'>localname</a> 1639 src/vfs/shell/shell.c if (fh->ino->localname == NULL)</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|