Home
last modified time | relevance | path

Searched refs:digitstr (Results 1 – 25 of 62) sorted by relevance

123

/dports/security/pgpin/pgp263in/src/
H A Dmpiio.c84 int str2reg(unitptr reg, string digitstr) in str2reg() argument
93 i = string_length(digitstr); in str2reg()
96 c = digitstr[i - 1]; /* get last char in string */ in str2reg()
120 if ((minus = (*digitstr == '-')) != 0) in str2reg()
121 digitstr++; in str2reg()
122 while ((c = *digitstr++) != 0) { in str2reg()
H A Dmpiio.h79 int str2reg(unitptr reg,string digitstr);
/dports/misc/adios2/ADIOS2-2.7.1/source/utils/adios_iotest/
H A Dsettings.cpp41 static char digitstr[32]; in ndigits() local
42 return static_cast<size_t>(snprintf(digitstr, 32, "%zu", n)); in ndigits()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-anc.c433 gchar hexstr[50], digitstr[6]; in gst_info_dump_mem16_line() local
445 g_snprintf (digitstr, sizeof (digitstr), "%04x ", mem[i]); in gst_info_dump_mem16_line()
446 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem16_line()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-anc.c433 gchar hexstr[50], digitstr[6]; in gst_info_dump_mem16_line() local
445 g_snprintf (digitstr, sizeof (digitstr), "%04x ", mem[i]); in gst_info_dump_mem16_line()
446 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem16_line()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-anc.c433 gchar hexstr[50], digitstr[6]; in gst_info_dump_mem16_line() local
445 g_snprintf (digitstr, sizeof (digitstr), "%04x ", mem[i]); in gst_info_dump_mem16_line()
446 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem16_line()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-anc.c433 gchar hexstr[50], digitstr[6]; in gst_info_dump_mem16_line() local
445 g_snprintf (digitstr, sizeof (digitstr), "%04x ", mem[i]); in gst_info_dump_mem16_line()
446 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem16_line()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-anc.c433 gchar hexstr[50], digitstr[6]; in gst_info_dump_mem16_line() local
445 g_snprintf (digitstr, sizeof (digitstr), "%04x ", mem[i]); in gst_info_dump_mem16_line()
446 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem16_line()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-anc.c433 gchar hexstr[50], digitstr[6]; in gst_info_dump_mem16_line() local
445 g_snprintf (digitstr, sizeof (digitstr), "%04x ", mem[i]); in gst_info_dump_mem16_line()
446 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem16_line()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-anc.c433 gchar hexstr[50], digitstr[6]; in gst_info_dump_mem16_line() local
445 g_snprintf (digitstr, sizeof (digitstr), "%04x ", mem[i]); in gst_info_dump_mem16_line()
446 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem16_line()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-anc.c433 gchar hexstr[50], digitstr[6]; in gst_info_dump_mem16_line() local
445 g_snprintf (digitstr, sizeof (digitstr), "%04x ", mem[i]); in gst_info_dump_mem16_line()
446 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem16_line()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-anc.c433 gchar hexstr[50], digitstr[6]; in gst_info_dump_mem16_line() local
445 g_snprintf (digitstr, sizeof (digitstr), "%04x ", mem[i]); in gst_info_dump_mem16_line()
446 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem16_line()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-anc.c433 gchar hexstr[50], digitstr[6]; in gst_info_dump_mem16_line() local
445 g_snprintf (digitstr, sizeof (digitstr), "%04x ", mem[i]); in gst_info_dump_mem16_line()
446 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem16_line()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c39 gchar hexstr[50], ascstr[18], digitstr[4]; in gst_info_dump_mem_line() local
53 g_snprintf (digitstr, sizeof (digitstr), "%02x ", mem[i]); in gst_info_dump_mem_line()
54 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem_line()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c39 gchar hexstr[50], ascstr[18], digitstr[4]; in gst_info_dump_mem_line() local
53 g_snprintf (digitstr, sizeof (digitstr), "%02x ", mem[i]); in gst_info_dump_mem_line()
54 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem_line()
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c39 gchar hexstr[50], ascstr[18], digitstr[4]; in gst_info_dump_mem_line() local
53 g_snprintf (digitstr, sizeof (digitstr), "%02x ", mem[i]); in gst_info_dump_mem_line()
54 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem_line()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c39 gchar hexstr[50], ascstr[18], digitstr[4]; in gst_info_dump_mem_line() local
53 g_snprintf (digitstr, sizeof (digitstr), "%02x ", mem[i]); in gst_info_dump_mem_line()
54 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem_line()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c39 gchar hexstr[50], ascstr[18], digitstr[4]; in gst_info_dump_mem_line() local
53 g_snprintf (digitstr, sizeof (digitstr), "%02x ", mem[i]); in gst_info_dump_mem_line()
54 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem_line()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c39 gchar hexstr[50], ascstr[18], digitstr[4]; in gst_info_dump_mem_line() local
53 g_snprintf (digitstr, sizeof (digitstr), "%02x ", mem[i]); in gst_info_dump_mem_line()
54 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem_line()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c39 gchar hexstr[50], ascstr[18], digitstr[4]; in gst_info_dump_mem_line() local
53 g_snprintf (digitstr, sizeof (digitstr), "%02x ", mem[i]); in gst_info_dump_mem_line()
54 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem_line()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c39 gchar hexstr[50], ascstr[18], digitstr[4]; in gst_info_dump_mem_line() local
53 g_snprintf (digitstr, sizeof (digitstr), "%02x ", mem[i]); in gst_info_dump_mem_line()
54 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem_line()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c39 gchar hexstr[50], ascstr[18], digitstr[4]; in gst_info_dump_mem_line() local
53 g_snprintf (digitstr, sizeof (digitstr), "%02x ", mem[i]); in gst_info_dump_mem_line()
54 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem_line()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c39 gchar hexstr[50], ascstr[18], digitstr[4]; in gst_info_dump_mem_line() local
53 g_snprintf (digitstr, sizeof (digitstr), "%02x ", mem[i]); in gst_info_dump_mem_line()
54 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem_line()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c39 gchar hexstr[50], ascstr[18], digitstr[4]; in gst_info_dump_mem_line() local
53 g_snprintf (digitstr, sizeof (digitstr), "%02x ", mem[i]); in gst_info_dump_mem_line()
54 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem_line()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c39 gchar hexstr[50], ascstr[18], digitstr[4]; in gst_info_dump_mem_line() local
53 g_snprintf (digitstr, sizeof (digitstr), "%02x ", mem[i]); in gst_info_dump_mem_line()
54 g_strlcat (hexstr, digitstr, sizeof (hexstr)); in gst_info_dump_mem_line()

123