Home
last modified time | relevance | path

Searched refs:destend (Results 1 – 25 of 101) sorted by relevance

12345

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dpseudofun.d135 …t encoding, object stream, const uintB* *srcp, const uintB* srcend, chart* *destp, chart* destend))
137 …t encoding, object stream, const chart* *srcp, const chart* srcend, uintB* *destp, uintB* destend))
141 …t encoding, object stream, const uintB* *srcp, const uintB* srcend, chart* *destp, chart* destend))
154 …t encoding, object stream, const uintB* *srcp, const uintB* srcend, chart* *destp, chart* destend))
156 …t encoding, object stream, const chart* *srcp, const chart* srcend, uintB* *destp, uintB* destend))
158 …t encoding, object stream, const uintB* *srcp, const uintB* srcend, chart* *destp, chart* destend))
160 …t encoding, object stream, const chart* *srcp, const chart* srcend, uintB* *destp, uintB* destend))
162 …t encoding, object stream, const uintB* *srcp, const uintB* srcend, chart* *destp, chart* destend))
166 …t encoding, object stream, const chart* *srcp, const chart* srcend, uintB* *destp, uintB* destend))
238 …t encoding, object stream, const uintB* *srcp, const uintB* srcend, chart* *destp, chart* destend))
[all …]
H A Dencoding.d154 unused(stream); unused(destend); in base64_mbstowcs()
319 if (*destp < destend) in handle_incomplete()
399 if (count > destend-dest) in uni16be_mbstowcs()
400 count = destend-dest; in uni16be_mbstowcs()
421 if (count > destend-dest) in uni16le_mbstowcs()
422 count = destend-dest; in uni16le_mbstowcs()
941 if (dest == destend) break; in utf8_mbstowcs()
949 if (dest == destend) break; in utf8_mbstowcs()
1247 if (dest==destend) break; in java_mbstowcs()
1254 if (dest==destend) break; in java_mbstowcs()
[all …]
/dports/mail/bogofilter-kc/bogofilter-1.2.5/src/
H A Dformat.c32 …ze_t format_float( char *dest, double val, int min, int prec, int flags, const char *destend);
34 static size_t format_spamicity(char *dest, const char *fmt, double spamicity, const char *destend);
157 static size_t format_date(char *dest, const char *destend) in format_date() argument
164 if (dest == destend) in format_date()
169 l = strftime(dest, (size_t)(destend - dest - 1), "%Y-%m-%dT%H:%M:%SZ", tm); in format_date()
170 if (l + 1 >= (size_t)(destend - dest)) /* sanitize return */ in format_date()
176 int min, int prec, int flags, const char *destend) in format_float() argument
198 return format_string (dest, buf, 0, 0, 0, destend); in format_float()
212 if (dest + len + 1 < destend) { in format_string()
223 static size_t format_spamicity(char *dest, const char *fmt, double spamicity, const char *destend) in format_spamicity() argument
[all …]
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/src/
H A Dformat.c32 …ze_t format_float( char *dest, double val, int min, int prec, int flags, const char *destend);
34 static size_t format_spamicity(char *dest, const char *fmt, double spamicity, const char *destend);
157 static size_t format_date(char *dest, const char *destend) in format_date() argument
164 if (dest == destend) in format_date()
169 l = strftime(dest, (size_t)(destend - dest - 1), "%Y-%m-%dT%H:%M:%SZ", tm); in format_date()
170 if (l + 1 >= (size_t)(destend - dest)) /* sanitize return */ in format_date()
176 int min, int prec, int flags, const char *destend) in format_float() argument
198 return format_string (dest, buf, 0, 0, 0, destend); in format_float()
212 if (dest + len + 1 < destend) { in format_string()
223 static size_t format_spamicity(char *dest, const char *fmt, double spamicity, const char *destend) in format_spamicity() argument
[all …]
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/src/
H A Dformat.c32 …ze_t format_float( char *dest, double val, int min, int prec, int flags, const char *destend);
34 static size_t format_spamicity(char *dest, const char *fmt, double spamicity, const char *destend);
157 static size_t format_date(char *dest, const char *destend) in format_date() argument
164 if (dest == destend) in format_date()
169 l = strftime(dest, (size_t)(destend - dest - 1), "%Y-%m-%dT%H:%M:%SZ", tm); in format_date()
170 if (l + 1 >= (size_t)(destend - dest)) /* sanitize return */ in format_date()
176 int min, int prec, int flags, const char *destend) in format_float() argument
198 return format_string (dest, buf, 0, 0, 0, destend); in format_float()
212 if (dest + len + 1 < destend) { in format_string()
223 static size_t format_spamicity(char *dest, const char *fmt, double spamicity, const char *destend) in format_spamicity() argument
[all …]
/dports/mail/bogofilter/bogofilter-1.2.5/src/
H A Dformat.c32 …ze_t format_float( char *dest, double val, int min, int prec, int flags, const char *destend);
34 static size_t format_spamicity(char *dest, const char *fmt, double spamicity, const char *destend);
157 static size_t format_date(char *dest, const char *destend) in format_date() argument
164 if (dest == destend) in format_date()
169 l = strftime(dest, (size_t)(destend - dest - 1), "%Y-%m-%dT%H:%M:%SZ", tm); in format_date()
170 if (l + 1 >= (size_t)(destend - dest)) /* sanitize return */ in format_date()
176 int min, int prec, int flags, const char *destend) in format_float() argument
198 return format_string (dest, buf, 0, 0, 0, destend); in format_float()
212 if (dest + len + 1 < destend) { in format_string()
223 static size_t format_spamicity(char *dest, const char *fmt, double spamicity, const char *destend) in format_spamicity() argument
[all …]
/dports/graphics/xaos/XaoS-release-4.2.1/src/engine/
H A Danti.cpp68 unsigned char *destend, *dest; in antigray() local
76 destend = dest + desti->width; in antigray()
79 for (; dest < destend; dest++) { in antigray()
112 unsigned char *destend, *dest; in anti24() local
129 for (; dest < destend; dest++) { in anti24()
170 unsigned short *destend, *dest; in anti16() local
183 destend = dest + desti->width; in anti16()
186 for (; dest < destend; dest++) { in anti16()
223 unsigned int *destend, *dest; in anti32() local
235 destend = dest + desti->width; in anti32()
[all …]
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/vendor/xclannad/
H A Dfile.cc338 const char* lsrcend = srcend; char* ldestend = destend; in lzExtract()
394 return lzExtract<DataType, DataSize>(datatype,src,dest,srcend,destend); in lzExtract()
512 char* destend = buf + width*height; in Read() local
534 char* destend; in Read_PDT10() local
536 destend = image + width*height*4; in Read_PDT10()
537 while(lzExtract(Extract_DataType(), int(), src, dest, srcend, destend)) ; in Read_PDT10()
556 char* destend = image + width*height; in Read_PDT11() local
607 char* destend = uncompress_data + uncompress_size; in Read_Type1() local
621 dest = image; destend = image + width*height*4; in Read_Type1()
622 while(dest < destend && src < srcend) { in Read_Type1()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dtranscode.c133 cups_utf8_t *destend; /* End of UTF-8 buffer */ in cupsCharsetToUTF8() local
136 destend = dest + maxout - 2; in cupsCharsetToUTF8()
138 while (*src && destptr < destend) in cupsCharsetToUTF8()
251 char *destend; /* End of ISO-8859-1 buffer */ in cupsUTF8ToCharset() local
254 destend = dest + maxout - 1; in cupsUTF8ToCharset()
256 while (*src && destptr < destend) in cupsUTF8ToCharset()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/inc/
H A Dstringsi.inc26 destend : pchar;
29 destend:=strend(dest);
30 dec(l,destend-dest);
32 strlcopy(destend,source,l);
/dports/lang/fpc-source/fpc-3.2.2/rtl/inc/
H A Dstringsi.inc26 destend : pchar;
29 destend:=strend(dest);
30 dec(l,destend-dest);
32 strlcopy(destend,source,l);
/dports/lang/fpc/fpc-3.2.2/rtl/inc/
H A Dstringsi.inc26 destend : pchar;
29 destend:=strend(dest);
30 dec(l,destend-dest);
32 strlcopy(destend,source,l);
/dports/lang/fpc-utils/fpc-3.2.2/rtl/inc/
H A Dstringsi.inc26 destend : pchar;
29 destend:=strend(dest);
30 dec(l,destend-dest);
32 strlcopy(destend,source,l);
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/common/
H A Dpg_lzcompress.c688 unsigned char *destend; in pglz_decompress() local
693 destend = dp + rawsize; in pglz_decompress()
695 while (sp < srcend && dp < destend) in pglz_decompress()
731 if (dp + len > destend) in pglz_decompress()
755 if (dp >= destend) /* check for buffer overrun */ in pglz_decompress()
771 if (dp != destend || sp != srcend) in pglz_decompress()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/common/
H A Dpg_lzcompress.c688 unsigned char *destend; in pglz_decompress() local
693 destend = dp + rawsize; in pglz_decompress()
695 while (sp < srcend && dp < destend) in pglz_decompress()
731 if (dp + len > destend) in pglz_decompress()
755 if (dp >= destend) /* check for buffer overrun */ in pglz_decompress()
771 if (dp != destend || sp != srcend) in pglz_decompress()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/common/
H A Dpg_lzcompress.c688 unsigned char *destend; in pglz_decompress() local
693 destend = dp + rawsize; in pglz_decompress()
695 while (sp < srcend && dp < destend) in pglz_decompress()
731 if (dp + len > destend) in pglz_decompress()
755 if (dp >= destend) /* check for buffer overrun */ in pglz_decompress()
771 if (dp != destend || sp != srcend) in pglz_decompress()
/dports/print/cups/cups-2.3.3op2/cups/
H A Dtranscode.c117 cups_utf8_t *destend; /* End of UTF-8 buffer */ in cupsCharsetToUTF8() local
120 destend = dest + maxout - 2; in cupsCharsetToUTF8()
122 while (*src && destptr < destend) in cupsCharsetToUTF8()
239 char *destend; /* End of ISO-8859-1 buffer */ in cupsUTF8ToCharset() local
242 destend = dest + maxout - 1; in cupsUTF8ToCharset()
244 while (*src && destptr < destend) in cupsUTF8ToCharset()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/common/
H A Dpg_lzcompress.c688 unsigned char *destend; in pglz_decompress() local
693 destend = dp + rawsize; in pglz_decompress()
695 while (sp < srcend && dp < destend) in pglz_decompress()
731 if (dp + len > destend) in pglz_decompress()
755 if (dp >= destend) /* check for buffer overrun */ in pglz_decompress()
771 if (dp != destend || sp != srcend) in pglz_decompress()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/common/
H A Dpg_lzcompress.c688 unsigned char *destend; in pglz_decompress() local
693 destend = dp + rawsize; in pglz_decompress()
695 while (sp < srcend && dp < destend) in pglz_decompress()
731 if (dp + len > destend) in pglz_decompress()
755 if (dp >= destend) /* check for buffer overrun */ in pglz_decompress()
771 if (dp != destend || sp != srcend) in pglz_decompress()
/dports/databases/postgresql10-client/postgresql-10.19/src/common/
H A Dpg_lzcompress.c688 unsigned char *destend; in pglz_decompress() local
693 destend = dp + rawsize; in pglz_decompress()
695 while (sp < srcend && dp < destend) in pglz_decompress()
731 if (dp + len > destend) in pglz_decompress()
755 if (dp >= destend) /* check for buffer overrun */ in pglz_decompress()
771 if (dp != destend || sp != srcend) in pglz_decompress()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/common/
H A Dpg_lzcompress.c688 unsigned char *destend; in pglz_decompress() local
693 destend = dp + rawsize; in pglz_decompress()
695 while (sp < srcend && dp < destend) in pglz_decompress()
731 if (dp + len > destend) in pglz_decompress()
755 if (dp >= destend) /* check for buffer overrun */ in pglz_decompress()
771 if (dp != destend || sp != srcend) in pglz_decompress()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/common/
H A Dpg_lzcompress.c688 unsigned char *destend; in pglz_decompress() local
693 destend = dp + rawsize; in pglz_decompress()
695 while (sp < srcend && dp < destend) in pglz_decompress()
731 if (dp + len > destend) in pglz_decompress()
755 if (dp >= destend) /* check for buffer overrun */ in pglz_decompress()
771 if (dp != destend || sp != srcend) in pglz_decompress()
/dports/databases/postgresql10-docs/postgresql-10.19/src/common/
H A Dpg_lzcompress.c688 unsigned char *destend; in pglz_decompress() local
693 destend = dp + rawsize; in pglz_decompress()
695 while (sp < srcend && dp < destend) in pglz_decompress()
731 if (dp + len > destend) in pglz_decompress()
755 if (dp >= destend) /* check for buffer overrun */ in pglz_decompress()
771 if (dp != destend || sp != srcend) in pglz_decompress()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/common/
H A Dpg_lzcompress.c688 unsigned char *destend; in pglz_decompress() local
693 destend = dp + rawsize; in pglz_decompress()
695 while (sp < srcend && dp < destend) in pglz_decompress()
731 if (dp + len > destend) in pglz_decompress()
755 if (dp >= destend) /* check for buffer overrun */ in pglz_decompress()
771 if (dp != destend || sp != srcend) in pglz_decompress()
/dports/databases/postgresql11-docs/postgresql-11.14/src/common/
H A Dpg_lzcompress.c688 unsigned char *destend; in pglz_decompress() local
693 destend = dp + rawsize; in pglz_decompress()
695 while (sp < srcend && dp < destend) in pglz_decompress()
731 if (dp + len > destend) in pglz_decompress()
755 if (dp >= destend) /* check for buffer overrun */ in pglz_decompress()
771 if (dp != destend || sp != srcend) in pglz_decompress()

12345