Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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;
/OK3568_Linux_fs/buildroot/package/curlftpfs/
H A D0003-nocache-memleak-fix.patch43 if (linkbuf && linklen) {
45 strncpy(linkbuf, reallink, linksize);
/OK3568_Linux_fs/u-boot/fs/reiserfs/
H A Dreiserfs.c689 char linkbuf[PATH_MAX]; /* buffer for following symbolic links */ in reiserfs_dir() local
739 if (filemax + len > sizeof (linkbuf) - 1) in reiserfs_dir()
747 memmove (linkbuf + filemax, dirname, len+1); in reiserfs_dir()
753 || reiserfs_read (linkbuf, filemax) != filemax) in reiserfs_dir()
761 printf ("symlink=%s\n", linkbuf); in reiserfs_dir()
764 dirname = linkbuf; in reiserfs_dir()