Home
last modified time | relevance | path

Searched refs:comment_offset (Results 1 – 25 of 36) sorted by relevance

12

/dports/security/ADMsmb/ADMsmb_0.3/
H A Dclient.c277 int comment_offset = IVAL (p, 16) & 0xFFFF; in browse_host() local
300 comment_offset ? rdata + comment_offset - converter : ""); in browse_host()
305 comment_offset ? rdata + comment_offset - converter : ""); in browse_host()
467 int comment_offset = IVAL (p2, 22) & 0xFFFF; in list_servers() local
471 comment_offset ? rdata + comment_offset - converter : ""); in list_servers()
474 comment_offset ? rdata + comment_offset - converter : ""); in list_servers()
525 int comment_offset = IVAL (p2, 22) & 0xFFFF; in list_servers() local
528 comment_offset ? rdata + comment_offset - converter : ""); in list_servers()
531 comment_offset ? rdata + comment_offset - converter : ""); in list_servers()
/dports/multimedia/avinfo/avinfo-1.0.a15/src/
H A Dogm.c95 int comment_offset;/*offset of current comment (pointer to 4bytes field size)*/ in ogmparse() local
175 comment_offset=0; in ogmparse()
177 comment_size=CharsToInt32(buffer,comment_base+comment_offset); in ogmparse()
178 if (comment_base+comment_size+comment_offset>readed_bytes) break; in ogmparse()
179 comment=CommentSplit(buffer+comment_base+comment_offset+4,comment_size); in ogmparse()
180 comment_offset+=4+comment_size; in ogmparse()
/dports/devel/py-iniparse/iniparse-0.5/iniparse/
H A Dini.py85 comment_offset=-1, line=None): argument
90 self.comment_offset = comment_offset
96 out = (out+' ').ljust(self.comment_offset)
112 comment_separator=None, comment_offset=-1, line=None): argument
119 self.comment_offset = comment_offset
125 out = (out+' ').ljust(self.comment_offset)
/dports/net/samba412/samba-4.12.15/source3/libsmb/
H A Dclirap.c226 int comment_offset; in cli_RNetShareEnum() local
240 comment_offset = (IVAL(p,16) & 0xFFFF) - converter; in cli_RNetShareEnum()
241 if (comment_offset < 0 || in cli_RNetShareEnum()
242 comment_offset > (int)rdrcnt) { in cli_RNetShareEnum()
246 cmnt = comment_offset?(rdata+comment_offset):""; in cli_RNetShareEnum()
427 int comment_offset; in cli_NetServerEnum() local
440 comment_offset = (IVAL(p,22) & 0xFFFF)-converter; in cli_NetServerEnum()
441 cmnt = comment_offset?(rdata+comment_offset):""; in cli_NetServerEnum()
443 if (comment_offset < 0 || comment_offset >= (int)rdrcnt) { in cli_NetServerEnum()
/dports/games/taisei/taisei-1.3.2/src/menu/
H A Dmusicroom.c141 float comment_offset = smoothstep(0, 1, (1 - comment_alpha)) * comment_height; in musicroom_draw() local
145 r_mat_mv_translate(SCREEN_W * 0.5, SCREEN_H - comment_height * 0.5 + comment_offset, 0); in musicroom_draw()
155 …nst float text_y = SCREEN_H - comment_height + font_get_lineskip(text_font) * 1.5 + comment_offset; in musicroom_draw()
199 .pos = { SCREEN_W - text_x, SCREEN_H + comment_offset - font_get_lineskip(text_font) }, in musicroom_draw()
/dports/security/chntpw/chntpw-140201/
H A Dchntpw.c335 int comment_offset,comment_len; in change_pw() local
363 comment_offset = v->comment_ofs; in change_pw()
392 comment_offset < 0 || comment_offset >= vlen || in change_pw()
402 comment_offset += 0xCC; in change_pw()
409 cheap_uni2ascii(vp + comment_offset,comment,comment_len); in change_pw()
H A Dchntpw-presplit.c1374 int comment_offset,comment_len; in change_pw() local
1400 comment_offset = v->comment_ofs; in change_pw()
1429 comment_offset < 0 || comment_offset >= vlen || in change_pw()
1439 comment_offset += 0xCC; in change_pw()
1446 cheap_uni2ascii(vp + comment_offset,comment,comment_len); in change_pw()
/dports/www/privatebin/PrivateBin-1.3.5/js/
H A Dpaste.jsonld38 "comment_offset": {
/dports/security/l0phtcrack/l0phtcrack-1.5/
H A DPWDUMP.C500 int comment_offset = get_int(vp + 0x24); in check_vp() local
515 comment_offset < 0 || pw_offset < 0) in check_vp()
519 comment_offset += 0xCC; in check_vp()
555 wcstombs( *comment, (wchar_t *)(vp + comment_offset), comment_len/sizeof(wchar_t)); in check_vp()
/dports/korean/libhangul/libhangul-9fe2d4e/hangul/
H A Dhanja.c157 uint32_t comment_offset; member
266 hanja->comment_offset = sizeof(*hanja) + keylen + valuelen; in hanja_new()
330 return p + hanja->comment_offset; in hanja_get_comment()
/dports/archivers/unarr/unarr-1.0.1/zip/
H A Dzip.c175 if (!ar_seek(ar->stream, zip->comment_offset, SEEK_SET)) in zip_get_global_comment()
208 zip->comment_offset = offset + ZIP_END_OF_CENTRAL_DIR_SIZE; in ar_open_zip_archive()
H A Dzip.h168 off64_t comment_offset; member
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/chartdldr_pi/src/unarr/zip/
H A Dzip.c175 if (!ar_seek(ar->stream, zip->comment_offset, SEEK_SET)) in zip_get_global_comment()
208 zip->comment_offset = offset + ZIP_END_OF_CENTRAL_DIR_SIZE; in ar_open_zip_archive()
H A Dzip.h160 off64_t comment_offset; member
/dports/www/firefox/firefox-99.0/third_party/python/compare_locales/compare_locales/parser/
H A Ddefines.py36 comment_offset = 2 variable in DefinesParser.Comment
H A Dbase.py219 comment_offset = 1 variable in OffsetComment
225 l[self.comment_offset:] for l in self.all.splitlines(True)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/compare_locales/compare_locales/parser/
H A Ddefines.py36 comment_offset = 2 variable in DefinesParser.Comment
H A Dbase.py219 comment_offset = 1 variable in OffsetComment
225 l[self.comment_offset:] for l in self.all.splitlines(True)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/compare_locales/compare_locales/parser/
H A Ddefines.py36 comment_offset = 2 variable in DefinesParser.Comment
H A Dbase.py219 comment_offset = 1 variable in OffsetComment
225 l[self.comment_offset:] for l in self.all.splitlines(True)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/compare-locales/compare_locales/parser/
H A Ddefines.py36 comment_offset = 2 variable in DefinesParser.Comment
H A Dbase.py219 comment_offset = 1 variable in OffsetComment
225 l[self.comment_offset:] for l in self.all.splitlines(True)
/dports/devel/py-iniparse/iniparse-0.5/tests/
H A Dtest_ini.py43 self.assertEqual(p.comment_offset, l[1][3])
93 self.assertEqual(p.comment_offset, l[6])
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dpdb.c312 comment_offset = 0, in ReadPDBImage() local
370 comment_offset=(ssize_t) ReadBlobMSBSignedLong(image); in ReadPDBImage()
599 num_pad_bytes = (size_t) (comment_offset - TellBlob( image )); in ReadPDBImage()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dpdb.c309 comment_offset = 0, in ReadPDBImage() local
368 comment_offset=(ssize_t) ReadBlobMSBSignedLong(image); in ReadPDBImage()
595 num_pad_bytes = (size_t) (comment_offset - TellBlob( image )); in ReadPDBImage()

12