Home
last modified time | relevance | path

Searched refs:not_written (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/reporting/
H A Djswriter.py87 not_written = 1 + sum(self._write_parts_over_threshold(item, mapping)
89 if not_written > self._split_threshold:
92 return not_written
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/
H A Dec_sslwrap.c890 int32 len, packet_len, not_written, ret_err; in sslw_write_data() local
900 not_written = 0; in sslw_write_data()
911 not_written = 1; in sslw_write_data()
920 not_written = 1; in sslw_write_data()
926 if (len < packet_len && !not_written ) { in sslw_write_data()
930 not_written = 1; in sslw_write_data()
934 if (not_written) in sslw_write_data()
937 } while (not_written); in sslw_write_data()
/dports/security/silktools/silk-3.19.1/src/rwpmap/
H A Drwpmapbuild.l1354 const char *not_written = " Output not written."; in main() local
1356 not_written = ""; in main()
1361 not_written); in main()
H A Drwpmapbuild.c3131 const char *not_written = " Output not written."; in main() local
3133 not_written = ""; in main()
3138 not_written); in main()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Derl_tar.erl1638 not_written
1642 not_written -> ok
1661 not_written ->
1663 not_written;
1672 {error,enotsup} -> not_written;
1673 {error,eexist} -> not_written;
1684 {error,eexist} -> not_written;
1687 not_written;
1703 false -> not_written
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Derl_tar.erl1631 not_written
1635 not_written -> ok
1696 not_written ->
1698 not_written;
1707 {error,enotsup} -> not_written;
1708 {error,eexist} -> not_written;
1719 {error,eexist} -> not_written;
1722 not_written;
1738 false -> not_written
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Derl_tar.erl1626 not_written
1630 not_written -> ok
1691 not_written ->
1693 not_written;
1702 {error,enotsup} -> not_written;
1703 {error,eexist} -> not_written;
1714 {error,eexist} -> not_written;
1717 not_written;
1733 false -> not_written
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_tar.erl1648 not_written
1652 not_written -> ok
1671 not_written ->
1673 not_written;
1682 {error,enotsup} -> not_written;
1683 {error,eexist} -> not_written;
1694 {error,eexist} -> not_written;
1697 not_written;
1713 false -> not_written
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_tar.erl1648 not_written
1652 not_written -> ok
1671 not_written ->
1673 not_written;
1682 {error,enotsup} -> not_written;
1683 {error,eexist} -> not_written;
1694 {error,eexist} -> not_written;
1697 not_written;
1713 false -> not_written
/dports/devel/elixir-hex/hex-1.0.1/src/
H A Dmix_hex_erl_tar.erl1655 not_written
1659 not_written -> ok
1711 not_written ->
1713 not_written;
1722 {error,enotsup} -> not_written;
1723 {error,eexist} -> not_written;
1734 {error,eexist} -> not_written;
1737 not_written;
1753 false -> not_written
/dports/devel/rebar3/rebar3-3.17.0/src/vendored/
H A Dr3_hex_erl_tar.erl1655 not_written
1659 not_written -> ok
1711 not_written ->
1713 not_written;
1722 {error,enotsup} -> not_written;
1723 {error,eexist} -> not_written;
1734 {error,eexist} -> not_written;
1737 not_written;
1753 false -> not_written
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_tar.erl1648 not_written
1652 not_written -> ok
1671 not_written ->
1673 not_written;
1682 {error,enotsup} -> not_written;
1683 {error,eexist} -> not_written;
1694 {error,eexist} -> not_written;
1697 not_written;
1713 false -> not_written
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_tar.erl1648 not_written
1652 not_written -> ok
1671 not_written ->
1673 not_written;
1682 {error,enotsup} -> not_written;
1683 {error,eexist} -> not_written;
1694 {error,eexist} -> not_written;
1697 not_written;
1713 false -> not_written
/dports/multimedia/tstools/tstools-1.11/
H A Dtswrite.c1350 int not_written = TRUE; in write_tcp_data() local
1360 while (not_written) in write_tcp_data()
1397 not_written = FALSE; in write_tcp_data()
1400 not_written = FALSE; // well, sort of in write_tcp_data()
1404 if (not_written) in write_tcp_data()
/dports/graphics/svgalib/svgalib-1.4.3/src/
H A Det6000.c25 static char *not_written = "ET6000 subroutine %s is not written yet.\n"; variable
29 #define DNOTW(a) fprintf(outf,not_written,a)
/dports/net/yaz/yaz-5.31.1/src/
H A Dmarcdisp.c926 int not_written; in add_marc_datafield_turbo_xml() local
936not_written = element_name_append_attribute_value(mt, subfield_name, 0, s->code_data, using_code_l… in add_marc_datafield_turbo_xml()
940 if (not_written) in add_marc_datafield_turbo_xml()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-alias.c1726 bitmap not_written; in call_may_clobber_ref_p_1() local
1729 && (not_written = ipa_reference_get_not_written_global (node)) in call_may_clobber_ref_p_1()
1730 && bitmap_bit_p (not_written, DECL_UID (base))) in call_may_clobber_ref_p_1()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-alias.c1726 bitmap not_written; in call_may_clobber_ref_p_1() local
1729 && (not_written = ipa_reference_get_not_written_global (node)) in call_may_clobber_ref_p_1()
1730 && bitmap_bit_p (not_written, DECL_UID (base))) in call_may_clobber_ref_p_1()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-alias.c1943 bitmap not_written; in call_may_clobber_ref_p_1() local
1946 && (not_written = ipa_reference_get_not_written_global (node)) in call_may_clobber_ref_p_1()
1947 && bitmap_bit_p (not_written, DECL_UID (base))) in call_may_clobber_ref_p_1()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-alias.c2127 bitmap not_written; in call_may_clobber_ref_p_1() local
2130 && (not_written = ipa_reference_get_not_written_global (node)) in call_may_clobber_ref_p_1()
2131 && bitmap_bit_p (not_written, ipa_reference_var_uid (base))) in call_may_clobber_ref_p_1()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-alias.c2201 bitmap not_written; in call_may_clobber_ref_p_1() local
2204 && (not_written = ipa_reference_get_not_written_global (node)) in call_may_clobber_ref_p_1()
2205 && bitmap_bit_p (not_written, ipa_reference_var_uid (base))) in call_may_clobber_ref_p_1()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-alias.c2201 bitmap not_written; in call_may_clobber_ref_p_1() local
2204 && (not_written = ipa_reference_get_not_written_global (node)) in call_may_clobber_ref_p_1()
2205 && bitmap_bit_p (not_written, ipa_reference_var_uid (base))) in call_may_clobber_ref_p_1()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-alias.c2201 bitmap not_written; in call_may_clobber_ref_p_1() local
2204 && (not_written = ipa_reference_get_not_written_global (node)) in call_may_clobber_ref_p_1()
2205 && bitmap_bit_p (not_written, ipa_reference_var_uid (base))) in call_may_clobber_ref_p_1()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-alias.c2201 bitmap not_written; in call_may_clobber_ref_p_1() local
2204 && (not_written = ipa_reference_get_not_written_global (node)) in call_may_clobber_ref_p_1()
2205 && bitmap_bit_p (not_written, ipa_reference_var_uid (base))) in call_may_clobber_ref_p_1()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-alias.c2220 bitmap not_written; in call_may_clobber_ref_p_1() local
2223 && (not_written = ipa_reference_get_not_written_global (node)) in call_may_clobber_ref_p_1()
2224 && bitmap_bit_p (not_written, ipa_reference_var_uid (base))) in call_may_clobber_ref_p_1()

12