Searched defs:isfile (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Disdir.c77 int isfile(char *dir, char *file);
111 * Name: isfile
123 isfile(char *dir, char *file) function
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c1314 boolean_t isfile; local
1322 isfile = !S_ISDIR(statbuf.st_mode);
1324 if ((path = zpool_normalize_path(hdl, dir[i], isfile)) == NULL)
1362 if (isfile) {

Completed in 26 milliseconds