Home
last modified time | relevance | path

Searched refs:tfs (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/hexdump/
H A Dhexdump.c50 FS *tfs; in main() local
61 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()
H A Dparse.c74 FS *tfs; in add() local
78 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()
/freebsd/contrib/mandoc/
H A Dterm_tag.c58 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()
H A Dterm_tag.h24 FILE *tfs; /* Tag file object. */ member
H A Dmain.c1301 assert(outst->tag_files->tfs == NULL); in run_pager()
/freebsd/sys/contrib/zstd/programs/
H A Dbenchfn.c174 …typedef struct { check_size c; BMK_timedFnState_t tfs; } tfs_align; /* force tfs to be aligned at… in BMK_initStatic_timedFnState() member
175 …size_t const tfs_alignment = offsetof(tfs_align, tfs); /* provides the minimal alignment restricti… in BMK_initStatic_timedFnState()