Lines Matching defs:file
4 * The contents of this file are subject to the terms
6 * (the "License"). You may not use this file except
16 * HEADER in each file and include the License file at
70 static int file;
83 " [-d directory for temp file (default %s)]\n"
114 file = open(fname, O_CREAT | O_TRUNC | O_RDWR, 0600);
115 if (file == -1) {
123 if (ftruncate(file, nlocks * 3) == -1) {
139 return (fcntl(file, F_SETLKW, &fl) == -1);
151 return (fcntl(file, F_SETLK, &fl) == -1);