/busybox-1.35.0/sysklogd/ |
D | logread.c | 147 char *copy = copy; /* for gcc */ in logread_main() local 197 copy = xmalloc(len_total + 1); in logread_main() 201 memcpy(copy + len_first_part, shbuf_data, shbuf_tail); in logread_main() 203 memcpy(copy, shbuf_data + cur, len_first_part); in logread_main() 204 copy[len_total] = '\0'; in logread_main() 219 for (i = 0; i < len_total; i += strlen(copy + i) + 1) { in logread_main() 220 fputs_stdout(copy + i); in logread_main() 222 free(copy); in logread_main()
|
/busybox-1.35.0/docs/ |
D | tar_pax.txt | 68 When used in write or copy mode, it is implementation-defined 79 block(s). When used in write or copy mode, pax shall include a gid 87 header record. When used in read, copy, or list mode, pax shall 92 the results are implementation-defined. When used in write or copy 107 local file system. When used in write or copy mode, pax shall 128 When used in write or copy mode, pax shall include a path 145 used in write or copy mode, pax shall include a size extended 153 in write or copy mode, pax shall include a uid extended header 161 header record. When used in read, copy, or list mode, pax shall 166 the results are implementation-defined. When used in write or copy [all …]
|
D | keep_data_small.txt | 233 copy busybox_unstripped to busybox_old before modifying sources
|
D | Serial-Programming-HOWTO.txt | 201 contain the desired configuration. The other should contain a copy of
|
/busybox-1.35.0/ |
D | LICENSE | 14 Everyone is permitted to copy and distribute verbatim copies 48 (2) offer you this license which gives you legal permission to copy, 87 1. You may copy and distribute verbatim copies of the Program's 89 conspicuously and appropriately publish on each copy an appropriate 92 and give any other recipients of the Program a copy of this License 95 You may charge a fee for the physical act of transferring a copy, and 98 2. You may modify your copy or copies of the Program or any portion 99 of it, thus forming a work based on the Program, and copy and 117 these conditions, and telling the user how to view a copy of this 142 3. You may copy and distribute the Program (or a work based on it, [all …]
|
D | Config.in | 692 -p check-lists -p check-blank -p check-funcs -p realloc-copy \
|
/busybox-1.35.0/shell/ash_test/ash-psubst/ |
D | bash_procsub.tests | 25 # copy stderr to a file
|
/busybox-1.35.0/shell/hush_test/hush-z_slow/ |
D | leak_var3.tests | 13 # Please copy the entire block from above verbatim
|
D | leak_all2.tests | 36 # Please copy the entire block from above verbatim
|
D | leak_all1.tests | 76 # Please copy the entire block from above verbatim
|
/busybox-1.35.0/archival/libarchive/unxz/ |
D | README | 12 This README contains information that is useful only when the copy 64 To embed the XZ decoder, copy the following files into a single 89 If you want support for one or more BCJ filters, you need to copy also
|
/busybox-1.35.0/examples/bootfloppy/ |
D | bootfloppy.txt | 61 libraries. For this example, we copy the following files from the uClibc 126 - Build a linux kernel and copy it onto the disk with the filename 'linux'
|
/busybox-1.35.0/testsuite/ |
D | README | 50 You should have received a copy of the GNU General Public License
|
/busybox-1.35.0/miscutils/ |
D | devfsd.c | 253 struct copy_type copy; member 664 new->u.copy.source = xstrdup(p[0]); in process_config_line() 665 new->u.copy.destination = xstrdup(p[1]); in process_config_line() 894 expand_expression(source, STRING_LENGTH, entry->u.copy.source, in action_copy() 898 expand_expression(destination, STRING_LENGTH, entry->u.copy.destination, in action_copy()
|
D | bc.c | 2155 BcNum copy; in zbc_num_p() local 2190 bc_num_init_and_copy(©, a); in zbc_num_p() 2216 s = zbc_num_mul(©, ©, ©, powrdx); in zbc_num_p() 2225 bc_num_copy(c, ©); in zbc_num_p() 2229 s = zbc_num_mul(©, ©, ©, powrdx); in zbc_num_p() 2234 s = zbc_num_mul(c, ©, c, resrdx); in zbc_num_p() 2259 bc_num_free(©); in zbc_num_p() 6051 #define xc_program_pushVar(code, bgn, pop, copy) \ argument 6056 bool pop, bool copy) in xc_program_pushVar() argument 6065 if (pop || copy) { in xc_program_pushVar() [all …]
|
/busybox-1.35.0/modutils/ |
D | modprobe-small.c | 159 char *copy = xzalloc(stringbuf_idx + 1); /* terminating NUL */ in copy_stringbuf() local 160 return memcpy(copy, stringbuf, stringbuf_idx); in copy_stringbuf()
|
/busybox-1.35.0/libbb/ |
D | Config.src | 75 bool "Give more precise messages when copy fails (cp, mv etc)" 97 instead of read/write loops to copy data between file descriptors
|
/busybox-1.35.0/networking/ |
D | telnetd.ctrlSQ.patch | 132 + * Otherwise we have to copy the new data down
|
/busybox-1.35.0/examples/var_service/ |
D | README_distro_proposal.txt | 162 At boot, distro should copy /etc/rc/* to a suitable writable
|
/busybox-1.35.0/editors/ |
D | vi.c | 2247 char *copy = xstrdup(fn); in init_filename() local 2250 current_filename = copy; in init_filename() 2253 alt_filename = copy; in init_filename()
|
/busybox-1.35.0/scripts/kconfig/ |
D | lex.zconf.c_shipped | 1979 * scan from a @e copy of @a str. 1993 * scan from a @e copy of @a bytes.
|
D | zconf.tab.c_shipped | 16 You should have received a copy of the GNU General Public License
|
/busybox-1.35.0/shell/ |
D | ash.c | 5986 int copy = rp->two_fd[i].moved_to; in popredir() local 5987 if (copy == CLOSED) { in popredir() 5992 if (copy != EMPTY) { in popredir() 5995 dup2_or_raise(copy, fd); in popredir() 5997 close(copy); in popredir() 6306 goto copy; in rmescapes() 6353 copy: in rmescapes()
|
D | hush.c | 3432 char *pattern, *copy; in perform_glob() local 3446 copy = xstrdup(pattern); in perform_glob() 3449 n = glob_brace(copy, o, n); in perform_glob() 3450 free(copy); in perform_glob()
|