HomeSort by: relevance | last modified time | path
    Searched refs:isDot (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/
dir.c 647 bool isDot = dirName[0] == '.' && dirName[1] == '\0';
679 char *fullName = isDot
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 10006 /// vector comparison. If it is, return true and fill in Opc/isDot with
10009 bool &isDot, const PPCSubtarget &Subtarget) {
10013 isDot = false;
10020 isDot = true;
10024 isDot = true;
10028 isDot = true;
10032 isDot = true;
10036 isDot = true;
10041 isDot = true;
10074 isDot = true
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
path.d 1951 if (isDot(element) || (rooted && isDotDot(element)))
1962 if (isDot(e))
2034 static bool isDot(S elem)

Completed in 76 milliseconds