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

/freebsd-10.2-release/contrib/xz/src/xz/
H A Dargs.h22 char *files_name; member in struct:__anon5120
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);
179 if (args.files_name != NULL)
230 if (args.files_name == stdin_filename) {
253 if (args.files_name != NULL) {
266 if (args.files_name != stdin_filename)
H A Dargs.c381 if (args->files_name != NULL)
387 args->files_name = (char *)stdin_filename;
390 args->files_name = optarg;
499 args->files_name = NULL;
564 if (argv[optind] == NULL && args->files_name == NULL) {
/freebsd-10.2-release/usr.sbin/config/
H A Dconfig.h59 struct files_name { struct
61 STAILQ_ENTRY(files_name) f_next;
199 extern STAILQ_HEAD(files_name_head, files_name) fntab;
H A Dconfig.y332 struct files_name *nl;
334 nl = (struct files_name *) calloc(1, sizeof *nl);
H A Dmkmakefile.c524 struct files_name *nl, *tnl;
/freebsd-10.2-release/contrib/texinfo/info/
H A Dindices.c520 char *files_name;
522 files_name = this_node->parent;
523 if (!files_name)
524 files_name = this_node->filename;
526 this_fb = info_find_file (files_name);
543 files_name, NULL);
519 char *files_name; local

Completed in 35 milliseconds