HomeSort by: relevance | last modified time | path
    Searched defs:stdot (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
cd.c 356 struct stat stdot, stpath; local in function:is_curdir
360 stat(".", &stdot) != -1 &&
362 stdot.st_dev == stpath.st_dev &&
363 stdot.st_ino == stpath.st_ino;
cd.c 356 struct stat stdot, stpath; local in function:is_curdir
360 stat(".", &stdot) != -1 &&
362 stdot.st_dev == stpath.st_dev &&
363 stdot.st_ino == stpath.st_ino;

Completed in 22 milliseconds