Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/xz/dist/src/xz/
H A 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()
H A 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()
H A Dargs.h22 char *files_name; member
/netbsd-src/external/bsd/kyua-atf-compat/dist/
H A Datf-report.sh71 local files_name="$(echo "${index_name}" | sed -e 's,\.[a-zA-Z]*$,,').files"
74 --output="${dir}/${files_name}"
76 echo "Pointing ${index_name} to ${files_name}/index.html"
77 ( cd "${dir}" && ln -s "${files_name}/index.html" "${index_name}" )
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dindices.c521 char *files_name; in apropos_in_all_indices() local
523 files_name = this_node->parent; in apropos_in_all_indices()
524 if (!files_name) in apropos_in_all_indices()
525 files_name = this_node->filename; in apropos_in_all_indices()
527 this_fb = info_find_file (files_name); in apropos_in_all_indices()
544 files_name, NULL); in apropos_in_all_indices()