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

/ast/src/cmd/ie/
H A Dhistory.c268 static struct flock hislock = { F_WRLCK, 0, (off_t)0, (off_t)2, (pid_t)0 }; variable in typeref:struct:flock
281 r = (fcntl(fd,F_SETLK,&hislock)==0);

Completed in 11 milliseconds