Home
last modified time | relevance | path

Searched refs:files_name (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/xz/src/xz/
H A Dmain.c90 tuklib_mask_nonprint(args->files_name), in read_name()
100 args->files_name)); in read_name()
127 args->files_name)); in read_name()
210 if (args.files_name != NULL) in main()
250 if (!to_stdout_only && args.files_name == NULL) { in main()
272 if (args.files_name == NULL && args.arg_count == 1) in main()
302 if (args.files_name == stdin_filename) { in main()
325 if (args.files_name != NULL) { in main()
338 if (args.files_name != stdin_filename) in main()
H A Dargs.c632 if (args->files_name != NULL) in parse_real()
638 args->files_name = stdin_filename; in parse_real()
641 args->files_name = optarg; in parse_real()
762 args->files_name = NULL; in args_parse()
864 if (args->files_name != NULL) in args_parse()
890 if (argv[optind] == NULL && args->files_name == NULL) { in args_parse()
H A Dargs.h22 const char *files_name; member
/freebsd/usr.sbin/config/
H A Dconfig.h116 struct files_name { struct
118 STAILQ_ENTRY(files_name) f_next; argument
262 extern STAILQ_HEAD(files_name_head, files_name) fntab;
263 extern STAILQ_HEAD(options_files_name_head, files_name) optfntab;
H A Dconfig.y336 struct files_name *nl; in newfile()
338 nl = (struct files_name *) calloc(1, sizeof *nl); in newfile()
351 struct files_name *nl; in newoptionsfile()
353 nl = (struct files_name *) calloc(1, sizeof *nl); in newoptionsfile()
H A Dmkoptions.cc430 struct files_name *nl, *tnl; in read_options()
H A Dmkmakefile.cc622 struct files_name *nl, *tnl; in read_files()