Home
last modified time | relevance | path

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

/haiku/src/bin/unzip/
H A Dfileio.c853 G.VMS_line_length = 0;
855 G.VMS_line_length = (unsigned)(*p++);
858 G.VMS_line_length = makeword(p);
863 ((G.VMS_line_length & 1) != 0); /* odd */
868 G.VMS_line_length += ((unsigned)(*p++) << 8);
878 if (G.VMS_line_length < remaining) {
879 remaining = G.VMS_line_length;
903 G.VMS_line_length -= remaining;
H A Dglobals.h349 unsigned VMS_line_length; /* so native VMS variable-length text files */ member