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)
committerJames Peach <jpeach@samba.org>
Mon, 24 Apr 2006 00:16:51 +0000 (00:16 +0000)
commitfdd5a5931d36245616c7891db95c8034daee1d60
treea3dc7dedaa541a973e41820fa39463e68ae9c20b
parent5da6e1af1d15a48290dfa3ce379203dcb58b2e03
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.
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