Searched refs:existing (Results 1 – 10 of 10) sorted by relevance
/busybox-1.35.0/networking/udhcp/ |
D | common.c | 498 struct option_set *existing; in attach_option() local 517 existing = udhcp_find_option(*opt_list, optflag->code, dhcpv6); in attach_option() 518 if (!existing) { in attach_option() 533 old_len = existing->data[OPT_LEN]; in attach_option() 537 existing->data = xrealloc(existing->data, OPT_DATA + 1 + old_len + length); in attach_option() 544 existing->data[OPT_DATA + old_len] = ' '; in attach_option() 549 memcpy(existing->data + OPT_DATA + old_len, buffer, length); in attach_option() 550 existing->data[OPT_LEN] = old_len + length; in attach_option()
|
/busybox-1.35.0/ |
D | INSTALL | 65 The manual configurator "make menuconfig" modifies the existing configuration. 70 is run without an existing configuration, make defconfig will run first to
|
D | TODO | 82 One example of an existing system that does this already is Firmware Linux: 156 Several existing applets (sort, vi, less...) read 199 render the existing FEATURE_CLEAN_UP code redundant.
|
/busybox-1.35.0/docs/ |
D | logging_and_backgrounding.txt | 9 is emulating an existing utility, it should mimic it. If utility
|
D | new-applet-HOWTO.txt | 89 As you are writing your applet, please be aware of the body of pre-existing
|
D | style-guide.txt | 5 add a new file to Busybox or are editing an existing file, please format your 269 to the repository. Furthermore, the maintainer of an existing file that uses 674 do so. Numerous examples can be seen in many of the existing applets, but
|
D | contributing.txt | 324 Hard facts on why your patch is better than the existing code will go a long 327 correct, smaller, faster, simpler, or more maintainable than the existing
|
D | Serial-Programming-HOWTO.txt | 379 If there is no foreground group, a number not representing an existing
|
/busybox-1.35.0/scripts/ |
D | Kbuild.include | 29 # The existing file will be compared with the new one.
|
/busybox-1.35.0/examples/var_service/ |
D | README_distro_proposal.txt | 126 However all three existing projects (daemontools/runit/s6) do have a per-service
|