register int r;
char string[NAME_MAX];
- *ldirp = parse_path(path, string, opaque ? LAST_DIR : LAST_DIR_EATSYM)
-;
+ *ldirp = parse_path(path, string, opaque ? LAST_DIR : LAST_DIR_EATSYM);
if (*ldirp == NIL_INODE) return(NIL_INODE);
/* The final directory is accessible. Get final component of the path. */
}
/*===========================================================================*
- * do_slink *
+ * do_slink *
*===========================================================================*/
PUBLIC int do_slink()
{
char *path, char *suffix, struct inode *ldip) );
/*===========================================================================*
- * parse_path *
+ * parse_path *
*===========================================================================*/
PUBLIC struct inode *parse_path(path, string, action)
char *path; /* the path name to be parsed */
}
/*===========================================================================*
- * eat_path *
+ * eat_path *
*===========================================================================*/
PUBLIC struct inode *eat_path(path)
char *path; /* the path name to be parsed */
}
/*===========================================================================*
- * last_dir *
+ * last_dir *
*===========================================================================*/
PUBLIC struct inode *last_dir(path, string)
char *path; /* the path name to be parsed */
}
/*===========================================================================*
- * ltraverse *
+ * ltraverse *
*===========================================================================*/
PRIVATE struct inode *ltraverse(rip, path, suffix, ldip)
register struct inode *rip; /* symbolic link */