Home
last modified time | relevance | path

Searched refs:update (Results 1 – 7 of 7) sorted by relevance

/busybox-1.35.0/coreutils/
Dmd5_sha1_sum.c168 void FAST_FUNC (*update)(void*, const void*, size_t); in hash_file() local
182 update = (void*)md5_hash; in hash_file()
188 update = (void*)sha1_hash; in hash_file()
194 update = (void*)sha256_hash; in hash_file()
200 update = (void*)sha512_hash; in hash_file()
207 update = (void*)sha3_hash; in hash_file()
232 update(&context, in_buf, count); in hash_file()
/busybox-1.35.0/util-linux/
DConfig.src57 example a mount under chroot won't update it), can't handle modern
60 by --bind or --move mounts, won't update if you rename a directory
/busybox-1.35.0/scripts/kconfig/
DMakefile5 PHONY += oldconfig xconfig gconfig menuconfig config silentoldconfig update-po-config
43 update-po-config: $(obj)/kxgettext
Dqconf.cc468 goto update; in updateList()
489 update: in updateList()
/busybox-1.35.0/scripts/
DKbuild.include32 # - If they are equal no change, and no timestamp update
/busybox-1.35.0/docs/
Dbusybox_footer.pod34 incorrect, please send in an update.
/busybox-1.35.0/
DMakefile1246 $(error kernelrelease not valid - run 'make *config' to update it))