Home
last modified time | relevance | path

Searched refs:GMT_RENAME_FILE (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/x2sys/
H A Dx2sys_put.c394 if (gmt_rename_file (GMT, track_path, old_track_path, GMT_RENAME_FILE)) { in GMT_x2sys_put()
409 if (gmt_rename_file (GMT, index_path, old_index_path, GMT_RENAME_FILE)) { in GMT_x2sys_put()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_constants.h84 #define GMT_RENAME_FILE 0 macro
H A Dgmt_remote.c890 …if (gmt_rename_file (GMT, indexpath, old_indexpath, GMT_RENAME_FILE)) { /* Rename existing file to… in gmtremote_refresh()
896 …if (gmt_rename_file (GMT, new_indexpath, indexpath, GMT_RENAME_FILE)) { /* Rename newly copied fil… in gmtremote_refresh()
H A Dpsconvert.c1552 if (gmt_rename_file (GMT, newfile, main, GMT_RENAME_FILE)) in psconvert_wrap_the_PS_sandwich()
H A Dgmt_io.c9371 …if (mode == GMT_RENAME_FILE) GMT_Report (GMT->parent, GMT_MSG_DEBUG, "Failed to rename %s -> %s! [… in gmt_rename_file()
9413 if (mode == GMT_RENAME_FILE) errno = gmt_remove_file (GMT, oldfile); in gmt_rename_file()
H A Dgmt_init.c18705 …if (gmt_rename_file (API->GMT, old_name, new_name, GMT_RENAME_FILE)) /* Rename newly copied file t… in gmtinit_process_figures()
/dports/graphics/gmt/gmt-6.3.0/src/mgd77/
H A Dmgd77manage.c860 if (gmt_rename_file (GMT, In.path, oldfile, GMT_RENAME_FILE)) { in GMT_mgd77manage()