Home | History | Annotate | Download | only in blkid

Lines Matching defs:file

8  * This file may be redistributed under the terms of the
47 * File format:
52 * <ID="id"> unique (within this file) ID number of this device
377 * a newly allocated cache struct. If the file doesn't exist, return a
382 FILE *file;
391 * If the file doesn't exist, then we just return an empty
405 DBG(DEBUG_CACHE, printf("reading cache file %s\n",
408 file = fdopen(fd, "r");
409 if (!file)
412 while (fgets(buf, sizeof(buf), file)) {
422 fgets(buf + end, sizeof(buf) - end, file)) {
433 fclose(file);
436 * Initially we do not need to write out the cache file.
486 fprintf(stderr, "error %d reading cache file %s\n", ret,