Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 24 of 24) sorted by relevance

/busybox-1.35.0/sysklogd/
Dlogread.c147 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/
Dtar_pax.txt68 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 …]
Dkeep_data_small.txt233 copy busybox_unstripped to busybox_old before modifying sources
DSerial-Programming-HOWTO.txt201 contain the desired configuration. The other should contain a copy of
/busybox-1.35.0/
DLICENSE14 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 …]
DConfig.in692 -p check-lists -p check-blank -p check-funcs -p realloc-copy \
/busybox-1.35.0/shell/ash_test/ash-psubst/
Dbash_procsub.tests25 # copy stderr to a file
/busybox-1.35.0/shell/hush_test/hush-z_slow/
Dleak_var3.tests13 # Please copy the entire block from above verbatim
Dleak_all2.tests36 # Please copy the entire block from above verbatim
Dleak_all1.tests76 # Please copy the entire block from above verbatim
/busybox-1.35.0/archival/libarchive/unxz/
DREADME12 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/
Dbootfloppy.txt61 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/
DREADME50 You should have received a copy of the GNU General Public License
/busybox-1.35.0/miscutils/
Ddevfsd.c253 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()
Dbc.c2155 BcNum copy; in zbc_num_p() local
2190 bc_num_init_and_copy(&copy, a); in zbc_num_p()
2216 s = zbc_num_mul(&copy, &copy, &copy, powrdx); in zbc_num_p()
2225 bc_num_copy(c, &copy); in zbc_num_p()
2229 s = zbc_num_mul(&copy, &copy, &copy, powrdx); in zbc_num_p()
2234 s = zbc_num_mul(c, &copy, c, resrdx); in zbc_num_p()
2259 bc_num_free(&copy); 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/
Dmodprobe-small.c159 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/
DConfig.src75 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/
Dtelnetd.ctrlSQ.patch132 + * Otherwise we have to copy the new data down
/busybox-1.35.0/examples/var_service/
DREADME_distro_proposal.txt162 At boot, distro should copy /etc/rc/* to a suitable writable
/busybox-1.35.0/editors/
Dvi.c2247 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/
Dlex.zconf.c_shipped1979 * scan from a @e copy of @a str.
1993 * scan from a @e copy of @a bytes.
Dzconf.tab.c_shipped16 You should have received a copy of the GNU General Public License
/busybox-1.35.0/shell/
Dash.c5986 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()
Dhush.c3432 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()