Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-links.patch13 + struct linkbuf *lp;
29 struct linkbuf *lp;
52 return((struct linkbuf *) NULL);
58 register struct linkbuf *nextl, *l;
77 struct linkbuf *nextp;
H A Drdist-6.1.5-hardlink.patch16 return((struct linkbuf *) NULL);
H A Drdist-6.1.5-cleanup.patch513 - register struct linkbuf *nextl, *l;
514 + struct linkbuf *nextl, *l;
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs.c688 char linkbuf[PATH_MAX]; /* buffer for following symbolic links */ in reiserfs_dir() local
738 if (filemax + len > sizeof (linkbuf) - 1) in reiserfs_dir()
746 memmove (linkbuf + filemax, dirname, len+1); in reiserfs_dir()
752 || reiserfs_read (linkbuf, filemax) != filemax) in reiserfs_dir()
760 printf ("symlink=%s\n", linkbuf); in reiserfs_dir()
763 dirname = linkbuf; in reiserfs_dir()