Lines Matching +full:non +full:- +full:exclusive
1 // SPDX-License-Identifier: GPL-2.0
79 explain("cannot get non-existent label"); in run_tests()
82 explain("cannot put non-existent label"); in run_tests()
95 explain("cannot get it again with the exclusive (FL_FL_EXCL) flag"); in run_tests()
104 explain("create a new exclusive label (FL_S_EXCL)"); in run_tests()
106 explain("cannot get it again in non-exclusive mode"); in run_tests()
108 explain("cannot get it again in exclusive mode either"); in run_tests()
122 explain("create a new user-private label (FL_S_USER)"); in run_tests()
124 explain("cannot get it again in non-exclusive mode"); in run_tests()
126 explain("cannot get it again in exclusive mode"); in run_tests()
132 if (pid == -1) in run_tests()
142 if (wait(&wstatus) == -1) in run_tests()
147 explain("create a new process-private label (FL_S_PROCESS)"); in run_tests()
153 if (pid == -1) in run_tests()
159 if (wait(&wstatus) == -1) in run_tests()
169 while ((c = getopt(argc, argv, "lv")) != -1) { in parse_opts()
190 if (fd == -1) in main()