Home
last modified time | relevance | path

Searched defs:maxlen (Results 1 – 25 of 5112) sorted by relevance

12345678910>>...205

/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dhttag.cc55 static TAGSTRING *tag_error(TAGSTRING *buf, int maxlen) in tag_error()
63 TAGSTRING *tag_make_sel(TAGSTRING *buf, int maxlen, const char *string) in tag_make_sel()
92 TAGSTRING *tag_make_flags(TAGSTRING *buf, int maxlen, uint32 id, FileOfs ofs) in tag_make_flags()
104 TAGSTRING *tag_make_group(TAGSTRING *buf, int maxlen) in tag_make_group()
114 TAGSTRING *tag_make_color(TAGSTRING *buf, int maxlen, uint32 color) in tag_make_color()
125 TAGSTRING *tag_make_default_color(TAGSTRING *buf, int maxlen) in tag_make_default_color()
136 TAGSTRING *tag_make_edit_byte(TAGSTRING *buf, int maxlen, FileOfs ofs) in tag_make_edit_byte()
252 TAGSTRING *tag_make_edit_char(TAGSTRING *buf, int maxlen, FileOfs ofs) in tag_make_edit_char()
263 TAGSTRING *tag_make_edit_bit(TAGSTRING *buf, int maxlen, FileOfs ofs, int bitidx) in tag_make_edit_bit()
972 void tag_strcat(TAGSTRING *dest, int maxlen, const TAGSTRING *src) in tag_strcat()
[all …]
/dports/devel/efl/efl-1.25.1/src/static_libs/buildsystem/
H A Dbuildsystem_meson.c7 bs_mod_get(char *path, size_t maxlen, const char *subsystem, const char *mod_name) in bs_mod_get()
26 bs_mod_dir_get(char *path, size_t maxlen, const char *subsystem, const char *mod_name) in bs_mod_dir_get()
36 bs_binary_get(char *path, size_t maxlen, const char *subsystem, const char *bin_name) in bs_binary_get()
46 bs_data_path_get(char *path, size_t maxlen, const char *subsystem, const char *file) in bs_data_path_get()
H A Dbuildsystem_autotools.c13 bs_mod_get(char *path, size_t maxlen, const char *subsystem, const char *mod_name) in bs_mod_get()
23 bs_mod_dir_get(char *path, size_t maxlen, const char *subsystem, const char *mod_name) in bs_mod_dir_get()
33 bs_binary_get(char *path, size_t maxlen, const char *subsystem, const char *bin_name) in bs_binary_get()
43 bs_data_path_get(char *path, size_t maxlen, const char *subsystem, const char *file) in bs_data_path_get()
/dports/devel/jrtplib/JRTPLIB-3.11.2/src/
H A Dreformaterrors.py24 maxlen = 0 variable
26 maxlen = max(maxlen,len(n + " ")) variable
30 maxlen = ((maxlen//boundary)+1)*boundary variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dpci_iomap.c31 unsigned long maxlen) in pci_iomap_range()
71 unsigned long maxlen) in pci_iomap_wc_range()
111 void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen) in pci_iomap()
132 void __iomem *pci_iomap_wc(struct pci_dev *dev, int bar, unsigned long maxlen) in pci_iomap_wc()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dpci_iomap.c31 unsigned long maxlen) in pci_iomap_range()
71 unsigned long maxlen) in pci_iomap_wc_range()
111 void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen) in pci_iomap()
132 void __iomem *pci_iomap_wc(struct pci_dev *dev, int bar, unsigned long maxlen) in pci_iomap_wc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dpci_iomap.c31 unsigned long maxlen) in pci_iomap_range()
71 unsigned long maxlen) in pci_iomap_wc_range()
111 void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen) in pci_iomap()
132 void __iomem *pci_iomap_wc(struct pci_dev *dev, int bar, unsigned long maxlen) in pci_iomap_wc()
/dports/games/ksirk/ksirk-21.12.3/ksirk/iris/src/libidn/
H A Dstringprep.h132 #define stringprep_generic(in, maxlen) \ argument
139 #define stringprep_nameprep(in, maxlen) \ argument
142 #define stringprep_nameprep_no_unassigned(in, maxlen) \ argument
150 #define stringprep_plain(in, maxlen) \ argument
157 #define stringprep_kerberos5(in, maxlen) \ argument
166 #define stringprep_xmpp_nodeprep(in, maxlen) \ argument
168 #define stringprep_xmpp_resourceprep(in, maxlen) \ argument
175 #define stringprep_iscsi(in, maxlen) \ argument
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/controllers/
H A Dread_string_controller.cpp30 ReadStringController::ReadStringController(int maxlen, int screenX, int screenY, in ReadStringController()
39 ReadStringController::ReadStringController(int maxlen, TextView *view, in ReadStringController()
94 Common::String ReadStringController::get(int maxlen, int screenX, int screenY, EventHandler *eh) { in get()
103 Common::String ReadStringController::get(int maxlen, TextView *view, EventHandler *eh) { in get()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmembers.cc28 const int maxlen = 2; in test01() local
44 const int maxlen = 4; in test02() local
61 const int maxlen = sizeof(wchar_t) == 4 ? 4 : 2; in test03() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/
H A Dmembers.cc28 const int maxlen = 3; in test01() local
44 const int maxlen = 4; in test02() local
61 const int maxlen = sizeof(wchar_t) == 4 ? 4 : 3; in test03() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmembers.cc28 const int maxlen = 2; in test01() local
44 const int maxlen = 4; in test02() local
61 const int maxlen = sizeof(wchar_t) == 4 ? 4 : 2; in test03() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/
H A Dmembers.cc28 const int maxlen = 3; in test01() local
44 const int maxlen = 4; in test02() local
61 const int maxlen = sizeof(wchar_t) == 4 ? 4 : 3; in test03() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmembers.cc28 const int maxlen = 2; in test01() local
44 const int maxlen = 4; in test02() local
61 const int maxlen = sizeof(wchar_t) == 4 ? 4 : 2; in test03() local
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmembers.cc28 const int maxlen = 2; in test01() local
44 const int maxlen = 4; in test02() local
61 const int maxlen = sizeof(wchar_t) == 4 ? 4 : 2; in test03() local
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/
H A Dmembers.cc28 const int maxlen = 3; in test01() local
44 const int maxlen = 4; in test02() local
61 const int maxlen = sizeof(wchar_t) == 4 ? 4 : 3; in test03() local
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/
H A Dmembers.cc28 const int maxlen = 3; in test01() local
44 const int maxlen = 4; in test02() local
61 const int maxlen = sizeof(wchar_t) == 4 ? 4 : 3; in test03() local
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmembers.cc28 const int maxlen = 2; in test01() local
44 const int maxlen = 4; in test02() local
61 const int maxlen = sizeof(wchar_t) == 4 ? 4 : 2; in test03() local
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmembers.cc28 const int maxlen = 2; in test01() local
44 const int maxlen = 4; in test02() local
61 const int maxlen = sizeof(wchar_t) == 4 ? 4 : 2; in test03() local
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/
H A Dmembers.cc28 const int maxlen = 3; in test01() local
44 const int maxlen = 4; in test02() local
61 const int maxlen = sizeof(wchar_t) == 4 ? 4 : 3; in test03() local
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmembers.cc28 const int maxlen = 2; in test01() local
44 const int maxlen = 4; in test02() local
61 const int maxlen = sizeof(wchar_t) == 4 ? 4 : 2; in test03() local
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/
H A Dmembers.cc28 const int maxlen = 3; in test01() local
44 const int maxlen = 4; in test02() local
61 const int maxlen = sizeof(wchar_t) == 4 ? 4 : 3; in test03() local
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmembers.cc28 const int maxlen = 2; in test01() local
44 const int maxlen = 4; in test02() local
61 const int maxlen = sizeof(wchar_t) == 4 ? 4 : 2; in test03() local
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/
H A Dmembers.cc28 const int maxlen = 3; in test01() local
44 const int maxlen = 4; in test02() local
61 const int maxlen = sizeof(wchar_t) == 4 ? 4 : 3; in test03() local
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmembers.cc28 const int maxlen = 2; in test01() local
44 const int maxlen = 4; in test02() local
61 const int maxlen = sizeof(wchar_t) == 4 ? 4 : 2; in test03() local

12345678910>>...205