]> mj.ucw.cz Git - libucw.git/commit
Libucw: Change sh_ prefix to ucw_.
authorMichal Vaner <vorner@ucw.cz>
Sat, 19 Jul 2008 20:22:20 +0000 (22:22 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 19 Jul 2008 21:55:51 +0000 (23:55 +0200)
commite8060fa4647c5c4ccf07efb91a35f65c543dfc4f
tree6e6a631be5ec636ec3594ada5648f6563ab79184
parent7ac12546e977cc7b951879529f082ec946619abf
Libucw: Change sh_ prefix to ucw_.

And update all uses across the tree.

Macros:
sh_fdatasync -> ucw_fdatasync
sh_fstat -> ucw_fstat
sh_ftruncate -> ucw_ftruncate
sh_mmap -> ucw_mmap
sh_open -> ucw_open
sh_pread -> ucw_pread
sh_pwrite -> ucw_pwrite
sh_seek -> ucw_seek
sh_stat -> ucw_stat

Functions:
sh_file_size -> ucw_file_size

File types:
sh_off_t -> ucw_off_t
sh_sighandler_t -> ucw_sighandler_t
sh_stat_t -> ucw_stat_t
sh_time_t -> ucw_time_t

Internals:
sh_getopt -> ucw_getopt
sh_getopt_long -> ucw_getopt_long
sh_getopt_longonly -> ucw_getopt_longonly
sh_optarg -> ucw_optarg
sh_opterr -> ucw_opterr
sh_optind -> ucw_optind
sh_optopt -> ucw_optopt
sh_xfree -> ucw_xfree
sh_xmalloc -> ucw_xmalloc
sh_xrealloc -> ucw_xrealloc
31 files changed:
debug/sorter/radix-asio-test.c
debug/sorter/radix-file-test.c
images/io-libmagick.c
ucw/config.h
ucw/fastbuf.c
ucw/fastbuf.h
ucw/fb-atomic.c
ucw/fb-buffer.c
ucw/fb-direct.c
ucw/fb-file.c
ucw/fb-grow.c
ucw/fb-mem.c
ucw/fb-mmap.c
ucw/fb-param.c
ucw/fb-temp.c
ucw/getopt/getopt-sh.h
ucw/lfs-test.c
ucw/lfs.h
ucw/lib.h
ucw/lizard-safe.c
ucw/log-file.c
ucw/mainloop.c
ucw/mainloop.h
ucw/partmap.c
ucw/partmap.h
ucw/qache.c
ucw/sighandler.c
ucw/sorter/common.h
ucw/sorter/govern.c
ucw/sorter/sbuck.c
ucw/threads.h