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

  /src/external/gpl2/xcvs/dist/src/
diff.c 69 static int empty_files; variable
394 empty_files = 1;
418 if (empty_files)
551 if (empty_files)
638 if (empty_files)
650 if (empty_files)
1014 /* The first revision does not exist. If EMPTY_FILES is
1025 if (empty_files)
1057 /* The second revision does not exist. If EMPTY_FILES is
1060 if (empty_files)
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_iso9660.c 2852 } empty_files; local
2988 empty_files.first = NULL;
2989 empty_files.last = &empty_files.first;
3006 *empty_files.last = file;
3007 empty_files.last = &(file->next);
3021 *empty_files.last = file;
3022 empty_files.last = &(file->next);
3039 if (empty_files.first != NULL) {
3040 *iso9660->cache_files.last = empty_files.first
    [all...]

Completed in 16 milliseconds