Home
last modified time | relevance | path

Searched refs:decrypt_cmd (Results 1 – 15 of 15) sorted by relevance

/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Dfileheader-test.c288 strcpy(hdr->decrypt_cmd, ""); in rt_cmds()
292 strcpy(hdr->decrypt_cmd, ""); in rt_cmds()
296 strcpy(hdr->decrypt_cmd, ""); in rt_cmds()
300 strcpy(hdr->decrypt_cmd, "unscramble it too |"); in rt_cmds()
305 strcpy(hdr->decrypt_cmd, ""); in rt_cmds()
H A Dfileheader.c515 g_snprintf(file->decrypt_cmd, in parse_file_header()
516 SIZEOF(file->decrypt_cmd), "%s |", cmd1); in parse_file_header()
556 g_debug(_(" decrypt_cmd = '%s'"), file->decrypt_cmd); in dump_dumpfile_t()
789 if (*file->decrypt_cmd) { in build_header()
790 validate_pipe_cmd(file->decrypt_cmd, "decrypt_cmd"); in build_header()
791 g_string_append_printf(rval, "%s ", file->decrypt_cmd); in build_header()
799 if (*file->uncompress_cmd || *file->decrypt_cmd) in build_header()
1013 if (strcmp(a->decrypt_cmd, b->decrypt_cmd)) return FALSE; in headers_are_equal()
H A Dfileheader.h65 string_t decrypt_cmd; member
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Dfileheader-test.c288 strcpy(hdr->decrypt_cmd, ""); in rt_cmds()
292 strcpy(hdr->decrypt_cmd, ""); in rt_cmds()
296 strcpy(hdr->decrypt_cmd, ""); in rt_cmds()
300 strcpy(hdr->decrypt_cmd, "unscramble it too |"); in rt_cmds()
305 strcpy(hdr->decrypt_cmd, ""); in rt_cmds()
H A Dfileheader.c515 g_snprintf(file->decrypt_cmd, in parse_file_header()
516 SIZEOF(file->decrypt_cmd), "%s |", cmd1); in parse_file_header()
556 g_debug(_(" decrypt_cmd = '%s'"), file->decrypt_cmd); in dump_dumpfile_t()
789 if (*file->decrypt_cmd) { in build_header()
790 validate_pipe_cmd(file->decrypt_cmd, "decrypt_cmd"); in build_header()
791 g_string_append_printf(rval, "%s ", file->decrypt_cmd); in build_header()
799 if (*file->uncompress_cmd || *file->decrypt_cmd) in build_header()
1013 if (strcmp(a->decrypt_cmd, b->decrypt_cmd)) return FALSE; in headers_are_equal()
H A Dfileheader.h65 string_t decrypt_cmd; member
/dports/misc/amanda-client/amanda-3.3.9/perl/Amanda/
H A DHeader.pod97 decrypt_cmd
149 Like C<blocksize>, C<recover_cmd>, C<uncompress_cmd> and C<decrypt_cmd> are
151 C<decrypt_cmd>, if specified, must end with C<|> (the shell pipe character).
H A DHeader.swg69 string_t decrypt_cmd;
H A DHeader.c3296 strncpy(arg1->decrypt_cmd, arg2, STRMAX); in XS()
3297 if (arg1->decrypt_cmd[STRMAX-1] != '\0') in XS()
3329 result = (char *) ((arg1)->decrypt_cmd); in XS()
/dports/misc/amanda-server/amanda-3.3.9/perl/Amanda/
H A DHeader.pod97 decrypt_cmd
149 Like C<blocksize>, C<recover_cmd>, C<uncompress_cmd> and C<decrypt_cmd> are
151 C<decrypt_cmd>, if specified, must end with C<|> (the shell pipe character).
H A DHeader.swg69 string_t decrypt_cmd;
H A DHeader.c3296 strncpy(arg1->decrypt_cmd, arg2, STRMAX); in XS()
3297 if (arg1->decrypt_cmd[STRMAX-1] != '\0') in XS()
3329 result = (char *) ((arg1)->decrypt_cmd); in XS()
/dports/misc/amanda-server/amanda-3.3.9/server-src/
H A Ddumper.c1145 g_snprintf(file->decrypt_cmd, SIZEOF(file->decrypt_cmd), in finish_tapeheader()
1150 g_snprintf(file->decrypt_cmd, SIZEOF(file->decrypt_cmd), in finish_tapeheader()
1160 g_snprintf(file->decrypt_cmd, SIZEOF(file->decrypt_cmd), in finish_tapeheader()
1166 g_snprintf(file->decrypt_cmd, SIZEOF(file->decrypt_cmd), in finish_tapeheader()
1170 g_snprintf(file->decrypt_cmd, SIZEOF(file->decrypt_cmd), in finish_tapeheader()
/dports/misc/amanda-client/amanda-3.3.9/server-src/
H A Ddumper.c1145 g_snprintf(file->decrypt_cmd, SIZEOF(file->decrypt_cmd), in finish_tapeheader()
1150 g_snprintf(file->decrypt_cmd, SIZEOF(file->decrypt_cmd), in finish_tapeheader()
1160 g_snprintf(file->decrypt_cmd, SIZEOF(file->decrypt_cmd), in finish_tapeheader()
1166 g_snprintf(file->decrypt_cmd, SIZEOF(file->decrypt_cmd), in finish_tapeheader()
1170 g_snprintf(file->decrypt_cmd, SIZEOF(file->decrypt_cmd), in finish_tapeheader()
/dports/archivers/makeself/makeself-2.4.5/
H A Dmakeself-header.sh36 decrypt_cmd="$DECRYPT_CMD"
513 decrypt_cmd="\$decrypt_cmd -pass \$2"