Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 68) sorted by relevance

123

/busybox-1.35.0/libbb/
Dverror_msg.c24 int applet_len, strerr_len, msgeol_len, used; in bb_verror_msg() local
45 used = vsnprintf(stack_msg + applet_len, (int)sizeof(stack_msg) - applet_len, s, p2); in bb_verror_msg()
48 used += applet_len; in bb_verror_msg()
49 if (used < (int)sizeof(stack_msg) - 3 - msgeol_len - strerr_len) in bb_verror_msg()
53 used = vasprintf(&msg, s, p); in bb_verror_msg()
54 if (used < 0) in bb_verror_msg()
65 msg1 = realloc(msg, applet_len + used + strerr_len + msgeol_len + 3); in bb_verror_msg()
67 msg[used++] = '\n'; /* overwrites NUL */ in bb_verror_msg()
72 memmove(msg + applet_len, msg, used); in bb_verror_msg()
73 used += applet_len; in bb_verror_msg()
[all …]
DREADME3 libbb is BusyBox's utility library. All of this stuff used to be stuffed into
/busybox-1.35.0/networking/
Dtls_pstm.c71 a->used = 0; in pstm_init_size()
113 a->used = 0; in pstm_init()
178 if (b->alloc < a->used) { in pstm_copy()
179 if ((res = pstm_grow (b, a->used)) != PSTM_OKAY) { in pstm_copy()
197 for (n = 0; n < a->used; n++) { in pstm_copy()
202 for (; n < b->used; n++) { in pstm_copy()
209 b->used = a->used; in pstm_copy()
226 while (a->used > 0 && a->dp[a->used - 1] == 0) { in pstm_clamp()
227 --(a->used); in pstm_clamp()
230 if (a->used == 0) { in pstm_clamp()
[all …]
Dtls_pstm_montgomery_reduce.c374 pa = m->used; in pstm_montgomery_reduce()
387 oldused = a->used; in pstm_montgomery_reduce()
432 a->used = pa+1; in pstm_montgomery_reduce()
Dtls_pstm.h125 int used, alloc, sign; //bbox: was int16 member
134 #define pstm_iszero(a) (((a)->used == 0) ? PS_TRUE : PS_FALSE)
135 #define pstm_iseven(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 0)) ? PS_TRUE : PS_FALSE)
136 #define pstm_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? PS_TRUE : PS_FALSE)
DConfig.src23 This extension is almost never used in real world usage.
33 If this option is off, the first returned address will be used.
54 a rarely used feature which allows you to use names
/busybox-1.35.0/scripts/
DMakefile.lib36 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
37 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
38 multi-used := $(multi-used-y) $(multi-used-m)
39 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m)))
43 multi-objs-y := $(foreach m, $(multi-used-y), $($(m:.o=-objs)) $($(m:.o=-y)))
44 multi-objs-m := $(foreach m, $(multi-used-m), $($(m:.o=-objs)) $($(m:.o=-y)))
69 single-used-m := $(addprefix $(obj)/,$(single-used-m))
70 multi-used-y := $(addprefix $(obj)/,$(multi-used-y))
71 multi-used-m := $(addprefix $(obj)/,$(multi-used-m))
128 modname-multi = $(sort $(foreach m,$(multi-used),\
DKbuild.src2 # scripts contains sources for various helper programs used throughout
DMakefile.build202 $(single-used-m): %.o: %.c FORCE
304 $(multi-used-y) : %.o: $(multi-objs-y) FORCE
307 $(multi-used-m) : %.o: $(multi-objs-m) FORCE
311 targets += $(multi-used-y) $(multi-used-m)
/busybox-1.35.0/sysklogd/
Dklogd.c175 int used; in klogd_main() local
235 used = 0; in klogd_main()
241 start = log_buffer + used; in klogd_main()
242 n = klogd_read(start, KLOGD_LOGBUF_SIZE-1 - used); in klogd_main()
261 used = newline - start; in klogd_main()
262 if (used < KLOGD_LOGBUF_SIZE-1) { in klogd_main()
267 used = 0; in klogd_main()
/busybox-1.35.0/coreutils/
DKbuild.src16 lib-$(CONFIG_ADDUSER) += chown.o # used by adduser
17 lib-$(CONFIG_ADDGROUP) += chown.o # used by addgroup
18 lib-$(CONFIG_FTPD) += ls.o # used by ftpd
/busybox-1.35.0/shell/ash_test/ash-heredoc/
Dheredoc8.tests1 # ash used to SEGV on this:
/busybox-1.35.0/shell/hush_test/hush-heredoc/
Dheredoc8.tests1 # ash used to SEGV on this:
/busybox-1.35.0/docs/
Dtar_pax.txt21 global headers should not be used with interchange media that
28 the ISO POSIX-2:1993 standard, the header block fields are used to
60 The name of the character set used to encode the data in the
64 only; when pax is used as described in IEEE Std 1003.1-2001, it
68 When used in write or copy mode, it is implementation-defined
72 A series of characters used as a comment. All characters in
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
[all …]
/busybox-1.35.0/scripts/kconfig/lxdialog/
DBIG.FAT.WARNING2 significantly modified from the original. It was used by the Linux
/busybox-1.35.0/e2fsprogs/
DConfig.src14 ### e2fsck is used to check Linux second extended file systems (ext2fs).
23 ### mke2fs is used to create an ext2/ext3 filesystem. The normal compat
/busybox-1.35.0/shell/hush_test/hush-misc/
Denv_and_func.tests6 # hush does not "leak" values. ash used to, but now does not.
/busybox-1.35.0/shell/ash_test/ash-misc/
Denv_and_func.tests6 # hush does not "leak" values. ash used to, but now does not.
/busybox-1.35.0/shell/hush_test/hush-redir/
Dredir7.tests1 # Chars above 0x7f are used as special codes.
Dredir8.tests1 # Chars above 0x7f are used as special codes.
/busybox-1.35.0/shell/ash_test/ash-redir/
Dredir7.tests1 # Chars above 0x7f are used as special codes.
Dredir8.tests1 # Chars above 0x7f are used as special codes.
Dredir_expand.tests65 # This is not likely to be used much in real-world.
/busybox-1.35.0/procps/
Dps.posix68 shall be written unless the -f option is used, in which case the
77 With the exception of -o format, all of the options shown are used to
89 the characters in the argument shall be used as the header text. The
120 pcpu The ratio of CPU time used recently to CPU time available in the
137 the same format used by the who utility.
158 The following table specifies the default header to be used in the
173 multiple -o options can be used, such as:
/busybox-1.35.0/examples/
Dinittab14 # The id field is used by BusyBox init to specify the controlling tty for
16 # appended to "/dev/" and used as-is. There is no need for this field to
18 # field is left blank, then the init's stdin/out will be used.

123