Lines Matching refs:update_dir
46 const char *update_dir, List *entries) in onoff_filesdoneproc() argument
199 notify_do (notif_type, filename, finfo->update_dir, getcaller (), val, in ncheck_fileproc()
339 finfo.update_dir = dir_name (short_pathname); in edit_file()
341 free ((char *)finfo.update_dir); in edit_file()
415 if (finfo->update_dir[0] == '\0') in edit_fileproc()
418 error (0, errno, "cannot close %s/%s", finfo->update_dir, in edit_fileproc()
651 if (finfo->update_dir[0] == '\0') in unedit_fileproc()
654 error (0, errno, "cannot close %s/%s", finfo->update_dir, in unedit_fileproc()
872 notify_do (int type, const char *filename, const char *update_dir, in notify_do() argument
897 if (update_dir && *update_dir) in notify_do()
898 tmp = Xasprintf ("%s/%s", update_dir, filename); in notify_do()
904 if (update_dir && *update_dir) free ((char *)tmp); in notify_do()
1114 notify_check (const char *repository, const char *update_dir) in notify_check() argument
1153 client_notify (repository, update_dir, filename, notif_type, val); in notify_check()