Searched refs:links (Results 1 – 15 of 15) sorted by relevance
/busybox-1.35.0/archival/ |
D | cpio.c | 239 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/ |
D | Makefile.custom | 5 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
|
D | INSTALL | 96 "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
|
D | Config.in | 173 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 …]
|
D | AUTHORS | 51 more(v2), makedevs, dutmp, modularization, auto links file,
|
D | README | 51 The build automatically generates a file "busybox.links", which is used by
|
D | Makefile | 969 CLEAN_FILES += busybox busybox_unstripped* busybox.links \
|
/busybox-1.35.0/coreutils/ |
D | Config.src | 33 bool "Preserve hard links" 37 Allow cp and mv to preserve hard links.
|
/busybox-1.35.0/applets/ |
D | install.sh | 18 h=`sort busybox.links | uniq`
|
/busybox-1.35.0/docs/ |
D | busybox_header.pod | 59 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
|
D | busybox_footer.pod | 92 more(v2), makedevs, dutmp, modularization, auto links file,
|
D | contributing.txt | 29 following links: 217 Other useful links:
|
D | posix_conformance.txt | 392 …-d | yes | no | When invoked together with '-L' should read symbolic links,…
|
/busybox-1.35.0/util-linux/ |
D | fsck_minix.c | 161 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/ |
D | find.c | 481 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()
|