Searched refs:tfs (Results 1 – 6 of 6) sorted by relevance
50 FS *tfs; in main() local61 for (blocksize = 0, tfs = fshead; tfs; tfs = tfs->nextfs) { in main()62 tfs->bcnt = size(tfs); in main()63 if (blocksize < tfs->bcnt) in main()64 blocksize = tfs->bcnt; in main()67 for (tfs = fshead; tfs; tfs = tfs->nextfs) in main()68 rewrite(tfs); in main()
74 FS *tfs; in add() local78 if ((tfs = calloc(1, sizeof(FS))) == NULL) in add()81 fshead = tfs; in add()83 *nextfs = tfs; in add()84 nextfs = &tfs->nextfs; in add()85 nextfu = &tfs->nextfu; in add()
58 tag_files.tfs = NULL; in term_tag_init()126 if ((tag_files.tfs = fdopen(tfd, "w")) == NULL) { in term_tag_init()157 if (tag_files.tfs == NULL) in term_tag_write()163 fprintf(tag_files.tfs, "%.*s %s %zu\n", in term_tag_write()178 if (tag_files.tfs != NULL) { in term_tag_close()179 fclose(tag_files.tfs); in term_tag_close()180 tag_files.tfs = NULL; in term_tag_close()
24 FILE *tfs; /* Tag file object. */ member
1301 assert(outst->tag_files->tfs == NULL); in run_pager()
174 …typedef struct { check_size c; BMK_timedFnState_t tfs; } tfs_align; /* force tfs to be aligned at… in BMK_initStatic_timedFnState() member175 …size_t const tfs_alignment = offsetof(tfs_align, tfs); /* provides the minimal alignment restricti… in BMK_initStatic_timedFnState()