Home
last modified time | relevance | path

Searched refs:helper_status (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dsend-pack.c139 int helper_status = 0; in cmd_send_pack() local
179 OPT_BOOL(0, "helper-status", &helper_status, N_("print status from remote helper")), in cmd_send_pack()
290 if (helper_status) in cmd_send_pack()
298 if (!helper_status) in cmd_send_pack()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dsend-pack.c167 int helper_status = 0; in cmd_send_pack() local
207 OPT_BOOL(0, "helper-status", &helper_status, N_("print status from remote helper")), in cmd_send_pack()
323 if (helper_status) in cmd_send_pack()
331 if (!helper_status) in cmd_send_pack()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dsend-pack.c167 int helper_status = 0; in cmd_send_pack() local
207 OPT_BOOL(0, "helper-status", &helper_status, N_("print status from remote helper")), in cmd_send_pack()
323 if (helper_status) in cmd_send_pack()
331 if (!helper_status) in cmd_send_pack()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dsend-pack.c167 int helper_status = 0; in cmd_send_pack() local
207 OPT_BOOL(0, "helper-status", &helper_status, N_("print status from remote helper")), in cmd_send_pack()
323 if (helper_status) in cmd_send_pack()
331 if (!helper_status) in cmd_send_pack()
/dports/devel/git/git-2.34.1/builtin/
H A Dsend-pack.c167 int helper_status = 0; in cmd_send_pack() local
207 OPT_BOOL(0, "helper-status", &helper_status, N_("print status from remote helper")), in cmd_send_pack()
323 if (helper_status) in cmd_send_pack()
331 if (!helper_status) in cmd_send_pack()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dsend-pack.c167 int helper_status = 0; in cmd_send_pack() local
207 OPT_BOOL(0, "helper-status", &helper_status, N_("print status from remote helper")), in cmd_send_pack()
323 if (helper_status) in cmd_send_pack()
331 if (!helper_status) in cmd_send_pack()
/dports/devel/git-svn/git-2.34.1/
H A Dhttp-push.c89 static int helper_status; variable
1721 helper_status = 1; in cmd_main()
1807 if (helper_status) in cmd_main()
1820 if (helper_status) in cmd_main()
1836 if (helper_status) in cmd_main()
1840 else if (helper_status) in cmd_main()
1849 if (helper_status) in cmd_main()
1874 if (helper_status) in cmd_main()
1889 if (helper_status) in cmd_main()
1899 if (helper_status) in cmd_main()
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dhttp-push.c89 static int helper_status; variable
1721 helper_status = 1; in cmd_main()
1807 if (helper_status) in cmd_main()
1820 if (helper_status) in cmd_main()
1836 if (helper_status) in cmd_main()
1840 else if (helper_status) in cmd_main()
1849 if (helper_status) in cmd_main()
1874 if (helper_status) in cmd_main()
1889 if (helper_status) in cmd_main()
1899 if (helper_status) in cmd_main()
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Dhttp-push.c89 static int helper_status; variable
1721 helper_status = 1; in cmd_main()
1807 if (helper_status) in cmd_main()
1820 if (helper_status) in cmd_main()
1836 if (helper_status) in cmd_main()
1840 else if (helper_status) in cmd_main()
1849 if (helper_status) in cmd_main()
1874 if (helper_status) in cmd_main()
1889 if (helper_status) in cmd_main()
1899 if (helper_status) in cmd_main()
[all …]
/dports/devel/git/git-2.34.1/
H A Dhttp-push.c89 static int helper_status; variable
1721 helper_status = 1; in cmd_main()
1807 if (helper_status) in cmd_main()
1820 if (helper_status) in cmd_main()
1836 if (helper_status) in cmd_main()
1840 else if (helper_status) in cmd_main()
1849 if (helper_status) in cmd_main()
1874 if (helper_status) in cmd_main()
1889 if (helper_status) in cmd_main()
1899 if (helper_status) in cmd_main()
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Dhttp-push.c89 static int helper_status; variable
1721 helper_status = 1; in cmd_main()
1807 if (helper_status) in cmd_main()
1820 if (helper_status) in cmd_main()
1836 if (helper_status) in cmd_main()
1840 else if (helper_status) in cmd_main()
1849 if (helper_status) in cmd_main()
1874 if (helper_status) in cmd_main()
1889 if (helper_status) in cmd_main()
1899 if (helper_status) in cmd_main()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dhttp-push.c89 static int helper_status; variable
1732 helper_status = 1; in cmd_main()
1824 if (helper_status) in cmd_main()
1837 if (helper_status) in cmd_main()
1853 if (helper_status) in cmd_main()
1857 else if (helper_status) in cmd_main()
1866 if (helper_status) in cmd_main()
1891 if (helper_status) in cmd_main()
1906 if (helper_status) in cmd_main()
1916 if (helper_status) in cmd_main()
[all …]
/dports/devel/util-linux/util-linux-2.36/libmount/src/
H A Dcontext_umount.c741 cxt->helper_status = -1; in exec_helper()
744 cxt->helper_status = WIFEXITED(st) ? WEXITSTATUS(st) : -1; in exec_helper()
749 cxt->helper_status, rc, in exec_helper()
H A DmountP.h340 int helper_status; /* helper wait(2) status */ member
H A Dcontext_mount.c696 cxt->helper_status = -1; in exec_helper()
699 cxt->helper_status = WIFEXITED(st) ? WEXITSTATUS(st) : -1; in exec_helper()
704 cxt->helper_status, rc, in exec_helper()
H A Dcontext.c329 cxt->helper_status = 0; in mnt_context_reset_status()
2607 return cxt->helper_status; in mnt_context_get_helper_status()
/dports/sysutils/linrename/util-linux-2.25.2/libmount/src/
H A Dcontext_umount.c583 cxt->helper_status = WIFEXITED(st) ? WEXITSTATUS(st) : -1; in exec_helper()
586 cxt->helper, cxt->helper_status)); in exec_helper()
H A DmountP.h308 int helper_status; /* helper wait(2) status */ member
H A Dcontext_mount.c601 cxt->helper_status = WIFEXITED(st) ? WEXITSTATUS(st) : -1; in exec_helper()
604 cxt->helper, cxt->helper_status)); in exec_helper()
H A Dcontext.c200 cxt->helper_status = 0; in mnt_context_reset_status()
2140 return cxt->helper_status; in mnt_context_get_helper_status()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Ddrbd_genl.h323 __u32_field(2, DRBD_GENLA_F_MANDATORY, helper_status)
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Ddrbd_genl.h323 __u32_field(2, DRBD_GENLA_F_MANDATORY, helper_status)
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Ddrbd_genl.h323 __u32_field(2, DRBD_GENLA_F_MANDATORY, helper_status)
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/block/drbd/
H A Ddrbd_nl.c4832 helper_info.helper_status = status; in notify_helper()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/block/drbd/
H A Ddrbd_nl.c4832 helper_info.helper_status = status; in notify_helper()

12