Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs969 static const char byteorderstr[] = {BYTEORDER_BYTES, 0}; variable
4455 (char) sizeof (byteorderstr) - 1, in magic_write()
4507 (unsigned long) BYTEORDER, (int) sizeof (byteorderstr) - 1, in magic_write()
7157 if ((c != (sizeof (byteorderstr) - 1)) in magic_check()
7158 || memNE(buf, byteorderstr, c)) in magic_check()