Searched refs:rootbuf (Results 1 – 1 of 1) sorted by relevance
241 static char rootbuf[PATH_MAX] = "/"; variable699 } else if (realpath(optarg, rootbuf) == NULL) { in parse_args_internal()706 bam_root = rootbuf; in parse_args_internal()707 bam_rootlen = strlen(rootbuf); in parse_args_internal()828 bam_root = rootbuf; in check_subcmd_and_options()1029 if (realpath(osroot, rootbuf) == NULL) { in bam_menu()1035 bam_root = rootbuf; in bam_menu()1036 bam_rootlen = strlen(rootbuf); in bam_menu()1243 if (rootbuf[strlen(rootbuf) - 1] != '/') in bam_archive()1244 (void) strcat(rootbuf, "/"); in bam_archive()[all …]