HomeSort by: relevance | last modified time | path
    Searched refs:fi_path (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/config/
files.c 175 fi->fi_path = path;
211 CFGDBG(3, "file added `%s' at order score %d", fi->fi_path, fi->fi_order);
340 fi->fi_path, fi->fi_attr->a_name);
352 if (fi->fi_path != ofi->fi_path) {
361 fi->fi_base, fi->fi_path);
364 ofi->fi_path);
370 CFGDBG(3, "file selected `%s'", fi->fi_path);
376 CFGDBG(3, "file `%s' belongs to attr `%s'", fi->fi_path,
mkmakefile.c 339 if (*fi->fi_path != '/') {
348 fprintf(fp, "%s%s%s%s", prologue, prefix, sep, fi->fi_path);
357 if (*fi->fi_path != '/') {
363 fprintf(fp, "%s%s%s", prefix, sep, fi->fi_path);
defs.h 357 const char *fi_tail; /* name, i.e., strrchr(fi_path, '/') + 1 */
360 const char *fi_path; /* full file path */ member in struct:files
main.c 745 fi->fi_buildprefix, "/", fi->fi_path);
747 prologue, sep, fi->fi_prefix, "/", fi->fi_path);

Completed in 15 milliseconds