Home
last modified time | relevance | path

Searched refs:fulllen (Results 1 – 25 of 63) sorted by relevance

123

/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXRCore/
H A Dstring.c83 size_t fulllen = 0; in exr_attr_string_init_static() local
88 fulllen = strlen (v); in exr_attr_string_init_static()
89 if (fulllen >= (size_t) INT32_MAX) in exr_attr_string_init_static()
97 length = (int32_t) fulllen; in exr_attr_string_init_static()
147 size_t fulllen = 0; in exr_attr_string_create() local
151 fulllen = strlen (d); in exr_attr_string_create()
152 if (fulllen >= (size_t) INT32_MAX) in exr_attr_string_create()
160 len = (int32_t) fulllen; in exr_attr_string_create()
217 size_t fulllen = 0; in exr_attr_string_set() local
221 fulllen = strlen (d); in exr_attr_string_set()
[all …]
/dports/devel/nsgenbind/nsgenbind-0.8/src/
H A Dnsgenbind-ast.c107 int fulllen; in genbind_strapp() local
108 fulllen = strlen(a) + strlen(b) + 1; in genbind_strapp()
109 fullstr = malloc(fulllen); in genbind_strapp()
110 snprintf(fullstr, fulllen, "%s%s", a, b); in genbind_strapp()
521 int fulllen; in genbindopen() local
533 fulllen = strlen(filename); in genbindopen()
535 fulllen = fullname - filename; in genbindopen()
537 prevfilepath = strndup(filename,fulllen); in genbindopen()
544 fulllen = strlen(prevfilepath) + strlen(filename) + 2; in genbindopen()
545 fullname = malloc(fulllen); in genbindopen()
[all …]
H A Dwebidl-ast.c597 int fulllen; in idlopen() local
606 fulllen = strlen(options->idlpath) + strlen(filename) + 2; in idlopen()
607 fullname = malloc(fulllen); in idlopen()
608 snprintf(fullname, fulllen, "%s/%s", options->idlpath, filename); in idlopen()
/dports/emulators/hercules/hercules-3.13/
H A Dhdl.c189 size_t fulllen = 0; in hdl_dlopen() local
196 fullname = malloc(fulllen); in hdl_dlopen()
209 if(fulllen) in hdl_dlopen()
220 if(fulllen) in hdl_dlopen()
227 if(fulllen) in hdl_dlopen()
229 fulllen=0; in hdl_dlopen()
234 fullname = malloc(fulllen); in hdl_dlopen()
241 if(fulllen) in hdl_dlopen()
252 if(fulllen) in hdl_dlopen()
259 if(fulllen) in hdl_dlopen()
[all …]
/dports/audio/ocp/ocp-0.2.90/playay/
H A Dsound.c508 int fulllen=sound_framesiz*6; in sound_frame() local
527 for(f=0;f<fulllen;f++) in sound_frame()
557 memset(sound_buf,0,fulllen*sizeof(int16_t)),silent=1; in sound_frame()
582 ay_driver_frame(sound_buf,fulllen*sizeof(int16_t)); in sound_frame()
595 int fulllen=sound_framesiz*(sound_stereo+1);
604 if(sizeof(buf)<fulllen)
610 ay_driver_frame(buf,fulllen);
/dports/audio/aylet/aylet-0.5/
H A Dsound.c608 int fulllen=sound_framesiz*(sound_stereo+1); in sound_frame() local
630 for(f=1;f<fulllen;f++) in sound_frame()
646 silent_level=sound_buf[fulllen-1]; in sound_frame()
652 memset(sound_buf,0,fulllen*sizeof(signed short)),silent=1; in sound_frame()
671 driver_frame(sound_buf,fulllen); in sound_frame()
687 int fulllen=sound_framesiz*(sound_stereo+1); in sound_frame_blank() local
696 if(sizeof(buf)<fulllen) in sound_frame_blank()
702 driver_frame(buf,fulllen); in sound_frame_blank()
/dports/mail/ecartis/ecartis-1.0.0/src/
H A Dmystring.c15 int fulllen; in buffer_printf() local
19 fulllen = _vsnprintf(buffer, length, format, vargs); in buffer_printf()
22 fulllen = my_vsnprintf(buffer, length, format, vargs); in buffer_printf()
24 fulllen = vsnprintf(buffer, length, format, vargs); in buffer_printf()
28 return fulllen; in buffer_printf()
/dports/archivers/lib1541img/lib1541img-1.1/src/lib/1541img/
H A Dfilename.c112 size_t fulllen = strlen(self->base); in Filename_updateFull() local
113 if (self->dir) fulllen += strlen(self->dir) + 1; in Filename_updateFull()
114 if (self->ext) fulllen += strlen(self->ext) + 1; in Filename_updateFull()
115 self->full = xmalloc(fulllen+1); in Filename_updateFull()
/dports/sysutils/npadmin/npadmin-0.8.7/
H A Dberseq.C73 myseqlen+=newone->fulllen(); in BerSequence()
140 seqlen=curBer->fulllen(); in BerSequence()
146 seqlen+=curBer->fulllen(); in BerSequence()
183 seqlen=tail->fulllen(); in append()
191 seqlen+=tail->fulllen(); in append()
H A Dber.h54 unsigned long fulllen();
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_opentcat.c286 int dd, len, fulllen, nsel=0; in update_sar_with_selectors() local
292 fulllen = 1; /* for trailing nul */ in update_sar_with_selectors()
295 fulllen += strlen(sar->str[dd]) + nsel + 1; in update_sar_with_selectors()
296 dlist = (char *)malloc(fulllen * sizeof(char)); in update_sar_with_selectors()
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc/src/
H A Dtopology-xml-nolibxml.c324 int fulllen, sublen; in hwloc__nolibxml_export_escape_string() local
327 fulllen = strlen(src); in hwloc__nolibxml_export_escape_string()
330 if (sublen == fulllen) in hwloc__nolibxml_export_escape_string()
333 escaped = malloc(fulllen*6+1); /* escaped chars are replaced by at most 6 char */ in hwloc__nolibxml_export_escape_string()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/miekg/dns/idn/
H A Dpunycode.go226 fulllen := len(b)
227 if basiclen == fulllen {
246 for h := basiclen; h < fulllen; n, delta = n+1, delta+1 {
/dports/net/p5-XML-Fast/XML-Fast-0.17/
H A DFast.xs39 unsigned int fulllen; member
584 ctx->chain[ctx->depth].fulllen = length + 1; in on_tag_open()
585 Newx(ctx->chain[ctx->depth].fullname, ctx->chain[ctx->depth].fulllen + 1, char); in on_tag_open()
591 ctx->chain[ctx->depth].fulllen = ctx->chain[ctx->depth - 1].fulllen + length + 1; in on_tag_open()
592 Newx(ctx->chain[ctx->depth].fullname, ctx->chain[ctx->depth].fulllen + 1, char); in on_tag_open()
596 ctx->chain[ctx->depth - 1].fulllen in on_tag_open()
598 ctx->chain[ctx->depth].fullname[ ctx->chain[ctx->depth - 1].fulllen ] = '/'; in on_tag_open()
600 ctx->chain[ctx->depth].fullname + ctx->chain[ctx->depth - 1].fulllen + 1, in on_tag_open()
604 ctx->chain[ctx->depth].fullname[ ctx->chain[ctx->depth].fulllen ] = 0; in on_tag_open()
/dports/x11/xdm/xdm-1.1.12/chooser/
H A Dchooser.c292 int fulllen; in AddHostname() local
380 fulllen = hostname->length; in AddHostname()
381 if (fulllen < 30) in AddHostname()
382 fulllen = 30; in AddHostname()
383 fulllen += status->length + 10; in AddHostname()
384 new->fullname = malloc (fulllen); in AddHostname()
391 snprintf(new->fullname, fulllen, "%-30.*s %*.*s", in AddHostname()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libecal/
H A De-cal-check-timezones.c354 gsize fulllen = strlen (fulltzid); in e_cal_client_check_timezones_sync() local
363 tzidprop + fulllen, in e_cal_client_check_timezones_sync()
364 strlen (tzidprop + fulllen) + 1); in e_cal_client_check_timezones_sync()
/dports/x11/wdm/wdm-1.28/src/
H A Dchooser.c306 int fulllen; in AddHostname() local
384 fulllen = hostname->length; in AddHostname()
385 if (fulllen < 30) in AddHostname()
386 fulllen = 30; in AddHostname()
387 new->fullname = malloc (fulllen + status->length + 10); in AddHostname()
/dports/net/mpich/mpich-3.4.3/modules/hwloc/hwloc/
H A Dtopology-xml-nolibxml.c548 size_t fulllen, sublen; in hwloc__nolibxml_export_escape_string() local
551 fulllen = strlen(src); in hwloc__nolibxml_export_escape_string()
554 if (sublen == fulllen) in hwloc__nolibxml_export_escape_string()
557 escaped = malloc(fulllen*6+1); /* escaped chars are replaced by at most 6 char */ in hwloc__nolibxml_export_escape_string()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/hwloc/
H A Dtopology-xml-nolibxml.c548 size_t fulllen, sublen; in hwloc__nolibxml_export_escape_string() local
551 fulllen = strlen(src); in hwloc__nolibxml_export_escape_string()
554 if (sublen == fulllen) in hwloc__nolibxml_export_escape_string()
557 escaped = malloc(fulllen*6+1); /* escaped chars are replaced by at most 6 char */ in hwloc__nolibxml_export_escape_string()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/src/
H A Dtopology-xml-nolibxml.c523 size_t fulllen, sublen; in hwloc__nolibxml_export_escape_string() local
526 fulllen = strlen(src); in hwloc__nolibxml_export_escape_string()
529 if (sublen == fulllen) in hwloc__nolibxml_export_escape_string()
532 escaped = malloc(fulllen*6+1); /* escaped chars are replaced by at most 6 char */ in hwloc__nolibxml_export_escape_string()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/hwloc/
H A Dtopology-xml-nolibxml.c558 size_t fulllen, sublen; in hwloc__nolibxml_export_escape_string() local
561 fulllen = strlen(src); in hwloc__nolibxml_export_escape_string()
564 if (sublen == fulllen) in hwloc__nolibxml_export_escape_string()
567 escaped = malloc(fulllen*6+1); /* escaped chars are replaced by at most 6 char */ in hwloc__nolibxml_export_escape_string()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/hwloc/
H A Dtopology-xml-nolibxml.c548 size_t fulllen, sublen; in hwloc__nolibxml_export_escape_string() local
551 fulllen = strlen(src); in hwloc__nolibxml_export_escape_string()
554 if (sublen == fulllen) in hwloc__nolibxml_export_escape_string()
557 escaped = malloc(fulllen*6+1); /* escaped chars are replaced by at most 6 char */ in hwloc__nolibxml_export_escape_string()
/dports/devel/hwloc/hwloc-1.11.13/src/
H A Dtopology-xml-nolibxml.c535 size_t fulllen, sublen; in hwloc__nolibxml_export_escape_string() local
538 fulllen = strlen(src); in hwloc__nolibxml_export_escape_string()
541 if (sublen == fulllen) in hwloc__nolibxml_export_escape_string()
544 escaped = malloc(fulllen*6+1); /* escaped chars are replaced by at most 6 char */ in hwloc__nolibxml_export_escape_string()
/dports/devel/hwloc2/hwloc-2.5.0/hwloc/
H A Dtopology-xml-nolibxml.c548 size_t fulllen, sublen; in hwloc__nolibxml_export_escape_string() local
551 fulllen = strlen(src); in hwloc__nolibxml_export_escape_string()
554 if (sublen == fulllen) in hwloc__nolibxml_export_escape_string()
557 escaped = malloc(fulllen*6+1); /* escaped chars are replaced by at most 6 char */ in hwloc__nolibxml_export_escape_string()
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/pinyin/3rdparty/pinyin/include/
H A Duserdict.h324 uint16 fulllen, const UserDictSearchable *searchable);
361 uint16 fulllen, const UserDictSearchable *searchable);

123