Searched refs:rootbuf (Results 1 – 1 of 1) sorted by relevance
245 static char rootbuf[PATH_MAX] = "/"; variable749 } else if (realpath(optarg, rootbuf) == NULL) { in parse_args_internal()756 bam_root = rootbuf; in parse_args_internal()757 bam_rootlen = strlen(rootbuf); in parse_args_internal()886 bam_root = rootbuf; in check_subcmd_and_options()1322 if (realpath(osroot, rootbuf) == NULL) { in bam_menu()1328 bam_root = rootbuf; in bam_menu()1329 bam_rootlen = strlen(rootbuf); in bam_menu()1536 if (rootbuf[strlen(rootbuf) - 1] != '/') in bam_archive()1537 (void) strcat(rootbuf, "/"); in bam_archive()[all …]