r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is
authorJames Peach <jpeach@samba.org>
Mon, 24 Apr 2006 00:16:51 +0000 (00:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:04:14 +0000 (14:04 -0500)
commit6ab33938d5239e8688440f65e802f627622d301b
tree7c2253d8e3252ccd973b2d2d36754d0d0e196d7a
parentf380d365eaad89db2c46331a3fa2d5d8600aeba1
r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is
"." for "..". These express the intention better that strcmp or strequal
and improve searchability via cscope/ctags.
(This used to be commit 7e4ad7e8e5ec266b969e3075c4ad7f021571f24e)
21 files changed:
source4/client/client.c
source4/client/tree.c
source4/include/system/dir.h
source4/lib/registry/reg_backend_dir.c
source4/lib/util/module.c
source4/libcli/clideltree.c
source4/ntvfs/cifs/vfs_cifs.c
source4/ntvfs/ipc/vfs_ipc.c
source4/ntvfs/nbench/vfs_nbench.c
source4/ntvfs/ntvfs.h
source4/ntvfs/ntvfs_base.c
source4/ntvfs/posix/pvfs_dirlist.c
source4/ntvfs/posix/pvfs_resolve.c
source4/ntvfs/posix/pvfs_unlink.c
source4/ntvfs/posix/vfs_posix.c
source4/ntvfs/print/vfs_print.c
source4/ntvfs/simple/vfs_simple.c
source4/ntvfs/unixuid/vfs_unixuid.c
source4/smbd/server.c
source4/torture/basic/mangle_test.c
source4/torture/masktest.c