Searched refs:ISDOT (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/system/
H A Ddir.h49 #ifndef ISDOT
50 #define ISDOT(path) ( \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dgetcwd.c60 #define ISDOT(dp) \ macro
202 if (ISDOT(dp))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dfilename.c82 if (!p && (ms_has_wild(name) || ISDOT(name))) {
297 if (ISDOT(start)) {
H A Ddosmode.c40 if (ISDOT(path) || ISDOTDOT(path)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmb_macros.h364 #ifndef ISDOT
365 #define ISDOT(p) (*(p) == '.' && *((p) + 1) == '\0') macro
366 #endif /* ISDOT */

Completed in 173 milliseconds