Home
last modified time | relevance | path

Searched refs:links (Results 1 – 15 of 15) sorted by relevance

/busybox-1.35.0/archival/
Dcpio.c239 struct inodes_s *links = NULL; in cpio_o() local
284 l = links; in cpio_o()
290 l->next = links; in cpio_o()
295 links = l; in cpio_o()
320 if (links) { in cpio_o()
322 st = links->st; in cpio_o()
323 name = links->names->name; in cpio_o()
324 links->names = links->names->next; in cpio_o()
326 if (links->mapped_inode) in cpio_o()
327 st.st_ino = links->mapped_inode; in cpio_o()
[all …]
/busybox-1.35.0/
DMakefile.custom5 busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h include/applets.h
38 install: $(srctree)/applets/install.sh busybox busybox.links
55 uninstall: busybox.links
57 for i in `cat busybox.links` ; do rm -f $(CONFIG_PREFIX)$$i; done
71 check test: busybox busybox.links
DINSTALL96 "busybox.links" (created by make), which contains the list of enabled applets
99 Installing links to busybox is not always necessary. The special applet name
104 applets without links to busybox under other names in the filesystem. You can
106 and then install such links at runtime with one of "busybox --install" (for
DConfig.in173 optional --install command to create applet links. If you unselect
188 bool "Support --install [-s] to install applet links at runtime"
193 busybox at runtime to create hard links or symlinks for all the
543 prompt "What kind of applet links to install"
546 Choose what kind of links to applets are created by "make install".
549 bool "as soft-links"
551 Install applets as soft-links to the busybox binary. This needs some
553 generators that can't cope with hard-links.
556 bool "as hard-links"
558 Install applets as hard-links to the busybox binary. This might
[all …]
DAUTHORS51 more(v2), makedevs, dutmp, modularization, auto links file,
DREADME51 The build automatically generates a file "busybox.links", which is used by
DMakefile969 CLEAN_FILES += busybox busybox_unstripped* busybox.links \
/busybox-1.35.0/coreutils/
DConfig.src33 bool "Preserve hard links"
37 Allow cp and mv to preserve hard links.
/busybox-1.35.0/applets/
Dinstall.sh18 h=`sort busybox.links | uniq`
/busybox-1.35.0/docs/
Dbusybox_header.pod59 people will invoke BusyBox using links to the BusyBox binary.
68 links yourself, as the BusyBox build system will do this for you when you run
Dbusybox_footer.pod92 more(v2), makedevs, dutmp, modularization, auto links file,
Dcontributing.txt29 following links:
217 Other useful links:
Dposix_conformance.txt392 …-d | yes | no | When invoked together with '-L' should read symbolic links,…
/busybox-1.35.0/util-linux/
Dfsck_minix.c161 int directory, regular, blockdev, chardev, links, symlinks, total; member
202 #define links (G.links ) macro
731 links++; in get_inode_common()
1309 links - 2 * directory + 1, symlinks, in fsck_minix_main()
/busybox-1.35.0/findutils/
Dfind.c481 IF_FEATURE_FIND_LINKS( ACTS(links, char links_char; int links_count;))
975 ACTF(links) in ACTF() argument
1612 ap = ALLOC_ACTION(links); in parse_params()