Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Dseek_by_jump.c8 void FAST_FUNC seek_by_jump(int fd, off_t amount) in seek_by_jump() argument
10 if (amount in seek_by_jump()
11 && lseek(fd, amount, SEEK_CUR) == (off_t) -1 in seek_by_jump()
14 seek_by_read(fd, amount); in seek_by_jump()
Dseek_by_read.c11 void FAST_FUNC seek_by_read(int fd, off_t amount) in seek_by_read() argument
13 if (amount) in seek_by_read()
14 bb_copyfd_exact_size(fd, -1, amount); in seek_by_read()
/busybox-1.35.0/shell/hush_test/hush-redir/
Dredir4.tests6 # some amount of input is prefetched.
/busybox-1.35.0/shell/ash_test/ash-redir/
Dredir4.tests6 # some amount of input is prefetched.
/busybox-1.35.0/include/
Dbb_archive.h77 void FAST_FUNC (*seek)(int fd, off_t amount);
202 void seek_by_jump(int fd, off_t amount) FAST_FUNC;
203 void seek_by_read(int fd, off_t amount) FAST_FUNC;
/busybox-1.35.0/applets/
DKbuild.src17 # This trick decreases amount of rebuilds
/busybox-1.35.0/docs/
Dnofork_noexec.txt110 to implement. In order to minimize amount of bugs and maintenance,
Dstyle-guide.txt643 There is an optimal amount of commenting that a program can have; you can
/busybox-1.35.0/shell/
Dash.c1174 indent(int amount, char *pfx, FILE *fp) in indent() argument
1178 for (i = 0; i < amount; i++) { in indent()
1179 if (pfx && i == amount - 1) in indent()
1839 #define STADJUST(amount, p) ((p) += (amount)) argument
7044 long amount; in subevalvar() local
7221 amount = expdest - ((char *)stackblock() + resetloc); in subevalvar()
7222 STADJUST(-amount, expdest); in subevalvar()
7408 amount = loc - expdest; in subevalvar()
7409 STADJUST(amount, expdest); in subevalvar()
/busybox-1.35.0/
DNOFORK_NOEXEC.lst43 then should not be NOEXEC, is "usleep". As NOFORK, it amount to simply