Home
last modified time | relevance | path

Searched refs:ncbi_encryption_extension (Results 1 – 3 of 3) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/tools/copycat/
H A Dcopycat.c84 char ncbi_encryption_extension[] = ".nenc"; variable
524 if ((strcmp (ext, ncbi_encryption_extension) == 0) || in copycat_file2file()
533 strcpy (ext, ncbi_encryption_extension); in copycat_file2file()
541 if (strcmp (ext, ncbi_encryption_extension) != 0) in copycat_file2file()
542 strcat (ext, ncbi_encryption_extension); in copycat_file2file()
H A Dcopycat-priv.h72 extern char ncbi_encryption_extension[];
H A Dcccat.c1158 elen = strlen (ncbi_encryption_extension); in copycat_add_node()
1165 if (strcmp (ncbi_encryption_extension, pb.name + clen) == 0) in copycat_add_node()