file_name
char file_name[PATH_MAX];
strcpy(file_name, (*cp) ? cp : kernelnames[0]);
ctlr + '0', device_name, unit + '0', part + '0', file_name);
void include_file(char *file_name, include_type type);
show_text(const char *directory, const char *file_name, const char *header)
(void)snprintf(tbuf, sizeof(tbuf), "%s/%s", directory, file_name);
posix_name(const struct file_name *names, bool assume_exists)
best_name(const struct file_name *names, bool assume_exists)
struct file_name names[MAX_FILE];
struct file_name tmp = names[OLD_FILE];
static char *best_name(const struct file_name *, bool);
static char *posix_name(const struct file_name *, bool);
prepare_next_config(const char *file_name)
CONFIG = file_name;
const char *file_name = evb_ubstep_get_file_name(params, step);
if (base_path == NULL || file_name == NULL)
return make_path(buf, bufsize, "%s/%s", base_path, file_name);