Home | History | Annotate | Download | only in src

Lines Matching refs:directory

298   { '7', ARG_DUP, "path", gettext_noop("Read configuration from all the files in this directory."), NULL },
306 { LOPT_PREFIX, ARG_ONE, "<directory>", gettext_noop("Export files by TFTP only from the specified subtree."), NULL },
1034 char *directory, *path;
1041 if (!(directory = opt_string_alloc(arg)))
1054 if (!(dir_stream = opendir(directory)))
1055 die(_("cannot access directory %s: %s"), directory, EC_FILE);
1080 path = opt_malloc(strlen(directory) + len + 2);
1081 strcpy(path, directory);
1097 free(directory);