Searched refs:amount (Results 1 – 10 of 10) sorted by relevance
/busybox-1.35.0/archival/libarchive/ |
D | seek_by_jump.c | 8 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()
|
D | seek_by_read.c | 11 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/ |
D | redir4.tests | 6 # some amount of input is prefetched.
|
/busybox-1.35.0/shell/ash_test/ash-redir/ |
D | redir4.tests | 6 # some amount of input is prefetched.
|
/busybox-1.35.0/include/ |
D | bb_archive.h | 77 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/ |
D | Kbuild.src | 17 # This trick decreases amount of rebuilds
|
/busybox-1.35.0/docs/ |
D | nofork_noexec.txt | 110 to implement. In order to minimize amount of bugs and maintenance,
|
D | style-guide.txt | 643 There is an optimal amount of commenting that a program can have; you can
|
/busybox-1.35.0/shell/ |
D | ash.c | 1174 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/ |
D | NOFORK_NOEXEC.lst | 43 then should not be NOEXEC, is "usleep". As NOFORK, it amount to simply
|