Home
last modified time | relevance | path

Searched refs:nodots (Results 1 – 2 of 2) sorted by relevance

/third_party/mksh/
Dos2.c258 char nodots[namelen]; in stat() local
260 memcpy(nodots, name, namelen); in stat()
261 remove_trailing_dots(nodots, namelen); in stat()
262 return (_std_stat(nodots, buffer)); in stat()
273 char nodots[namelen]; in access() local
282 memcpy(nodots, name, namelen); in access()
283 remove_trailing_dots(nodots, namelen); in access()
284 return (_std_access(nodots, mode)); in access()
/third_party/node/deps/npm/node_modules/npm-normalize-package-bin/test/
Dobject.js73 nodots: 'etc/passwd', property