Searched refs:machine_dir (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/usr.bin/catman/
H A Dcatman.c635 char *machine_dir, *arch_dir; local
647 asprintf(&machine_dir, "%s/%s", entries[i]->d_name,
649 if (test_path(machine_dir, NULL) & TEST_DIR)
650 process_section(dir_name, machine_dir);
651 free(machine_dir);

Completed in 50 milliseconds