Home
last modified time | relevance | path

Searched refs:HEADER_FORMAT (Results 1 – 25 of 87) sorted by relevance

1234

/dports/net/py-pysmb/pysmb-1.1.27/python2/smb/
H A Dsecurity_descriptors.py196 HEADER_FORMAT = '<BBH' variable in ACE
234 header_size = struct.calcsize(cls.HEADER_FORMAT)
236 type_, flags, size = struct.unpack(cls.HEADER_FORMAT, header)
288 HEADER_FORMAT = '<BBHHH' variable in ACL
304 header_size = struct.calcsize(cls.HEADER_FORMAT)
306 revision, sbz1, size, count, sbz2 = struct.unpack(cls.HEADER_FORMAT, header)
325 HEADER_FORMAT = '<BBHIIII' variable in SecurityDescriptor
349 header = data[:struct.calcsize(cls.HEADER_FORMAT)]
351 dacl_offset) = struct.unpack(cls.HEADER_FORMAT, header)
/dports/net/py-pysmb/pysmb-1.1.27/python3/smb/
H A Dsecurity_descriptors.py196 HEADER_FORMAT = '<BBH' variable in ACE
234 header_size = struct.calcsize(cls.HEADER_FORMAT)
236 type_, flags, size = struct.unpack(cls.HEADER_FORMAT, header)
288 HEADER_FORMAT = '<BBHHH' variable in ACL
304 header_size = struct.calcsize(cls.HEADER_FORMAT)
306 revision, sbz1, size, count, sbz2 = struct.unpack(cls.HEADER_FORMAT, header)
325 HEADER_FORMAT = '<BBHIIII' variable in SecurityDescriptor
349 header = data[:struct.calcsize(cls.HEADER_FORMAT)]
351 dacl_offset) = struct.unpack(cls.HEADER_FORMAT, header)
/dports/textproc/uim-el/uim-d1ac9d9/emacs/
H A Dhelper.c64 #define HEADER_FORMAT "im_list\ncharset=%s\n" in helper_send_im_list() macro
66 buflen = uim_asprintf(&buf, HEADER_FORMAT, ua->encoding); in helper_send_im_list()
68 #undef HEADER_FORMAT in helper_send_im_list()
272 #define HEADER_FORMAT "im_change_whole_desktop\n%s\n" in helper_send_im_change_whole_desktop() macro
274 uim_asprintf(&buf, HEADER_FORMAT, name ? name : ""); in helper_send_im_change_whole_desktop()
280 #undef HEADER_FORMAT in helper_send_im_change_whole_desktop()
/dports/textproc/uim-gtk/uim-d1ac9d9/emacs/
H A Dhelper.c64 #define HEADER_FORMAT "im_list\ncharset=%s\n" in helper_send_im_list() macro
66 buflen = uim_asprintf(&buf, HEADER_FORMAT, ua->encoding); in helper_send_im_list()
68 #undef HEADER_FORMAT in helper_send_im_list()
272 #define HEADER_FORMAT "im_change_whole_desktop\n%s\n" in helper_send_im_change_whole_desktop() macro
274 uim_asprintf(&buf, HEADER_FORMAT, name ? name : ""); in helper_send_im_change_whole_desktop()
280 #undef HEADER_FORMAT in helper_send_im_change_whole_desktop()
/dports/textproc/uim-gtk3/uim-d1ac9d9/emacs/
H A Dhelper.c64 #define HEADER_FORMAT "im_list\ncharset=%s\n" in helper_send_im_list() macro
66 buflen = uim_asprintf(&buf, HEADER_FORMAT, ua->encoding); in helper_send_im_list()
68 #undef HEADER_FORMAT in helper_send_im_list()
272 #define HEADER_FORMAT "im_change_whole_desktop\n%s\n" in helper_send_im_change_whole_desktop() macro
274 uim_asprintf(&buf, HEADER_FORMAT, name ? name : ""); in helper_send_im_change_whole_desktop()
280 #undef HEADER_FORMAT in helper_send_im_change_whole_desktop()
/dports/textproc/uim-qt5/uim-d1ac9d9/emacs/
H A Dhelper.c64 #define HEADER_FORMAT "im_list\ncharset=%s\n" in helper_send_im_list() macro
66 buflen = uim_asprintf(&buf, HEADER_FORMAT, ua->encoding); in helper_send_im_list()
68 #undef HEADER_FORMAT in helper_send_im_list()
272 #define HEADER_FORMAT "im_change_whole_desktop\n%s\n" in helper_send_im_change_whole_desktop() macro
274 uim_asprintf(&buf, HEADER_FORMAT, name ? name : ""); in helper_send_im_change_whole_desktop()
280 #undef HEADER_FORMAT in helper_send_im_change_whole_desktop()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/emacs/
H A Dhelper.c64 #define HEADER_FORMAT "im_list\ncharset=%s\n" in helper_send_im_list() macro
66 buflen = uim_asprintf(&buf, HEADER_FORMAT, ua->encoding); in helper_send_im_list()
68 #undef HEADER_FORMAT in helper_send_im_list()
272 #define HEADER_FORMAT "im_change_whole_desktop\n%s\n" in helper_send_im_change_whole_desktop() macro
274 uim_asprintf(&buf, HEADER_FORMAT, name ? name : ""); in helper_send_im_change_whole_desktop()
280 #undef HEADER_FORMAT in helper_send_im_change_whole_desktop()
/dports/japanese/uim-anthy/uim-d1ac9d9/emacs/
H A Dhelper.c64 #define HEADER_FORMAT "im_list\ncharset=%s\n" in helper_send_im_list() macro
66 buflen = uim_asprintf(&buf, HEADER_FORMAT, ua->encoding); in helper_send_im_list()
68 #undef HEADER_FORMAT in helper_send_im_list()
272 #define HEADER_FORMAT "im_change_whole_desktop\n%s\n" in helper_send_im_change_whole_desktop() macro
274 uim_asprintf(&buf, HEADER_FORMAT, name ? name : ""); in helper_send_im_change_whole_desktop()
280 #undef HEADER_FORMAT in helper_send_im_change_whole_desktop()
/dports/irc/quirc/quirc-0.9.84/
H A Dformat.h1 #ifndef HEADER_FORMAT
2 #define HEADER_FORMAT macro
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dlast_fancy.c19 #define HEADER_FORMAT "%-8.8s %-12.12s %-*.*s %-16.16s %-7.7s %s\n" macro
100 printf(HEADER_FORMAT, in show_entry()
177 printf(HEADER_FORMAT, HEADER_LINE_WIDE); in last_main()
179 printf(HEADER_FORMAT, HEADER_LINE); in last_main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/scripts/
H A Dgenerate_global_constructors.py43 HEADER_FORMAT = """// Stub header file for {{idl_basename}} variable
169 HEADER_FORMAT.format(idl_basename=idl_basename), header_filename)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/scripts/
H A Dgenerate_global_constructors.py43 HEADER_FORMAT = """// Stub header file for {{idl_basename}} variable
172 HEADER_FORMAT.format(idl_basename=idl_basename), header_filename)
/dports/www/p5-FCGI-Client/FCGI-Client-0.09/t/fcgi/
H A Dfcgi.rb311 HEADER_FORMAT = 'CCnnCC' constant in FCGI.Record
315 return *buf.unpack(HEADER_FORMAT)
348 [version(), @type, @request_id, clen, padlen, 0].pack(HEADER_FORMAT)
/dports/net/p5-Event-tcp/Event-tcp-0.14/lib/Event/
H A Dtcpsession.pm21 use constant HEADER_FORMAT => 'Nn'; constant
219 $o->{obuf} .= pack(HEADER_FORMAT, 6+$mlen, $tx) . $m;
276 my ($len, $tx) = unpack HEADER_FORMAT, $buf;
/dports/audio/py-fmoo-audiotools/audiotools-3.0/audiotools/
H A Dape.py243 HEADER_FORMAT = "8b 32u 32u 32u 1u 2u 26p 1u 1u 1u 64p" variable in ApeTag
599 has_header) = parse(cls.HEADER_FORMAT, True, tag_footer)
617 writer.build(ApeTag.HEADER_FORMAT,
632 writer.build(ApeTag.HEADER_FORMAT,
789 has_header) = parse(ApeTag.HEADER_FORMAT, True, tag_footer)
918 ApeTag.HEADER_FORMAT)
/dports/security/binwalk/binwalk-2.1.1/src/binwalk/core/
H A Dmodule.py182 HEADER_FORMAT = "%-12s %-12s %s\n" variable in Module
471 self.config.display.format_strings(self.HEADER_FORMAT, self.RESULT_FORMAT)
505 self.config.display.format_strings(self.HEADER_FORMAT, self.RESULT_FORMAT)
556 self.config.display.format_strings(self.HEADER_FORMAT, self.RESULT_FORMAT)
/dports/math/py-numpy-stl/numpy-stl-2.11.3/stl/
H A Dstl.py47 HEADER_FORMAT = '{package_name} ({version}) {now} {name}' variable
296 header = HEADER_FORMAT.format(
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/tools/binman/
H A Dcbfs_util.py34 HEADER_FORMAT = '>IIIIIIII' variable
569 hdr = struct.pack(HEADER_FORMAT, HEADER_MAGIC, HEADER_VERSION2,
834 HEADER_FORMAT, data)
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/tools/binman/
H A Dcbfs_util.py34 HEADER_FORMAT = '>IIIIIIII' variable
569 hdr = struct.pack(HEADER_FORMAT, HEADER_MAGIC, HEADER_VERSION2,
834 HEADER_FORMAT, data)
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/tools/binman/
H A Dcbfs_util.py34 HEADER_FORMAT = '>IIIIIIII' variable
569 hdr = struct.pack(HEADER_FORMAT, HEADER_MAGIC, HEADER_VERSION2,
834 HEADER_FORMAT, data)
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/tools/binman/
H A Dcbfs_util.py34 HEADER_FORMAT = '>IIIIIIII' variable
569 hdr = struct.pack(HEADER_FORMAT, HEADER_MAGIC, HEADER_VERSION2,
834 HEADER_FORMAT, data)
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/tools/binman/
H A Dcbfs_util.py34 HEADER_FORMAT = '>IIIIIIII' variable
569 hdr = struct.pack(HEADER_FORMAT, HEADER_MAGIC, HEADER_VERSION2,
834 HEADER_FORMAT, data)
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/tools/binman/
H A Dcbfs_util.py34 HEADER_FORMAT = '>IIIIIIII' variable
569 hdr = struct.pack(HEADER_FORMAT, HEADER_MAGIC, HEADER_VERSION2,
834 HEADER_FORMAT, data)
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/tools/binman/
H A Dcbfs_util.py34 HEADER_FORMAT = '>IIIIIIII' variable
569 hdr = struct.pack(HEADER_FORMAT, HEADER_MAGIC, HEADER_VERSION2,
834 HEADER_FORMAT, data)
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/tools/binman/
H A Dcbfs_util.py34 HEADER_FORMAT = '>IIIIIIII' variable
569 hdr = struct.pack(HEADER_FORMAT, HEADER_MAGIC, HEADER_VERSION2,
834 HEADER_FORMAT, data)

1234