Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/xz/src/xz/
Dmain.c90 args->files_name, strerror(errno)); in read_name()
98 args->files_name); in read_name()
123 "of `--files'?"), args->files_name); in read_name()
179 if (args.files_name != NULL) in main()
220 if (args.files_name == NULL && args.arg_count == 1 in main()
251 if (args.files_name == stdin_filename) { in main()
274 if (args.files_name != NULL) { in main()
287 if (args.files_name != stdin_filename) in main()
Dargs.c472 if (args->files_name != NULL) in parse_real()
478 args->files_name = (char *)stdin_filename; in parse_real()
481 args->files_name = optarg; in parse_real()
595 args->files_name = NULL; in args_parse()
676 if (argv[optind] == NULL && args->files_name == NULL) { in args_parse()
Dargs.h22 char *files_name; member
/freebsd-10-stable/usr.sbin/config/
Dconfig.h59 struct files_name { struct
61 STAILQ_ENTRY(files_name) f_next; argument
199 extern STAILQ_HEAD(files_name_head, files_name) fntab;
Dconfig.y332 struct files_name *nl; in newfile()
334 nl = (struct files_name *) calloc(1, sizeof *nl); in newfile()
Dmkmakefile.c524 struct files_name *nl, *tnl; in read_files()
/freebsd-10-stable/contrib/texinfo/info/
Dindices.c519 char *files_name; in apropos_in_all_indices() local
521 files_name = this_node->parent; in apropos_in_all_indices()
522 if (!files_name) in apropos_in_all_indices()
523 files_name = this_node->filename; in apropos_in_all_indices()
525 this_fb = info_find_file (files_name); in apropos_in_all_indices()
542 files_name, NULL); in apropos_in_all_indices()