Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 10 of 10) sorted by relevance

/busybox-1.35.0/networking/udhcp/
Dcommon.c498 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/
DINSTALL65 The manual configurator "make menuconfig" modifies the existing configuration.
70 is run without an existing configuration, make defconfig will run first to
DTODO82 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/
Dlogging_and_backgrounding.txt9 is emulating an existing utility, it should mimic it. If utility
Dnew-applet-HOWTO.txt89 As you are writing your applet, please be aware of the body of pre-existing
Dstyle-guide.txt5 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
Dcontributing.txt324 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
DSerial-Programming-HOWTO.txt379 If there is no foreground group, a number not representing an existing
/busybox-1.35.0/scripts/
DKbuild.include29 # The existing file will be compared with the new one.
/busybox-1.35.0/examples/var_service/
DREADME_distro_proposal.txt126 However all three existing projects (daemontools/runit/s6) do have a per-service