Searched refs:full_size (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dobject_id.c470 int full_size; local
472 full_size = 0; /* default to no data and some error to be defined */
481 full_size = sizeof(GUID);
485 full_size = sizeof(OBJECT_ID_ATTR);
487 if (full_size <= (s64)size) {
490 full_size);
497 full_size = 0;
503 return (full_size ? (int)full_size : -errno);
/haiku/src/bin/unzip/
H A Dbeos.c1179 ulg full_size = 0;
1190 full_size = makelong( ptr ); ptr += 4;
1207 if (full_size < (uint32)(size - EB_BEOS_HLEN)) {
1211 "data size is %ld.\n", size - EB_BEOS_HLEN, full_size));
1221 attrbuff = (uch *)malloc(full_size);
1229 retval = memextract(__G__ attrbuff, full_size, ptr, size - EB_BEOS_HLEN);
1246 retval = set_file_attrs(path, attrbuff, (off_t)full_size);
1263 ulg full_size = 0;
1276 full_size = makelong( ptr ); ptr += 4;
1302 printf("\t\t%ld data bytes\n", full_size);
[all...]

Completed in 88 milliseconds