script_vpath 119 src/filemanager/ext.c exec_cleanup_script (vfs_path_t *script_vpath) script_vpath 121 src/filemanager/ext.c if (script_vpath != NULL) script_vpath 123 src/filemanager/ext.c (void) mc_unlink (script_vpath); script_vpath 124 src/filemanager/ext.c vfs_path_free (script_vpath, TRUE); script_vpath 433 src/filemanager/ext.c vfs_path_t *script_vpath = NULL; script_vpath 465 src/filemanager/ext.c cmd_file_fd = mc_mkstemps (&script_vpath, "mcext", SCRIPT_SUFFIX); script_vpath 493 src/filemanager/ext.c fprintf (cmd_file, "\n/bin/rm -f %s\n", vfs_path_as_str (script_vpath)); script_vpath 499 src/filemanager/ext.c exec_cleanup_script (script_vpath); script_vpath 500 src/filemanager/ext.c script_vpath = NULL; script_vpath 505 src/filemanager/ext.c mc_chmod (script_vpath, S_IRWXU); script_vpath 507 src/filemanager/ext.c cmd = g_strconcat ("/bin/sh ", vfs_path_as_str (script_vpath), (char *) NULL); script_vpath 538 src/filemanager/ext.c return script_vpath; script_vpath 891 src/filemanager/ext.c vfs_path_t **script_vpath) script_vpath 910 src/filemanager/ext.c if (script_vpath != NULL) script_vpath 911 src/filemanager/ext.c *script_vpath = NULL; script_vpath 1082 src/filemanager/ext.c if (script_vpath != NULL) script_vpath 1083 src/filemanager/ext.c *script_vpath = sv; script_vpath 18 src/filemanager/ext.h vfs_path_t **script_vpath);