Searched refs:files_name (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/xz/src/xz/
H A Dargs.h22 const char *files_name; member in struct:__anon111
25 /// non-NULL only if files_name is non-NULL.
H A Dmain.c90 args->files_name, strerror(errno));
98 args->files_name);
123 "of '--files'?"), args->files_name);
196 if (args.files_name != NULL)
236 if (!to_stdout_only && args.files_name == NULL) {
258 if (args.files_name == NULL && args.arg_count == 1)
288 if (args.files_name == stdin_filename) {
311 if (args.files_name != NULL) {
324 if (args.files_name != stdin_filename)
H A Dargs.c628 if (args->files_name != NULL)
634 args->files_name = stdin_filename;
637 args->files_name = optarg;
754 args->files_name = NULL;
849 if (args->files_name != NULL)
875 if (argv[optind] == NULL && args->files_name == NULL) {
/freebsd-current/usr.sbin/config/
H A Dconfig.h116 struct files_name { struct
118 STAILQ_ENTRY(files_name) f_next;
262 extern STAILQ_HEAD(files_name_head, files_name) fntab;
H A Dconfig.y331 struct files_name *nl;
333 nl = (struct files_name *) calloc(1, sizeof *nl);
H A Dmkmakefile.cc610 struct files_name *nl, *tnl;

Completed in 201 milliseconds