Searched defs:numbytes (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/zip/
H A Dtar.h166 char numbytes[12]; member in struct:RTZIPTARHDRGNU::__anon16589
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_prov.c475 sfprov_read(sfp_file_t *fp, char *buffer, uint64_t offset, uint32_t *numbytes) argument
480 numbytes, (uint8_t *)buffer, 0); /* what is that last arg? */
487 sfprov_write(sfp_file_t *fp, char *buffer, uint64_t offset, uint32_t *numbytes) argument
492 numbytes, (uint8_t *)buffer, 0); /* what is that last arg? */
933 uint32_t numbytes; local
986 numbytes = infobuff_alloc;
988 mask_str, 0, 0, &numbytes, infobuff, &nents);
1008 for (info = infobuff; (char *) info < (char *) infobuff + numbytes; nents--) {
1040 ASSERT((char *) info == (char *) infobuff + numbytes);

Completed in 229 milliseconds