Lines Matching defs:file
4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
121 char *file;
142 file = makepath(Lp_Temp, id, (char *)0);
143 (void) Unlink(file);
144 Free(file);
149 * check if the PAPI attribute file exists, if it does delete it
153 file = makepath(Lp_Temp, attrFile, (char *)0);
154 if ((file != NULL) && (stat(file, &tmpBuf) == 0))
156 (void) Unlink(file);
158 Free(file);
164 /* clear RS_CHANGE bit, write request file, and schedule */