Home
last modified time | relevance | path

Searched refs:strbuf (Results 1 – 25 of 5165) sorted by path

12345678910>>...207

/dports/archivers/libdeflate/libdeflate-1.8/lib/
H A Dcpu_features_common.h52 char *env_value, *strbuf, *p, *saveptr = NULL; in disable_cpu_features_for_testing() local
58 strbuf = strdup(env_value); in disable_cpu_features_for_testing()
59 if (!strbuf) in disable_cpu_features_for_testing()
61 p = strtok_r(strbuf, ",", &saveptr); in disable_cpu_features_for_testing()
77 free(strbuf); in disable_cpu_features_for_testing()
/dports/archivers/star/schily-2021-09-18/cdda2wav/
H A Dcdda2wav.c658 static char strbuf[10]; local
664 strbuf[0] = (val / 10) + '0';
665 strbuf[1] = (val % 10) + '0';
666 strbuf[2] = ':';
670 strbuf[3] = (val / 10) + '0';
671 strbuf[4] = (val % 10) + '0';
672 strbuf[5] = ':';
675 strbuf[6] = (val / 10) + '0';
676 strbuf[7] = (val % 10) + '0';
677 strbuf[8] = '\0';
[all …]
/dports/archivers/star/schily-2021-09-18/sunpro/Make/bin/make/common/
H A Dnse.cc125 wchar_t strbuf[STRING_BUFFER_LENGTH]; local
164 INIT_STRING_FROM_STACK(string, strbuf);
167 init_string_from_stack(string, strbuf);
/dports/archivers/unadf/ADFlib-f3af9e0/examples/
H A Dunadf.c376 char strbuf[80]; in main() local
492 sprintf(strbuf,"Can't mount the dump device '%s'.\n", devname); in main()
493 fprintf(stderr, strbuf); in main()
/dports/archivers/xmill/xmill/XMill/
H A DEnumCompress.cpp460 enumuncompressstates[i].strbuf=session->AllocateMemBlock(enumuncompressstates[i].size); in UncompressSmallGlobalData()
462 memcpy(enumuncompressstates[i].strbuf,srcptr,enumuncompressstates[i].size); in UncompressSmallGlobalData()
464 ptr=enumuncompressstates[i].strbuf; in UncompressSmallGlobalData()
484 if(ptr!=enumuncompressstates[i].strbuf+enumuncompressstates[i].size) in UncompressSmallGlobalData()
509 enumuncompressstates[i].strbuf=session->AllocateMemBlock(enumuncompressstates[i].size); in UncompressLargeGlobalData()
515 if(uncompressor.Uncompress(input,enumuncompressstates[i].strbuf,&tmpsize)) in UncompressLargeGlobalData()
522 ptr=enumuncompressstates[i].strbuf; in UncompressLargeGlobalData()
542 if(ptr!=enumuncompressstates[i].strbuf+enumuncompressstates[i].size) in UncompressLargeGlobalData()
561 session->FreeMemBlock(enumuncompressstates[i].strbuf,enumuncompressstates[i].size); in FinishUncompress()
H A DEnumCompress.hpp158 unsigned char *strbuf; // The pointer to the string buffer member
/dports/archivers/xpk/xpk-0.1.4/shell/
H A DxPK.c47 char errbuf[2048], *err=0, namebuf[2048], PrevName[2048], strbuf[2048]; variable
132 sprintf(strbuf, "Directory %s\n", name); in doarg()
133 iprint(strbuf); in doarg()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzddhmnm.c46 char strbuf[80]; in zzddhmnm_() local
605 iostat = do_uio(&c__1, strbuf, (ftnlen)80); in zzddhmnm_()
611 zzxlatei_(&bff, strbuf, &c__20, intarr, (ftnlen)80); in zzddhmnm_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzddhmnm.c46 char strbuf[80]; in zzddhmnm_() local
605 iostat = do_uio(&c__1, strbuf, (ftnlen)80); in zzddhmnm_()
611 zzxlatei_(&bff, strbuf, &c__20, intarr, (ftnlen)80); in zzddhmnm_()
/dports/audio/aqualung/aqualung-1.0/src/
H A Dutils.c141 char ** strbuf = NULL; in make_string_va() local
156 strbuf = (char **)realloc(strbuf, num * sizeof(char *)); in make_string_va()
164 strbuf = (char **)realloc(strbuf, (num + 3) * sizeof(char *)); in make_string_va()
178 if (strbuf[n]) { in make_string_va()
180 strcat(buf, strbuf[n]); in make_string_va()
197 conj = conj && (strbuf[n] != NULL); in make_string_va()
213 if (disj && strbuf[n]) { in make_string_va()
215 strcat(buf, strbuf[n]); in make_string_va()
241 if (strbuf[n] != NULL) { in make_string_va()
242 free(strbuf[n]); in make_string_va()
[all …]
/dports/audio/gnaural/gnaural-1.0.20110606/src/
H A DgnauralXML.c81 gchar strbuf[G_ASCII_DTOSTR_BUF_SIZE]; in gxml_XMLWriteFile() local
83 const int strsize = sizeof (strbuf); in gxml_XMLWriteFile()
104 g_ascii_formatd (strbuf, strsize, "%g", SG_TotalScheduleDuration)); in gxml_XMLWriteFile()
109 g_ascii_formatd (strbuf, strsize, "%g", BB_VolumeOverall_left)); in gxml_XMLWriteFile()
111 g_ascii_formatd (strbuf, strsize, "%g", BB_VolumeOverall_right)); in gxml_XMLWriteFile()
171 g_ascii_formatd (strbuf, strsize, "%g", curDP->duration)); in gxml_XMLWriteFile()
173 g_ascii_formatd (strbuf, strsize, "%g", curDP->volume_left)); in gxml_XMLWriteFile()
175 g_ascii_formatd (strbuf, strsize, "%g", curDP->volume_right)); in gxml_XMLWriteFile()
177 g_ascii_formatd (strbuf, strsize, "%g", curDP->beatfreq)); in gxml_XMLWriteFile()
179 g_ascii_formatd (strbuf, strsize, "%g", curDP->basefreq), in gxml_XMLWriteFile()
/dports/audio/goattracker/goattracker-2.76/src/
H A Dgoattrk2.c1557 char strbuf[64]; in readscalatuningfile() local
1598 sscanf(configptr, "%63s %2s", strbuf, name); in readscalatuningfile()
1617 if (!strchr(strbuf, '.')) in readscalatuningfile()
1619 sscanf(strbuf, "%lf", &numerator); in readscalatuningfile()
1620 if (strchr(strbuf, '/')) in readscalatuningfile()
1622 sscanf(strchr(strbuf, '/') + 1, "%lf", &denominator); in readscalatuningfile()
/dports/audio/gstreamer1-plugins-a52dec/gst-plugins-ugly-1.16.2/common/
H A Dgstdoc-scangobj1626 GString *strbuf = g_string_new (NULL);
/dports/audio/gstreamer1-plugins-amrnb/gst-plugins-ugly-1.16.2/common/
H A Dgstdoc-scangobj1626 GString *strbuf = g_string_new (NULL);
/dports/audio/gstreamer1-plugins-amrwbdec/gst-plugins-ugly-1.16.2/common/
H A Dgstdoc-scangobj1626 GString *strbuf = g_string_new (NULL);
/dports/audio/gstreamer1-plugins-bs2b/gst-plugins-bad-1.16.2/common/
H A Dgstdoc-scangobj1626 GString *strbuf = g_string_new (NULL);
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/common/
H A Dgstdoc-scangobj1626 GString *strbuf = g_string_new (NULL);
/dports/audio/gstreamer1-plugins-chromaprint/gst-plugins-bad-1.16.2/common/
H A Dgstdoc-scangobj1626 GString *strbuf = g_string_new (NULL);
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/common/
H A Dgstdoc-scangobj1626 GString *strbuf = g_string_new (NULL);
/dports/audio/gstreamer1-plugins-faad/gst-plugins-bad-1.16.2/common/
H A Dgstdoc-scangobj1626 GString *strbuf = g_string_new (NULL);
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/common/
H A Dgstdoc-scangobj1626 GString *strbuf = g_string_new (NULL);
/dports/audio/gstreamer1-plugins-flite/gst-plugins-bad-1.16.2/common/
H A Dgstdoc-scangobj1626 GString *strbuf = g_string_new (NULL);
/dports/audio/gstreamer1-plugins-gme/gst-plugins-bad-1.16.2/common/
H A Dgstdoc-scangobj1626 GString *strbuf = g_string_new (NULL);
/dports/audio/gstreamer1-plugins-gsm/gst-plugins-bad-1.16.2/common/
H A Dgstdoc-scangobj1626 GString *strbuf = g_string_new (NULL);
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/common/
H A Dgstdoc-scangobj1626 GString *strbuf = g_string_new (NULL);

12345678910>>...207