/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | compound.right | 1 new group 9 new group 10 new group
|
D | compound.tests | 1 echo new group 14 echo new group 17 echo new group
|
D | env_and_func.tests | 3 # bash: POSIXLY_CORRECT behavior is to "leak" new variable values
|
/busybox-1.35.0/shell/ash_test/ash-misc/ |
D | compound.right | 1 new group 9 new group 10 new group
|
D | compound.tests | 1 echo new group 14 echo new group 17 echo new group
|
D | env_and_func.tests | 3 # bash: POSIXLY_CORRECT behavior is to "leak" new variable values
|
/busybox-1.35.0/scripts/ |
D | randomtest | 41 >.config.new 42 mv .config.new .config 62 >.config.new 63 mv .config.new .config 95 >.config.new 96 mv .config.new .config 125 >.config.new 126 mv .config.new .config 145 >.config.new 146 mv .config.new .config
|
D | bloat-o-meter | 89 new = getsizes(f2) variable 97 if name in new: 107 for name in new: 110 sz = new[name]["size"] 115 d = new[name].get("size", 0) - old[name].get("size", 0) 131 new_sz = new.get(n, {}).get("size", "-")
|
D | Kbuild.include | 28 # The rule defined shall write to stdout the content of the new file. 29 # The existing file will be compared with the new one. 31 # - If the content differ the new file is used
|
/busybox-1.35.0/console-tools/ |
D | resize.c | 54 struct termios new; in resize_main() local 68 memcpy(&new, old_termios_p, sizeof(new)); in resize_main() 69 new.c_cflag |= (CLOCAL | CREAD); in resize_main() 70 new.c_lflag &= ~(ICANON | ECHO | ECHOE | ISIG); in resize_main() 89 tcsetattr(STDERR_FILENO, TCSAFLUSH, &new); in resize_main()
|
/busybox-1.35.0/archival/libarchive/ |
D | get_header_cpio.c | 103 hardlinks_t *new = xmalloc(sizeof(*new) + namesize); in get_header_cpio() local 104 new->inode = inode; in get_header_cpio() 105 new->mode = mode ; in get_header_cpio() 106 new->mtime = mtime; in get_header_cpio() 107 new->uid = uid ; in get_header_cpio() 108 new->gid = gid ; in get_header_cpio() 109 strcpy(new->name, file_header->name); in get_header_cpio() 112 new->next = archive_handle->cpio__hardlinks_to_create; in get_header_cpio() 113 archive_handle->cpio__hardlinks_to_create = new; in get_header_cpio() 117 new->next = archive_handle->cpio__created_hardlinks; in get_header_cpio() [all …]
|
/busybox-1.35.0/procps/ |
D | pstree.c | 144 PROC *new = xzalloc(sizeof(*new)); in new_proc() local 146 strcpy(new->comm, comm); in new_proc() 147 new->pid = pid; in new_proc() 148 new->uid = uid; in new_proc() 149 new->next = G.list; in new_proc() 151 G.list = new; in new_proc() 157 CHILD *new, **walk; in add_child() local 160 new = xmalloc(sizeof(*new)); in add_child() 162 new->child = child; in add_child() 170 new->next = *walk; in add_child() [all …]
|
D | ps.c | 433 ps_out_t* new; in parse_o() local 448 new = new_out_t(); in parse_o() 451 *new = *find_out_spec(opt); in parse_o() 455 new->header = equal; in parse_o() 464 if (new->header[0]) { in parse_o() 465 new->width = strlen(new->header); in parse_o()
|
/busybox-1.35.0/networking/udhcp/ |
D | common.c | 453 struct option_set *new, **curr; in udhcp_insert_new_option() local 456 new = xmalloc(sizeof(*new)); in udhcp_insert_new_option() 458 new->data = xzalloc(length + OPT_DATA); in udhcp_insert_new_option() 459 new->data[OPT_CODE] = code; in udhcp_insert_new_option() 460 new->data[OPT_LEN] = length; in udhcp_insert_new_option() 462 new->data = xzalloc(length + D6_OPT_DATA); in udhcp_insert_new_option() 463 new->data[D6_OPT_CODE] = code >> 8; in udhcp_insert_new_option() 464 new->data[D6_OPT_CODE + 1] = code & 0xff; in udhcp_insert_new_option() 465 new->data[D6_OPT_LEN] = length >> 8; in udhcp_insert_new_option() 466 new->data[D6_OPT_LEN + 1] = length & 0xff; in udhcp_insert_new_option() [all …]
|
D | Config.src | 28 bool "Rewrite lease file at every new acknowledge" 32 If selected, udhcpd will write a new file with leases every 33 time a new lease has been accepted, thus eliminating the need
|
/busybox-1.35.0/testsuite/ |
D | TODO | 5 Moving to the new format. 7 doesn't interact well with source control systems. The new test
|
/busybox-1.35.0/miscutils/ |
D | devfsd.c | 563 struct config_entry_struct *new; in process_config_line() local 611 new = xzalloc(sizeof *new); in process_config_line() 616 new->action.when = event_types[count].type; in process_config_line() 628 new->action.what = AC_PERMISSIONS; in process_config_line() 637 new->u.permissions.uid = get_uid_gid(UID, p[0]); in process_config_line() 638 new->u.permissions.gid = get_uid_gid(GID, ptr); in process_config_line() 640 new->u.permissions.mode = get_mode(p[1]); in process_config_line() 647 new->action.what = AC_MODLOAD; in process_config_line() 650 new->action.what = AC_EXECUTE; in process_config_line() 654 new->u.execute.argv[count] = xstrdup(p[count]); in process_config_line() [all …]
|
/busybox-1.35.0/shell/ash_test/ash-standalone/ |
D | nofork_env.tests | 1 # ash had a bug where NOFORKed applet (env/printenv) was not seeing new exported variables
|
/busybox-1.35.0/shell/hush_test/hush-standalone/ |
D | nofork_env.tests | 1 # ash had a bug where NOFORKed applet (env/printenv) was not seeing new exported variables
|
/busybox-1.35.0/networking/ |
D | interface.c | 379 struct interface *ife, **nextp, *new; in add_interface() local 390 new = xzalloc(sizeof(*new)); in add_interface() 391 strncpy_IFNAMSIZ(new->name, name); in add_interface() 394 new->prev = ife; in add_interface() 395 new->next = *nextp; in add_interface() 396 if (new->next) in add_interface() 397 new->next->prev = new; in add_interface() 399 ilist->int_last = new; in add_interface() 400 *nextp = new; in add_interface() 401 return new; in add_interface()
|
/busybox-1.35.0/docs/ |
D | new-applet-HOWTO.txt | 4 This document details the steps you must take to add a new applet to BusyBox. 24 For a new applet mu, here is the code that would go in mu.c: 102 Make a new file named <function_name>.c 131 The old way of adding new applets was to put all the information needed by the 133 Config.src in new applet's directory) and to add the applet declaration and 148 Find the appropriate directory for your new applet. 196 Then create a diff by adding the new files to git (remember your libbb files)
|
/busybox-1.35.0/ |
D | AUTHORS | 18 Tons of new stuff, major rewrite of most of the 19 core apps, tons of new apps as noted in header files. 90 mount (rewrite in 2005, I maintain the new one) 155 style-guide, new-applet-HOWTO, bug fixes, etc.
|
/busybox-1.35.0/shell/ |
D | ash.c | 2792 char *new; in updatepwd() local 2798 STARTSTACKSTR(new); in updatepwd() 2802 new = stack_putstr(curdir, new); in updatepwd() 2804 new = makestrspace(strlen(dir) + 2, new); in updatepwd() 2807 if (new[-1] != '/') in updatepwd() 2808 USTPUTC('/', new); in updatepwd() 2809 if (new > lim && *lim == '/') in updatepwd() 2812 USTPUTC('/', new); in updatepwd() 2815 USTPUTC('/', new); in updatepwd() 2825 while (new > lim) { in updatepwd() [all …]
|
/busybox-1.35.0/examples/shutdown-1.0/ |
D | README | 15 # shutdown spawns do_shutdown in new session, redirected to /dev/null,
|
/busybox-1.35.0/loginutils/ |
D | README | 22 Getty should establish a new session and process group, and ensure 57 ??? Should login establish a new session and/or process group, and ensure
|