at.c | 178 int fdes, lockdes, fd2; local in function:writefile 211 if ((lockdes = open(_PATH_LOCKFILE, O_WRONLY | O_CREAT, S_IWUSR | S_IRUSR)) < 0) 229 (void)fcntl(lockdes, F_SETLKW, &lock); 275 (void)fcntl(lockdes, F_SETLKW, &lock); 276 (void)close(lockdes);
|