Home
last modified time | relevance | path

Searched refs:todo_file (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/cgit/cgit-1.2.3/git/
H A Drebase-interactive.c94 const char *todo_file = rebase_path_todo(); in edit_todo_list() local
103 if (todo_list_write_to_file(r, todo_list, todo_file, shortrevisions, shortonto, in edit_todo_list()
105 return error_errno(_("could not write '%s'"), todo_file); in edit_todo_list()
107 if (initial && copy_file(rebase_path_todo_backup(), todo_file, 0666)) in edit_todo_list()
108 return error(_("could not copy '%s' to '%s'."), todo_file, in edit_todo_list()
111 if (launch_sequence_editor(todo_file, &new_todo->buf, NULL)) in edit_todo_list()
H A Dsequencer.c2137 const char *todo_file, *bol; in sequencer_get_last_command() local
2141 todo_file = git_path_todo_file(); in sequencer_get_last_command()
2142 if (strbuf_read_file(&buf, todo_file, 0) < 0) { in sequencer_get_last_command()
2146 return error_errno("unable to open '%s'", todo_file); in sequencer_get_last_command()
2313 const char *todo_file = get_todo_path(opts); in read_populate_todo() local
2317 if (strbuf_read_file_or_whine(&todo_list->buf, todo_file) < 0) in read_populate_todo()
2320 res = stat(todo_file, &st); in read_populate_todo()
2322 return error(_("could not stat '%s'"), todo_file); in read_populate_todo()
2330 return error(_("unusable instruction sheet: '%s'"), todo_file); in read_populate_todo()
5076 const char *shortonto, *todo_file = rebase_path_todo(); in complete_action() local
[all …]
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/devel/
H A Dmktodo.pl47 my $todo_file;
50 $todo_file = "$opt{'todo-dir'}/$opt{todo}";
101 my %todo = %{load_todo($todo_file, $todo_version)} if $opt{todo};
273 write_todo($todo_file, $todo_version, \%todo);
301 write_todo($todo_file, $todo_version, \%todo);
352 write_todo($todo_file, $todo_version, \%todo);
358 write_todo($todo_file, $todo_version, \%todo);
571 write_todo($todo_file, $todo_version, \%todo);
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/devel/
H A Dmktodo.pl47 my $todo_file;
50 $todo_file = "$opt{'todo-dir'}/$opt{todo}";
101 my %todo = %{load_todo($todo_file, $todo_version)} if $opt{todo};
273 write_todo($todo_file, $todo_version, \%todo);
301 write_todo($todo_file, $todo_version, \%todo);
352 write_todo($todo_file, $todo_version, \%todo);
358 write_todo($todo_file, $todo_version, \%todo);
571 write_todo($todo_file, $todo_version, \%todo);
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/devel/
H A Dmktodo.pl47 my $todo_file;
50 $todo_file = "$opt{'todo-dir'}/$opt{todo}";
157 my %todo = %{load_todo($todo_file, $todo_version)} if $opt{todo};
330 write_todo($todo_file, $todo_version, \%todo);
358 write_todo($todo_file, $todo_version, \%todo);
409 write_todo($todo_file, $todo_version, \%todo);
415 write_todo($todo_file, $todo_version, \%todo);
636 write_todo($todo_file, $todo_version, \%todo);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/devel/
H A Dmktodo.pl47 my $todo_file;
50 $todo_file = "$opt{'todo-dir'}/$opt{todo}";
157 my %todo = %{load_todo($todo_file, $todo_version)} if $opt{todo};
330 write_todo($todo_file, $todo_version, \%todo);
358 write_todo($todo_file, $todo_version, \%todo);
409 write_todo($todo_file, $todo_version, \%todo);
415 write_todo($todo_file, $todo_version, \%todo);
636 write_todo($todo_file, $todo_version, \%todo);
/dports/devel/git-gui/git-2.34.1/
H A Drebase-interactive.c99 const char *todo_file = rebase_path_todo(), in edit_todo_list() local
111 if (todo_list_write_to_file(r, todo_list, todo_file, shortrevisions, shortonto, in edit_todo_list()
113 return error_errno(_("could not write '%s'"), todo_file); in edit_todo_list()
121 if (launch_sequence_editor(todo_file, &new_todo->buf, NULL)) in edit_todo_list()
H A Dsequencer.c2518 const char *todo_file, *bol; in sequencer_get_last_command() local
2522 todo_file = git_path_todo_file(); in sequencer_get_last_command()
2523 if (strbuf_read_file(&buf, todo_file, 0) < 0) { in sequencer_get_last_command()
2527 return error_errno("unable to open '%s'", todo_file); in sequencer_get_last_command()
2699 const char *todo_file = get_todo_path(opts); in read_populate_todo() local
2703 if (strbuf_read_file_or_whine(&todo_list->buf, todo_file) < 0) in read_populate_todo()
2711 return error(_("unusable instruction sheet: '%s'"), todo_file); in read_populate_todo()
5644 const char *todo_file = rebase_path_todo(); in complete_action() local
5708 if (todo_list_write_to_file(r, &new_todo, todo_file, NULL, NULL, -1, in complete_action()
5711 return error_errno(_("could not write '%s'"), todo_file); in complete_action()
/dports/devel/git-p4/git-2.34.1/
H A Drebase-interactive.c99 const char *todo_file = rebase_path_todo(), in edit_todo_list() local
111 if (todo_list_write_to_file(r, todo_list, todo_file, shortrevisions, shortonto, in edit_todo_list()
113 return error_errno(_("could not write '%s'"), todo_file); in edit_todo_list()
121 if (launch_sequence_editor(todo_file, &new_todo->buf, NULL)) in edit_todo_list()
H A Dsequencer.c2518 const char *todo_file, *bol; in sequencer_get_last_command() local
2522 todo_file = git_path_todo_file(); in sequencer_get_last_command()
2523 if (strbuf_read_file(&buf, todo_file, 0) < 0) { in sequencer_get_last_command()
2527 return error_errno("unable to open '%s'", todo_file); in sequencer_get_last_command()
2699 const char *todo_file = get_todo_path(opts); in read_populate_todo() local
2703 if (strbuf_read_file_or_whine(&todo_list->buf, todo_file) < 0) in read_populate_todo()
2711 return error(_("unusable instruction sheet: '%s'"), todo_file); in read_populate_todo()
5644 const char *todo_file = rebase_path_todo(); in complete_action() local
5708 if (todo_list_write_to_file(r, &new_todo, todo_file, NULL, NULL, -1, in complete_action()
5711 return error_errno(_("could not write '%s'"), todo_file); in complete_action()
/dports/devel/git-svn/git-2.34.1/
H A Drebase-interactive.c99 const char *todo_file = rebase_path_todo(),
111 if (todo_list_write_to_file(r, todo_list, todo_file, shortrevisions, shortonto,
113 return error_errno(_("could not write '%s'"), todo_file);
121 if (launch_sequence_editor(todo_file, &new_todo->buf, NULL))
H A Dsequencer.c2518 const char *todo_file, *bol; in sequencer_get_last_command() local
2522 todo_file = git_path_todo_file(); in sequencer_get_last_command()
2523 if (strbuf_read_file(&buf, todo_file, 0) < 0) { in sequencer_get_last_command()
2527 return error_errno("unable to open '%s'", todo_file); in sequencer_get_last_command()
2699 const char *todo_file = get_todo_path(opts); in read_populate_todo() local
2703 if (strbuf_read_file_or_whine(&todo_list->buf, todo_file) < 0) in read_populate_todo()
2711 return error(_("unusable instruction sheet: '%s'"), todo_file); in read_populate_todo()
5644 const char *todo_file = rebase_path_todo(); in complete_action() local
5708 if (todo_list_write_to_file(r, &new_todo, todo_file, NULL, NULL, -1, in complete_action()
5711 return error_errno(_("could not write '%s'"), todo_file); in complete_action()
/dports/devel/git/git-2.34.1/
H A Drebase-interactive.c99 const char *todo_file = rebase_path_todo(), in edit_todo_list() local
111 if (todo_list_write_to_file(r, todo_list, todo_file, shortrevisions, shortonto, in edit_todo_list()
113 return error_errno(_("could not write '%s'"), todo_file); in edit_todo_list()
121 if (launch_sequence_editor(todo_file, &new_todo->buf, NULL)) in edit_todo_list()
H A Dsequencer.c2518 const char *todo_file, *bol; in sequencer_get_last_command() local
2522 todo_file = git_path_todo_file(); in sequencer_get_last_command()
2523 if (strbuf_read_file(&buf, todo_file, 0) < 0) { in sequencer_get_last_command()
2527 return error_errno("unable to open '%s'", todo_file); in sequencer_get_last_command()
2699 const char *todo_file = get_todo_path(opts); in read_populate_todo() local
2703 if (strbuf_read_file_or_whine(&todo_list->buf, todo_file) < 0) in read_populate_todo()
2711 return error(_("unusable instruction sheet: '%s'"), todo_file); in read_populate_todo()
5644 const char *todo_file = rebase_path_todo(); in complete_action() local
5708 if (todo_list_write_to_file(r, &new_todo, todo_file, NULL, NULL, -1, in complete_action()
5711 return error_errno(_("could not write '%s'"), todo_file); in complete_action()
/dports/devel/git-cvs/git-2.34.1/
H A Drebase-interactive.c99 const char *todo_file = rebase_path_todo(), in edit_todo_list() local
111 if (todo_list_write_to_file(r, todo_list, todo_file, shortrevisions, shortonto, in edit_todo_list()
113 return error_errno(_("could not write '%s'"), todo_file); in edit_todo_list()
121 if (launch_sequence_editor(todo_file, &new_todo->buf, NULL)) in edit_todo_list()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Drebase.c153 const char *todo_file = rebase_path_todo(); in add_exec_commands() local
157 if (strbuf_read_file(&todo_list.buf, todo_file, 0) < 0) in add_exec_commands()
163 return error(_("unusable todo list: '%s'"), todo_file); in add_exec_commands()
168 todo_file, NULL, NULL, -1, 0); in add_exec_commands()
178 const char *todo_file = rebase_path_todo(); in rearrange_squash_in_todo_file() local
182 if (strbuf_read_file(&todo_list.buf, todo_file, 0) < 0) in rearrange_squash_in_todo_file()
193 todo_file, NULL, NULL, -1, 0); in rearrange_squash_in_todo_file()
204 const char *todo_file = rebase_path_todo(); in transform_todo_file() local
208 if (strbuf_read_file(&todo_list.buf, todo_file, 0) < 0) in transform_todo_file()
228 const char *todo_file = rebase_path_todo(); in edit_todo_file() local
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4MessageInput.cpp796 CStdFile todo_file; in ProcessCommand() local
797 if (!todo_file.Append(todo_filename.getData())) continue; in ProcessCommand()
798 if (!todo_file.WriteString(pCmdPar)) continue; in ProcessCommand()
800 if (!todo_file.Close()) continue; in ProcessCommand()
/dports/x11/babl/babl-0.1.88/docs/
H A Dmeson.build45 ['TODO', todo_file],
/dports/deskutils/go-for-it/Go-For-It-1.9.6/src/Todo.txt/
H A DTaskManager.vala367 File todo_file = is_todo_store ? todo_txt : done_txt;
370 write_task_file ({todo_store, done_store}, todo_file);
375 write_task_file ({store}, todo_file);
/dports/devel/git-svn/git-2.34.1/builtin/
H A Drebase.c178 const char *todo_file = rebase_path_todo(); in edit_todo_file() local
183 if (strbuf_read_file(&todo_list.buf, todo_file, 0) < 0) in edit_todo_file()
184 return error_errno(_("could not read '%s'."), todo_file); in edit_todo_file()
188 if (!res && todo_list_write_to_file(the_repository, &new_todo, todo_file, in edit_todo_file()
190 res = error_errno(_("could not write '%s'"), todo_file); in edit_todo_file()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Drebase.c178 const char *todo_file = rebase_path_todo(); in edit_todo_file() local
183 if (strbuf_read_file(&todo_list.buf, todo_file, 0) < 0) in edit_todo_file()
184 return error_errno(_("could not read '%s'."), todo_file); in edit_todo_file()
188 if (!res && todo_list_write_to_file(the_repository, &new_todo, todo_file, in edit_todo_file()
190 res = error_errno(_("could not write '%s'"), todo_file); in edit_todo_file()
/dports/devel/git/git-2.34.1/builtin/
H A Drebase.c178 const char *todo_file = rebase_path_todo(); in edit_todo_file() local
183 if (strbuf_read_file(&todo_list.buf, todo_file, 0) < 0) in edit_todo_file()
184 return error_errno(_("could not read '%s'."), todo_file); in edit_todo_file()
188 if (!res && todo_list_write_to_file(the_repository, &new_todo, todo_file, in edit_todo_file()
190 res = error_errno(_("could not write '%s'"), todo_file); in edit_todo_file()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Drebase.c178 const char *todo_file = rebase_path_todo(); in edit_todo_file() local
183 if (strbuf_read_file(&todo_list.buf, todo_file, 0) < 0) in edit_todo_file()
184 return error_errno(_("could not read '%s'."), todo_file); in edit_todo_file()
188 if (!res && todo_list_write_to_file(the_repository, &new_todo, todo_file, in edit_todo_file()
190 res = error_errno(_("could not write '%s'"), todo_file); in edit_todo_file()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Drebase.c178 const char *todo_file = rebase_path_todo(); in edit_todo_file() local
183 if (strbuf_read_file(&todo_list.buf, todo_file, 0) < 0) in edit_todo_file()
184 return error_errno(_("could not read '%s'."), todo_file); in edit_todo_file()
188 if (!res && todo_list_write_to_file(the_repository, &new_todo, todo_file, in edit_todo_file()
190 res = error_errno(_("could not write '%s'"), todo_file); in edit_todo_file()
/dports/deskutils/go-for-it/Go-For-It-1.9.6/src/Todo.txt/Dialogs/
H A DTxtListEditDialog.vala273 File todo_file = null;
275 todo_file = File.new_for_uri (old_todo_uri);
277 …todo_uri_chooser = new FileChooserWidget (todo_file, _("Select file to store to-do tasks in"), "to…

12