script_vpath 115 src/filemanager/ext.c exec_cleanup_script (vfs_path_t *script_vpath) script_vpath 117 src/filemanager/ext.c if (script_vpath != NULL) script_vpath 119 src/filemanager/ext.c (void) mc_unlink (script_vpath); script_vpath 120 src/filemanager/ext.c vfs_path_free (script_vpath, TRUE); script_vpath 435 src/filemanager/ext.c vfs_path_t *script_vpath = NULL; script_vpath 466 src/filemanager/ext.c cmd_file_fd = mc_mkstemps (&script_vpath, "mcext", SCRIPT_SUFFIX); script_vpath 494 src/filemanager/ext.c fprintf (cmd_file, "\n/bin/rm -f %s\n", vfs_path_as_str (script_vpath)); script_vpath 500 src/filemanager/ext.c exec_cleanup_script (script_vpath); script_vpath 501 src/filemanager/ext.c script_vpath = NULL; script_vpath 506 src/filemanager/ext.c mc_chmod (script_vpath, S_IRWXU); script_vpath 508 src/filemanager/ext.c cmd = g_strconcat ("/bin/sh ", vfs_path_as_str (script_vpath), (char *) NULL); script_vpath 542 src/filemanager/ext.c return script_vpath; script_vpath 895 src/filemanager/ext.c vfs_path_t **script_vpath) script_vpath 914 src/filemanager/ext.c if (script_vpath != NULL) script_vpath 915 src/filemanager/ext.c *script_vpath = NULL; script_vpath 1086 src/filemanager/ext.c if (script_vpath != NULL) script_vpath 1087 src/filemanager/ext.c *script_vpath = sv; script_vpath 18 src/filemanager/ext.h vfs_path_t **script_vpath);