Home
last modified time | relevance | path

Searched refs:exits (Results 76 – 100 of 14646) sorted by relevance

12345678910>>...586

/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/sys/reaper/
H A Dreaper_unix.go63 exits, err := reap(false)
64 for _, e := range exits {
212 func reap(wait bool) (exits []exit, err error) {
225 return exits, nil
227 return exits, err
230 return exits, nil
232 exits = append(exits, exit{
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/sys/reaper/
H A Dreaper_unix.go63 exits, err := reap(false)
64 for _, e := range exits {
212 func reap(wait bool) (exits []exit, err error) {
225 return exits, nil
227 return exits, err
230 return exits, nil
232 exits = append(exits, exit{
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/sys/reaper/
H A Dreaper_unix.go63 exits, err := reap(false)
64 for _, e := range exits {
212 func reap(wait bool) (exits []exit, err error) {
225 return exits, nil
227 return exits, err
230 return exits, nil
232 exits = append(exits, exit{
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/sys/reaper/
H A Dreaper_unix.go63 exits, err := reap(false)
64 for _, e := range exits {
212 func reap(wait bool) (exits []exit, err error) {
225 return exits, nil
227 return exits, err
230 return exits, nil
232 exits = append(exits, exit{
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/sys/reaper/
H A Dreaper_unix.go63 exits, err := reap(false)
64 for _, e := range exits {
212 func reap(wait bool) (exits []exit, err error) {
225 return exits, nil
227 return exits, err
230 return exits, nil
232 exits = append(exits, exit{
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tcs/font/
H A Dmerge.c49 exits("param mismatch"); in main()
54 exits("out of memory"); in main()
62 exits(0); in main()
69 exits("usage"); in usage()
81 exits("font read"); in snarf()
85 exits("font read"); in snarf()
89 exits("font read"); in snarf()
94 exits("font read"); in snarf()
H A Dgbits.c36 exits("bitfile open error"); in greadbits()
41 exits("malloc error"); in greadbits()
70 exits("bad bdf"); in greadbits()
97 exits("malloc error"); in greadbits()
109 exits("balloc failure"); in greadbits()
131 exits("bad bdf"); in field()
135 exits("bad bdf"); in field()
/dports/devel/9base/9base-6/read/
H A Dread.c21 exits("read error"); in line()
33 exits("malloc"); in line()
74 exits("usage"); in main()
84 exits("open"); in main()
90 exits(status); in main()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/
H A Dread.c21 exits("read error"); in line()
33 exits("malloc"); in line()
74 exits("usage"); in main()
84 exits("open"); in main()
90 exits(status); in main()
H A Duniq.c54 exits("open"); in main()
60 exits("arg"); in main()
66 exits(0); in main()
71 exits(0); in main()
80 exits(0); in main()
99 exits("too long"); in gline()
H A Dbasename.c18 exits("usage"); in main()
25 exits(0); in main()
28 exits(0); in main()
40 exits(0); in main()
/dports/devel/9base/9base-6/uniq/
H A Duniq.c54 exits("open"); in main()
60 exits("arg"); in main()
66 exits(0); in main()
71 exits(0); in main()
80 exits(0); in main()
99 exits("too long"); in gline()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcfgloop.c185 for (exit = loop->exits->next; exit != loop->exits; exit = next) in flow_loop_free()
192 ggc_free (loop->exits); in flow_loop_free()
331 loop->exits->next = loop->exits->prev = loop->exits; in alloc_loop()
1022 exit->next_e = exits; in rescan_loop_exit()
1023 exits = exit; in rescan_loop_exit()
1027 if (!exits && new_edge) in rescan_loop_exit()
1036 if (exits) in rescan_loop_exit()
1040 *slot = exits; in rescan_loop_exit()
1064 current_loops->exits in record_loop_exits()
1531 if (!loop->exits || loop->exits->e != NULL) in verify_loop_structure()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcfgloop.c187 for (exit = loop->exits->next; exit != loop->exits; exit = next) in flow_loop_free()
194 ggc_free (loop->exits); in flow_loop_free()
333 loop->exits->next = loop->exits->prev = loop->exits; in alloc_loop()
1037 exit->next_e = exits; in rescan_loop_exit()
1038 exits = exit; in rescan_loop_exit()
1042 if (!exits && new_edge) in rescan_loop_exit()
1051 if (exits) in rescan_loop_exit()
1055 *slot = exits; in rescan_loop_exit()
1524 if (!loop->exits || loop->exits->e != NULL) in verify_loop_structure()
1542 if (exit != loop->exits) in verify_loop_structure()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcfgloop.c191 for (exit = loop->exits->next; exit != loop->exits; exit = next) in flow_loop_free()
198 ggc_free (loop->exits); in flow_loop_free()
337 loop->exits->next = loop->exits->prev = loop->exits; in alloc_loop()
1039 exit->next_e = exits; in rescan_loop_exit()
1040 exits = exit; in rescan_loop_exit()
1044 if (!exits && new_edge) in rescan_loop_exit()
1053 if (exits) in rescan_loop_exit()
1057 *slot = exits; in rescan_loop_exit()
1539 if (!loop->exits || loop->exits->e != NULL) in verify_loop_structure()
1557 if (exit != loop->exits) in verify_loop_structure()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcfgloop.c187 for (exit = loop->exits->next; exit != loop->exits; exit = next) in flow_loop_free()
194 ggc_free (loop->exits); in flow_loop_free()
333 loop->exits->next = loop->exits->prev = loop->exits; in alloc_loop()
1037 exit->next_e = exits; in rescan_loop_exit()
1038 exits = exit; in rescan_loop_exit()
1042 if (!exits && new_edge) in rescan_loop_exit()
1051 if (exits) in rescan_loop_exit()
1055 *slot = exits; in rescan_loop_exit()
1524 if (!loop->exits || loop->exits->e != NULL) in verify_loop_structure()
1542 if (exit != loop->exits) in verify_loop_structure()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcfgloop.c185 for (exit = loop->exits->next; exit != loop->exits; exit = next) in flow_loop_free()
192 ggc_free (loop->exits); in flow_loop_free()
331 loop->exits->next = loop->exits->prev = loop->exits; in alloc_loop()
1022 exit->next_e = exits; in rescan_loop_exit()
1023 exits = exit; in rescan_loop_exit()
1027 if (!exits && new_edge) in rescan_loop_exit()
1036 if (exits) in rescan_loop_exit()
1040 *slot = exits; in rescan_loop_exit()
1064 current_loops->exits in record_loop_exits()
1531 if (!loop->exits || loop->exits->e != NULL) in verify_loop_structure()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/tedsuo/ifrit/grouper/
H A Ddynamic_group_test.go97 exits := client.ExitListener()
112 Eventually(exits).Should(Receive(&exit2))
116 Eventually(exits).Should(Receive(&exit1))
120 Eventually(exits).Should(Receive(&exit3))
142 exits := client.ExitListener()
143 Eventually(exits).Should(Receive())
144 Eventually(exits).Should(Receive())
146 Consistently(exits).ShouldNot(Receive())
/dports/devel/p5-Test-Mini/Test-Mini-v1.1.3/t/
H A D01-Test-Mini.t15 note 'Test: when run with no test modules, exits with 255';
21 note 'Test: when run with an empty test module, exits with 127';
29 note 'Test: when run with an empty (no assertions) test, exits with 1';
44 note 'Test: when run with an erroneous test, exits with 1';
62 note 'Test: when run with an failing test, exits with 1';
80 note 'Test: when run with a passing test, exits with 0';
98 note 'Test: when run with a skipped test, exits with 0';
117 note 'Test: installed END block exits with result from MT::U::Runner#run';
/dports/security/py-stem/stem-1.8.0/docs/_static/example/
H A Dcollector_reading.py8 exits = {} variable
12 exits[desc.fingerprint] = desc
14 print('%i relays published an exiting policy today...\n' % len(exits))
16 for fingerprint, desc in exits.items():
/dports/net/py-sbws/sbws-25aa5b232ca26729e1bf30a7c5a54fd22f5c3eeb/tests/integration/lib/
H A Dtest_circuitbuilder.py11 exits = rl.exits_not_bad_allowing_port(port=443)
15 non_exits = list(set(rl.exits).difference(set(exits)))
20 exit_relay = random.choice(exits)
/dports/security/py-angr/angr-9.0.5405/tests/
H A Dbroken_loop.py20 s_loop = loop_nolibs.sim_run(loop_nolibs.exit_to(0x40051A, s.exits()[0].state))
21 nose.tools.assert_equals(len(s_loop.exits()), 2)
22 nose.tools.assert_true(s_loop.exits()[0].reachable()) # True
23 nose.tools.assert_false(s_loop.exits()[1].reachable()) # False
28 …results = angr.surveyors.Escaper(loop_nolibs, loop_addrs, start=s.exits()[0], loop_iterations=4).r…
/dports/devel/9base/9base-6/basename/
H A Dbasename.c18 exits("usage"); in main()
25 exits(0); in main()
28 exits(0); in main()
40 exits(0); in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgloop.c194 for (exit = loop->exits->next; exit != loop->exits; exit = next) in flow_loop_free()
201 ggc_free (loop->exits); in flow_loop_free()
352 loop->exits->next = loop->exits->prev = loop->exits; in alloc_loop()
1095 exit->next_e = exits; in rescan_loop_exit()
1096 exits = exit; in rescan_loop_exit()
1100 if (!exits && new_edge) in rescan_loop_exit()
1109 if (exits) in rescan_loop_exit()
1113 *slot = exits; in rescan_loop_exit()
1137 current_loops->exits in record_loop_exits()
1600 if (!loop->exits || loop->exits->e != NULL) in verify_loop_structure()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcfgloop.c194 for (exit = loop->exits->next; exit != loop->exits; exit = next) in flow_loop_free()
201 ggc_free (loop->exits); in flow_loop_free()
352 loop->exits->next = loop->exits->prev = loop->exits; in alloc_loop()
1095 exit->next_e = exits; in rescan_loop_exit()
1096 exits = exit; in rescan_loop_exit()
1100 if (!exits && new_edge) in rescan_loop_exit()
1109 if (exits) in rescan_loop_exit()
1113 *slot = exits; in rescan_loop_exit()
1137 current_loops->exits in record_loop_exits()
1601 if (!loop->exits || loop->exits->e != NULL) in verify_loop_structure()
[all …]

12345678910>>...586