Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c412 char *lib_dir = FSTYP_LIBFS_DIR; in run_legacy_cmds() local
430 if ((dirp = opendir(lib_dir)) == NULL) { in run_legacy_cmds()
434 name_max = pathconf(lib_dir, _PC_NAME_MAX); in run_legacy_cmds()
444 (void) snprintf(path, name_max, "%s/%s", lib_dir, dp->d_name); in run_legacy_cmds()
457 "%s/%s/fstyp", lib_dir, dp->d_name); in run_legacy_cmds()