Lines Matching +full:non +full:- +full:exclusive
13 ** security-defeating semantics that an open with O_CREAT|O_EXCL
15 ** points to a non-existent file. Sadly, Posix is mute on what
24 ** HP-UX 9.04 FAIL
25 ** HP-UX 9.05 FAIL
26 ** HP-UX 9.07 OK
27 ** HP-UX 10.01 OK
28 ** HP-UX 10.10 OK
29 ** HP-UX 10.20 OK
52 static char id[] = "@(#)$Id: t_exclopen.c,v 8.7 2013-11-22 20:52:01 ca Exp $";
79 printf("Could not create %s->%s symlink: %d\n",
86 printf("%s already exists -- remove and try again.\n",
100 printf("Good show! Exclusive open works properly with symbolic links (errno = %d).\n",
110 printf("Bad news: you can do an exclusive open through a symbolic link\n");