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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c85 static int get_dir_from_path(char *, char **, int);
453 if ((rc = get_dir_from_path(dirname, &path,
499 if ((rc = get_dir_from_path(dirname, &path,
846 if ((rc = get_dir_from_path(dirname, &subdir_child, sizeof (dirname)))
862 if ((rc = get_dir_from_path(dirname, &subdir_child,
1563 * get_dir_from_path(char *dir, char **path, int dirsz)
1570 get_dir_from_path(char *dir, char **path, int dirsz) function
1578 "get_dir_from_path: invalid directory size %d", dirsz);
1591 "get_dir_from_path: max pathlength exceeded %d", dirsz);

Completed in 48 milliseconds