Home
last modified time | relevance | path

Searched refs:srvcompprog (Results 1 – 20 of 20) sorted by relevance

/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Dfileheader-test.c262 strcpy(hdr->srvcompprog, ""); in rt_compprog()
265 strcpy(hdr->srvcompprog, "my-comp-prog"); in rt_compprog()
268 strcpy(hdr->srvcompprog, ""); in rt_compprog()
272 strcpy(hdr->srvcompprog, ""); in rt_compprog()
H A Dfileheader.c321 strncpy(file->srvcompprog, tok, SIZEOF(file->srvcompprog) - 1); in parse_file_header()
550 g_debug(_(" srvcompprog = '%s'"), file->srvcompprog); in dump_dumpfile_t()
723 validate_not_both(file->srvcompprog, file->clntcompprog, in build_header()
725 if (*file->srvcompprog) { in build_header()
726 validate_no_space(file->srvcompprog, "srvcompprog"); in build_header()
728 file->srvcompprog); in build_header()
915 if (*file->srvcompprog) in summarize_header()
916 g_string_append_printf(summ, " server_custom_compress %s", file->srvcompprog); in summarize_header()
1007 if (strcmp(a->srvcompprog, b->srvcompprog)) return FALSE; in headers_are_equal()
H A Dfileheader.h59 string_t srvcompprog; member
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Dfileheader-test.c262 strcpy(hdr->srvcompprog, ""); in rt_compprog()
265 strcpy(hdr->srvcompprog, "my-comp-prog"); in rt_compprog()
268 strcpy(hdr->srvcompprog, ""); in rt_compprog()
272 strcpy(hdr->srvcompprog, ""); in rt_compprog()
H A Dfileheader.c321 strncpy(file->srvcompprog, tok, SIZEOF(file->srvcompprog) - 1); in parse_file_header()
550 g_debug(_(" srvcompprog = '%s'"), file->srvcompprog); in dump_dumpfile_t()
723 validate_not_both(file->srvcompprog, file->clntcompprog, in build_header()
725 if (*file->srvcompprog) { in build_header()
726 validate_no_space(file->srvcompprog, "srvcompprog"); in build_header()
728 file->srvcompprog); in build_header()
915 if (*file->srvcompprog) in summarize_header()
916 g_string_append_printf(summ, " server_custom_compress %s", file->srvcompprog); in summarize_header()
1007 if (strcmp(a->srvcompprog, b->srvcompprog)) return FALSE; in headers_are_equal()
H A Dfileheader.h59 string_t srvcompprog; member
/dports/misc/amanda-server/amanda-3.3.9/server-src/
H A Ddumper.c96 char *srvcompprog = NULL; variable
298 srvcompprog = g_strdup(dle->compprog); in xml_check_options()
682 amfree(srvcompprog); in main()
826 { "SERVER_CUSTOM_COMPRESS", file.srvcompprog, SIZEOF(file.srvcompprog) }, in parse_info_line()
1112 " %s %s |", srvcompprog, "-d"); in finish_tapeheader()
1115 strncpy(file->srvcompprog, srvcompprog, SIZEOF(file->srvcompprog) - 1); in finish_tapeheader()
1116 file->srvcompprog[SIZEOF(file->srvcompprog) - 1] = '\0'; in finish_tapeheader()
2073 g_debug("execute: %s", srvcompprog); in runcompress()
2124 } else if (*srvcompprog) { in runcompress()
2125 char *base = stralloc(srvcompprog); in runcompress()
[all …]
H A Ddiskfile.h75 char *srvcompprog; /* custom compression server filter */ member
H A Ddiskfile.c724 disk->srvcompprog = dumptype_get_srvcompprog(dtype); in parse_diskline()
987 if (dp->srvcompprog == NULL || strlen(dp->srvcompprog) == 0) { in validate_optionstr()
1144 compress_opt = vstralloc("srvcomp-cust=", dp->srvcompprog, ";", NULL); in optionstr()
1358 dp->srvcompprog, in xml_optionstr()
H A Damcheck.c1562 if ( dp->srvcompprog[0] == '\0' ) { in start_server_check()
1569 else if(access(dp->srvcompprog, X_OK) == -1) { in start_server_check()
1570 quoted = quote_string(dp->srvcompprog); in start_server_check()
/dports/misc/amanda-client/amanda-3.3.9/server-src/
H A Ddumper.c96 char *srvcompprog = NULL; variable
298 srvcompprog = g_strdup(dle->compprog); in xml_check_options()
682 amfree(srvcompprog); in main()
826 { "SERVER_CUSTOM_COMPRESS", file.srvcompprog, SIZEOF(file.srvcompprog) }, in parse_info_line()
1112 " %s %s |", srvcompprog, "-d"); in finish_tapeheader()
1115 strncpy(file->srvcompprog, srvcompprog, SIZEOF(file->srvcompprog) - 1); in finish_tapeheader()
1116 file->srvcompprog[SIZEOF(file->srvcompprog) - 1] = '\0'; in finish_tapeheader()
2073 g_debug("execute: %s", srvcompprog); in runcompress()
2124 } else if (*srvcompprog) { in runcompress()
2125 char *base = stralloc(srvcompprog); in runcompress()
[all …]
H A Ddiskfile.h75 char *srvcompprog; /* custom compression server filter */ member
H A Ddiskfile.c724 disk->srvcompprog = dumptype_get_srvcompprog(dtype); in parse_diskline()
987 if (dp->srvcompprog == NULL || strlen(dp->srvcompprog) == 0) { in validate_optionstr()
1144 compress_opt = vstralloc("srvcomp-cust=", dp->srvcompprog, ";", NULL); in optionstr()
1358 dp->srvcompprog, in xml_optionstr()
H A Damcheck.c1562 if ( dp->srvcompprog[0] == '\0' ) { in start_server_check()
1569 else if(access(dp->srvcompprog, X_OK) == -1) { in start_server_check()
1570 quoted = quote_string(dp->srvcompprog); in start_server_check()
/dports/misc/amanda-server/amanda-3.3.9/perl/Amanda/
H A DHeader.swg63 string_t srvcompprog;
H A DHeader.pod91 srvcompprog
H A DHeader.c2846 strncpy(arg1->srvcompprog, arg2, STRMAX); in XS()
2847 if (arg1->srvcompprog[STRMAX-1] != '\0') in XS()
2879 result = (char *) ((arg1)->srvcompprog); in XS()
/dports/misc/amanda-client/amanda-3.3.9/perl/Amanda/
H A DHeader.pod91 srvcompprog
H A DHeader.swg63 string_t srvcompprog;
H A DHeader.c2846 strncpy(arg1->srvcompprog, arg2, STRMAX); in XS()
2847 if (arg1->srvcompprog[STRMAX-1] != '\0') in XS()
2879 result = (char *) ((arg1)->srvcompprog); in XS()