Searched refs:FDT_FLOCK (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dutils.c1782 if (fdtable[y] == FDT_FLOCK || fdtable[y] == FDT_FLOCK_EXEC)
1789 if (fdtable[x] == FDT_FLOCK)
1811 if (fdtable[fd] != FDT_FLOCK)
1813 fdtable[fd] = FDT_FLOCK;
1831 if (fdtable[fd] == FDT_FLOCK)
1856 if (fdtable[fd] != FDT_FLOCK && fdtable[fd] != FDT_FLOCK_EXEC)
H A Dzsh.h368 #define FDT_FLOCK 4 macro

Completed in 179 milliseconds