Home
last modified time | relevance | path

Searched refs:CommentLength (Results 1 – 25 of 56) sorted by relevance

123

/dports/sysutils/acpica-tools/acpica-unix-20210930/source/compiler/
H A Dcvcompiler.c393 UINT32 CommentLength = 0; in CvCalculateCommentLengths() local
422 CommentLength = strlen (Current->Comment)+3; in CvCalculateCommentLengths()
425 TotalCommentLength += CommentLength; in CvCalculateCommentLengths()
435 CommentLength = strlen (Current->Comment)+3; in CvCalculateCommentLengths()
438 TotalCommentLength += CommentLength; in CvCalculateCommentLengths()
445 CommentLength = strlen (Op->Asl.InlineComment)+3; in CvCalculateCommentLengths()
448 TotalCommentLength += CommentLength; in CvCalculateCommentLengths()
453 CommentLength = strlen(Op->Asl.EndNodeComment)+3; in CvCalculateCommentLengths()
456 TotalCommentLength += CommentLength; in CvCalculateCommentLengths()
461 CommentLength = strlen (Op->Asl.CloseBraceComment)+3; in CvCalculateCommentLengths()
[all …]
H A Daslcodegen.c532 UINT32 CommentLength; in CgWriteTableHeader() local
629 CommentLength = strlen (Current->Comment)+3; in CgWriteTableHeader()
630 CvDbgPrint ("Length of standard comment): %d\n", CommentLength); in CgWriteTableHeader()
632 AslGbl_TableHeader.Length += CommentLength; in CgWriteTableHeader()
633 Op->Asl.AmlSubtreeLength += CommentLength; in CgWriteTableHeader()
635 CvDbgPrint (" Length: %u\n", CommentLength); in CgWriteTableHeader()
640 CommentLength = strlen (Op->Asl.CloseBraceComment)+3; in CgWriteTableHeader()
641 CvDbgPrint ("Length of inline comment +3: %d\n", CommentLength); in CgWriteTableHeader()
643 AslGbl_TableHeader.Length += CommentLength; in CgWriteTableHeader()
644 Op->Asl.AmlSubtreeLength += CommentLength; in CgWriteTableHeader()
[all …]
/dports/converters/mimelib/mimelib-1.1.2/mimelib/
H A Ddw_date.cpp35 static int CommentLength(const char *str) in CommentLength() function
118 pos += CommentLength(&str[pos]); in ParseRfc822Date()
150 pos += CommentLength(&str[pos]); in ParseRfc822Date()
281 pos += CommentLength(&str[pos]); in ParseRfc822Date()
325 pos += CommentLength(&str[pos]); in ParseRfc822Date()
357 pos += CommentLength(&str[pos]); in ParseRfc822Date()
367 pos += CommentLength(&str[pos]); in ParseRfc822Date()
399 pos += CommentLength(&str[pos]); in ParseRfc822Date()
413 pos += CommentLength(&str[pos]); in ParseRfc822Date()
442 pos += CommentLength(&str[pos]); in ParseRfc822Date()
/dports/mail/lurker/lurker-2.3/mimelib/
H A Ddw_date.cpp35 static int CommentLength(const char *str) in CommentLength() function
118 pos += CommentLength(&str[pos]); in ParseRfc822Date()
150 pos += CommentLength(&str[pos]); in ParseRfc822Date()
281 pos += CommentLength(&str[pos]); in ParseRfc822Date()
334 pos += CommentLength(&str[pos]); in ParseRfc822Date()
366 pos += CommentLength(&str[pos]); in ParseRfc822Date()
376 pos += CommentLength(&str[pos]); in ParseRfc822Date()
408 pos += CommentLength(&str[pos]); in ParseRfc822Date()
422 pos += CommentLength(&str[pos]); in ParseRfc822Date()
451 pos += CommentLength(&str[pos]); in ParseRfc822Date()
/dports/x11/libXpm/libXpm-3.5.13/src/
H A Ddata.c100 data->CommentLength = n; in ParseComment()
161 data->CommentLength = n; in ParseComment()
383 else if (data->CommentLength != 0 && data->CommentLength < UINT_MAX - 1) { in xpmGetCmt()
384 if( (*cmt = (char *) XpmMalloc(data->CommentLength + 1)) == NULL) in xpmGetCmt()
386 strncpy(*cmt, data->Comment, data->CommentLength); in xpmGetCmt()
387 (*cmt)[data->CommentLength] = '\0'; in xpmGetCmt()
388 data->CommentLength = 0; in xpmGetCmt()
H A DCrIFrBuf.c116 mdata->CommentLength = 0; in OpenBuffer()
H A DCrIFrDat.c118 mdata->CommentLength = 0; in OpenArray()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DXpmdata.c98 mdata->CommentLength = n;
158 mdata->CommentLength = n;
381 else if (mdata->CommentLength != 0 && mdata->CommentLength < UINT_MAX - 1) {
382 if( (*cmt = (char *) XpmMalloc(mdata->CommentLength + 1)) == NULL)
384 strncpy(*cmt, mdata->Comment, mdata->CommentLength);
385 (*cmt)[mdata->CommentLength] = '\0';
386 mdata->CommentLength = 0;
H A DXpmCrIFrBuf.c120 mdata->CommentLength = 0;
H A DXpmCrIFrDat.c122 mdata->CommentLength = 0;
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DXpmdata.c143 data->CommentLength = n; in ParseComment()
203 data->CommentLength = n; in ParseComment()
426 else if (data->CommentLength != 0 && data->CommentLength < UINT_MAX - 1) {
427 if( (*cmt = (char *) XpmMalloc(data->CommentLength + 1)) == NULL)
429 strncpy(*cmt, data->Comment, data->CommentLength);
430 (*cmt)[data->CommentLength] = '\0';
431 data->CommentLength = 0;
H A DXpmCrIFrBuf.c164 mdata->CommentLength = 0;
H A DXpmCrIFrDat.c166 mdata->CommentLength = 0;
/dports/math/abs/abs-src-0.908/Xpm/
H A Ddata.c96 mdata->CommentLength = n;
165 mdata->CommentLength = n;
415 if (mdata->CommentLength)
417 *cmt = (char *) XpmMalloc(mdata->CommentLength + 1);
418 strncpy(*cmt, mdata->Comment, mdata->CommentLength);
419 (*cmt)[mdata->CommentLength] = '\0';
420 mdata->CommentLength = 0;
H A DCrIFrBuf.c113 mdata->CommentLength = 0;
H A DCrIFrDat.c113 mdata->CommentLength = 0;
/dports/japanese/sj3-lib/sj3-2.0.1.20/kanakan/
H A Dsdepend.c448 if ((hd = (Uchar *)malloc(HeaderLength+CommentLength)) == NULL) { in openstdy()
458 if (fgetfile(fp, 0L, HeaderLength+CommentLength, hd) == ERROR) in openstdy()
590 if (putfile(fd, 0, HeaderLength+CommentLength, hd)) return ERROR; in putstydic()
618 Uchar tmp[HeaderLength + CommentLength]; in makedict()
619 long pos = HeaderLength + CommentLength; in makedict()
676 Uchar tmp[HeaderLength + CommentLength]; in makestdy()
677 long pos = HeaderLength + CommentLength; in makestdy()
765 return putfile(dp->fd, 0, HeaderLength+CommentLength, dp->buffer); in set_dictpass()
774 return putfile(sp->fd, 0, HeaderLength+CommentLength, sp->header); in set_stdypass()
783 strlcpy(buf + HeaderLength, comment, CommentLength); in set_comment()
[all …]
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dnaviguide.c54 char CommentLength; member
180 gbfread(&wpnc->wp_data.CommentLength, 1, 1, f); in ng_fread_wp_data()
181 i = (int)wpnc->wp_data.CommentLength; in ng_fread_wp_data()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dnaviguide.cc51 char CommentLength; member
171 gbfread(&wpnc->wp_data.CommentLength, 1, 1, f); in ng_fread_wp_data()
172 int i = (int)wpnc->wp_data.CommentLength; in ng_fread_wp_data()
/dports/japanese/sj3-lib/sj3-2.0.1.20/dict/tool/
H A Dmakeseg.c326 (long)(HeaderLength + CommentLength + MainIndexLength in makeseg()
383 u_char header[HeaderLength + CommentLength]; in makehead()
387 #define IndexPos (HeaderLength + CommentLength) in makehead()
/dports/games/cake/cake_src/cake/
H A Dfiles.h95 WORD CommentLength; member
112 WORD CommentLength; member
/dports/japanese/sj3-lib/sj3-2.0.1.20/include/
H A DDict.h76 #define CommentLength 128 macro
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dw_zip.h33 WORD CommentLength; member
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dw_zip.h33 WORD CommentLength; member
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCZipReader.h88 u16 CommentLength; // zipfile comment length member

123