HomeSort by: relevance | last modified time | path
    Searched defs:namebuff (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/test/
test_tar_large.c 201 char namebuff[64]; local
226 snprintf(namebuff, sizeof(namebuff), "file_%d", i);
227 archive_entry_copy_pathname(ae, namebuff);
273 snprintf(namebuff, sizeof(namebuff), "file_%d", i);
274 assertEqualString(namebuff, archive_entry_pathname(ae));
test_write_format_zip_large.c 265 char namebuff[64]; local
291 snprintf(namebuff, sizeof(namebuff), "file_%d", i);
292 assertEqualString(namebuff, archive_entry_pathname(ae));
313 char namebuff[64]; local
348 snprintf(namebuff, sizeof(namebuff), "file_%d", i);
349 archive_entry_copy_pathname(ae, namebuff);

Completed in 24 milliseconds