Searched refs:outst (Results 1 – 2 of 2) sorted by relevance
127 struct outstate outst; /* Output state. */ in main() local212 memset(&outst, 0, sizeof(outst)); in main()213 outst.tag_files = NULL; in main()214 outst.outtype = OUTT_LOCALE; in main()215 outst.use_pager = 1; in main()234 outst.use_pager = 0; in main()241 outst.use_pager = 0; in main()299 outst.outtype = OUTT_ASCII; in main()301 outst.outtype = OUTT_LINT; in main()305 outst.outtype = OUTT_TREE; in main()[all …]
5604 struct nfsstate inst, outst, *instp = &inst, *outstp = &outst; in nfsrvd_copy_file_range() local