Searched refs:F_SETLK (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libcoshell/ |
H A D | cosync.c | 82 #if defined(F_SETLK) 102 if (!fcntl(fd, F_SETLK, &lock)) 105 fcntl(fd, F_SETLK, &lock);
|
/ast/src/lib/libast/features/ |
H A D | fcntl.c | 142 #ifndef F_SETLK 145 if (F_SETLK > f_local) f_local = F_SETLK; 189 #ifndef F_SETLK 190 printf("#define F_SETLK %d\n", ++f_local);
|
/ast/src/lib/libast/aso/ |
H A D | aso-fcntl.c | 80 fcntl(apl->fd, F_SETLK, &lock); 149 fcntl(fd, F_SETLK, &lock);
|
/ast/src/cmd/ie/ |
H A D | history.c | 256 # undef F_SETLK macro 259 # undef F_SETLK macro 264 #ifdef F_SETLK 265 # if defined(F_SETLK) && !defined(F_WRLCK) 266 # undef F_SETLK macro 280 # ifdef F_SETLK 281 r = (fcntl(fd,F_SETLK,&hislock)==0);
|
Completed in 9 milliseconds