HomeSort by relevance Sort by last modified time
    Searched refs:ISDOT (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/upstream-netbsd/bin/rm/
rm.c 578 #define ISDOT(a) ((a)[0] == '.' && (!(a)[1] || ((a)[1] == '.' && !(a)[2])))
598 if (ISDOT(p)) {
  /bionic/libc/bionic/
fts.c 58 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2])))
651 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
836 if (ISDOT(p->fts_name))

Completed in 63 milliseconds