Searched refs:ef_buf (Results 1 - 3 of 3) sorted by path

/haiku/src/bin/unzip/
H A Dfileio.c102 static int is_vms_varlen_txt OF((__GPRO__ uch *ef_buf, unsigned ef_len));
1025 static int is_vms_varlen_txt(__G__ ef_buf, ef_len)
1027 uch *ef_buf; /* buffer containing extra field */ variable
1049 if (ef_len == 0 || ef_buf == NULL)
1053 eb_id = makeword(EB_ID + ef_buf);
1054 eb_len = makeword(EB_LEN + ef_buf);
1076 eb_data = ef_buf+(EB_HEADSIZE+4);
1080 if (makelong(ef_buf+EB_HEADSIZE) !=
1114 if (makelong(ef_buf+EB_HEADSIZE) == VMS_FABSIG) {
1116 ef_buf
[all...]
H A Dprocess.c1284 unsigned ef_scan_for_izux(ef_buf, ef_len, ef_is_c, dos_mdatetime,
1286 ZCONST uch *ef_buf; /* buffer containing extra field */
1322 if (ef_len == 0 || ef_buf == NULL || (z_utim == 0 && z_uidgid == NULL))
1329 eb_id = makeword(EB_ID + ef_buf);
1330 eb_len = makeword(EB_LEN + ef_buf);
1347 flags |= (ef_buf[EB_HEADSIZE+EB_UT_FLAGS] & 0x0ff);
1350 i_time = (long)makelong((EB_HEADSIZE+eb_idx) + ef_buf);
1410 i_time = (long)makelong((EB_HEADSIZE+eb_idx) + ef_buf);
1447 i_time = (long)makelong((EB_HEADSIZE+eb_idx) + ef_buf);
1490 z_uidgid[0] = makeword((EB_HEADSIZE+EB_UX2_UID) + ef_buf);
[all...]
H A Dunzpriv.h1728 unsigned ef_scan_for_izux OF((ZCONST uch *ef_buf, unsigned ef_len,
1732 zvoid *getRISCOSexfield OF((ZCONST uch *ef_buf, unsigned ef_len));

Completed in 281 milliseconds