HomeSort by: relevance | last modified time | path
    Searched refs:la_stat (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_platform.h 83 #define la_stat(path,stref) stat(path,stref) macro
archive_windows.h 116 #define la_stat(path,stref) __la_stat(path,stref) macro
archive_write_disk_posix.c 564 if (la_stat(a->name, &a->st) == 0)
2207 r = la_stat(a->name, &a->st);
2216 r = la_stat(a->name, &a->st);
2403 r = la_stat(a->name, &st);
2434 r = la_stat(a->name, &st);
2629 la_stat(p->name, &st) != 0 ||
2649 la_stat(p->name, &st) != 0 ||
2948 r = la_stat(head, &st);
3098 r = la_stat(head, &st);
3456 if (la_stat(path, &st) == 0)
    [all...]
archive_util.c 577 if (la_stat(temp_name.s, &st) < 0)
archive_read_disk_entry_from_file.c 197 if (la_stat(path, &s) != 0) {
archive_read_disk_posix.c 2425 if (la_stat(tree_current_access_path(t), &t->st) != 0)
2450 if (la_stat(tree_current_access_path(t), &t->lst) != 0)
archive_match.c 1242 if (la_stat(path, &st) != 0) {

Completed in 61 milliseconds