Lines Matching full:full_path_name
203 char full_path_name[PATH_MAX];
234 sprintf(full_path_name, "%s/%s", todir, "config.yaml");
235 yfd = open(full_path_name,
239 fprintf(stderr, "Unable to open %s: %s\n", full_path_name,
247 fprintf(stderr, "Unable to fdopen %s: %s\n", full_path_name,
309 sprintf(full_path_name, "%s/%s", todir, image_name);
310 bfd = open(full_path_name,
314 fprintf(stderr, "Unable to open %s: %s\n", full_path_name,
322 fprintf(stderr, "Unable to fdopen %s: %s\n", full_path_name,
362 fprintf(stderr, "Unable to write %s: %s\n", full_path_name,