Searched refs:O_NOFOLLOW (Results 1 – 1 of 1) sorted by relevance
312 #ifndef O_NOFOLLOW313 # define O_NOFOLLOW 0 macro4658 pShmNode->hShm = robust_open(zShm, O_RDWR|O_CREAT|O_NOFOLLOW, in unixOpenSharedMemory()4662 pShmNode->hShm = robust_open(zShm, O_RDONLY|O_NOFOLLOW, in unixOpenSharedMemory()6207 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW); in unixOpen()6208 openFlags |= (O_LARGEFILE|O_BINARY|O_NOFOLLOW); in unixOpen()7047 int openFlags = O_RDWR | O_CREAT | O_NOFOLLOW; in proxyCreateUnixFile()7077 openFlags = O_RDONLY | O_NOFOLLOW; in proxyCreateUnixFile()7203 fd = robust_open(tPath, (O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW), 0); in proxyBreakConchLock()