Lines Matching defs:use
5 * Permission to use, copy, modify, and distribute this software for any
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
278 int use;
299 handles[i].use = HANDLE_UNUSED;
305 handle_new(int use, const char *name, int fd, int flags, DIR *dirp)
320 handles[i].use = use;
333 return i >= 0 && (u_int)i < num_handles && handles[i].use == type;
465 if (handles[i].use != HANDLE_UNUSED)