Home | History | Annotate | Download | only in fcntl

Lines Matching defs:fname

103 char fname[255];
134 * Call fcntl(2) with F_SETLEASE & F_RDLCK argument on fname
142 fname, TEST_ERRNO, strerror(TEST_ERRNO));
149 fname, TEST_RETURN);
155 fname, TEST_RETURN);
159 fname);
165 fname, errno, strerror(errno));
189 sprintf(fname, "tfile_%d", getpid());
190 if ((fd = open(fname, O_RDONLY | O_CREAT, 0777)) == -1) {
193 fname, errno, strerror(errno));
206 tst_resm(TWARN, "close(%s) Failed, errno=%d : %s", fname, errno,