Introduce ISDOT and ISDOTDOT macros for testing whether a filename is
authorjpeach <jpeach@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Mon, 24 Apr 2006 00:16:51 +0000 (00:16 +0000)
committerjpeach <jpeach@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Mon, 24 Apr 2006 00:16:51 +0000 (00:16 +0000)
commit7253667a053ef7f7ccc08ac9011094beb279bf77
tree81f70033966b641e061d9da5d498855e30cd31d8
parentd6865de36ac6112b6499436e85d54cacbea407f3
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.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@15186 0c0555d6-39d7-0310-84fc-f1cc0bd64818
21 files changed:
source/client/client.c
source/client/tree.c
source/include/system/dir.h
source/lib/registry/reg_backend_dir.c
source/lib/util/module.c
source/libcli/clideltree.c
source/ntvfs/cifs/vfs_cifs.c
source/ntvfs/ipc/vfs_ipc.c
source/ntvfs/nbench/vfs_nbench.c
source/ntvfs/ntvfs.h
source/ntvfs/ntvfs_base.c
source/ntvfs/posix/pvfs_dirlist.c
source/ntvfs/posix/pvfs_resolve.c
source/ntvfs/posix/pvfs_unlink.c
source/ntvfs/posix/vfs_posix.c
source/ntvfs/print/vfs_print.c
source/ntvfs/simple/vfs_simple.c
source/ntvfs/unixuid/vfs_unixuid.c
source/smbd/server.c
source/torture/basic/mangle_test.c
source/torture/masktest.c