Home
last modified time | relevance | path

Searched refs:byteorderstr (Results 1 – 5 of 5) sorted by relevance

/dports/lang/perl5.30/perl-5.30.3/dist/Storable/
H A DStorable.xs1001 static const char byteorderstr[] = {BYTEORDER_BYTES, 0}; variable
4540 (char) sizeof (byteorderstr) - 1, in magic_write()
4592 (unsigned long) BYTEORDER, (int) sizeof (byteorderstr) - 1, in magic_write()
7194 if ((c != (sizeof (byteorderstr) - 1)) in magic_check()
7195 || memNE(buf, byteorderstr, c)) in magic_check()
/dports/lang/perl5.32/perl-5.32.1/dist/Storable/
H A DStorable.xs1007 static const char byteorderstr[] = {BYTEORDER_BYTES, 0}; variable
4552 (char) sizeof (byteorderstr) - 1, in magic_write()
4604 (unsigned long) BYTEORDER, (int) sizeof (byteorderstr) - 1, in magic_write()
7214 if ((c != (sizeof (byteorderstr) - 1)) in magic_check()
7215 || memNE(buf, byteorderstr, c)) in magic_check()
/dports/lang/perl5.34/perl-5.34.0/dist/Storable/
H A DStorable.xs1005 static const char byteorderstr[] = {BYTEORDER_BYTES, 0}; variable
4550 (char) sizeof (byteorderstr) - 1, in magic_write()
4602 (unsigned long) BYTEORDER, (int) sizeof (byteorderstr) - 1, in magic_write()
7212 if ((c != (sizeof (byteorderstr) - 1)) in magic_check()
7213 || memNE(buf, byteorderstr, c)) in magic_check()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Storable/
H A DStorable.xs972 static const char byteorderstr[] = {BYTEORDER_BYTES, 0}; variable
4430 (char) sizeof (byteorderstr) - 1, in magic_write()
4482 (unsigned long) BYTEORDER, (int) sizeof (byteorderstr) - 1, in magic_write()
7088 if ((c != (sizeof (byteorderstr) - 1)) in magic_check()
7089 || memNE(buf, byteorderstr, c)) in magic_check()
/dports/devel/p5-Storable/Storable-3.25/
H A DStorable.xs972 static const char byteorderstr[] = {BYTEORDER_BYTES, 0}; variable
4430 (char) sizeof (byteorderstr) - 1, in magic_write()
4482 (unsigned long) BYTEORDER, (int) sizeof (byteorderstr) - 1, in magic_write()
7088 if ((c != (sizeof (byteorderstr) - 1)) in magic_check()
7089 || memNE(buf, byteorderstr, c)) in magic_check()