Home
last modified time | relevance | path

Searched refs:crontab_edit (Results 1 – 5 of 5) sorted by relevance

/dports/devel/git-svn/git-2.34.1/builtin/
H A Dgc.c2049 struct child_process crontab_edit = CHILD_PROCESS_INIT; in crontab_update_schedule() local
2073 strvec_split(&crontab_edit.args, cmd); in crontab_update_schedule()
2074 crontab_edit.in = -1; in crontab_update_schedule()
2075 crontab_edit.git_cmd = 0; in crontab_update_schedule()
2077 if (start_command(&crontab_edit)) in crontab_update_schedule()
2080 cron_in = fdopen(crontab_edit.in, "w"); in crontab_update_schedule()
2120 close(crontab_edit.in); in crontab_update_schedule()
2123 if (finish_command(&crontab_edit)) in crontab_update_schedule()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dgc.c2049 struct child_process crontab_edit = CHILD_PROCESS_INIT; in crontab_update_schedule() local
2073 strvec_split(&crontab_edit.args, cmd); in crontab_update_schedule()
2074 crontab_edit.in = -1; in crontab_update_schedule()
2075 crontab_edit.git_cmd = 0; in crontab_update_schedule()
2077 if (start_command(&crontab_edit)) in crontab_update_schedule()
2080 cron_in = fdopen(crontab_edit.in, "w"); in crontab_update_schedule()
2120 close(crontab_edit.in); in crontab_update_schedule()
2123 if (finish_command(&crontab_edit)) in crontab_update_schedule()
/dports/devel/git/git-2.34.1/builtin/
H A Dgc.c2049 struct child_process crontab_edit = CHILD_PROCESS_INIT; in crontab_update_schedule() local
2073 strvec_split(&crontab_edit.args, cmd); in crontab_update_schedule()
2074 crontab_edit.in = -1; in crontab_update_schedule()
2075 crontab_edit.git_cmd = 0; in crontab_update_schedule()
2077 if (start_command(&crontab_edit)) in crontab_update_schedule()
2080 cron_in = fdopen(crontab_edit.in, "w"); in crontab_update_schedule()
2120 close(crontab_edit.in); in crontab_update_schedule()
2123 if (finish_command(&crontab_edit)) in crontab_update_schedule()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dgc.c2049 struct child_process crontab_edit = CHILD_PROCESS_INIT; in crontab_update_schedule() local
2073 strvec_split(&crontab_edit.args, cmd); in crontab_update_schedule()
2074 crontab_edit.in = -1; in crontab_update_schedule()
2075 crontab_edit.git_cmd = 0; in crontab_update_schedule()
2077 if (start_command(&crontab_edit)) in crontab_update_schedule()
2080 cron_in = fdopen(crontab_edit.in, "w"); in crontab_update_schedule()
2120 close(crontab_edit.in); in crontab_update_schedule()
2123 if (finish_command(&crontab_edit)) in crontab_update_schedule()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dgc.c2049 struct child_process crontab_edit = CHILD_PROCESS_INIT; in crontab_update_schedule() local
2073 strvec_split(&crontab_edit.args, cmd); in crontab_update_schedule()
2074 crontab_edit.in = -1; in crontab_update_schedule()
2075 crontab_edit.git_cmd = 0; in crontab_update_schedule()
2077 if (start_command(&crontab_edit)) in crontab_update_schedule()
2080 cron_in = fdopen(crontab_edit.in, "w"); in crontab_update_schedule()
2120 close(crontab_edit.in); in crontab_update_schedule()
2123 if (finish_command(&crontab_edit)) in crontab_update_schedule()