Home
last modified time | relevance | path

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

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