Home
last modified time | relevance | path

Searched refs:oi_path (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/config/
Dmkmakefile.c334 len = strlen(oi->oi_path) + 3; in emitobjs()
341 if (fprintf(fp, "%c$S/%s", sp, oi->oi_path) < 0) in emitobjs()
Dconfig.h240 const char *oi_path; /* full object path */ member
Dfiles.c194 oi->oi_path = path; in addobject()