Home
last modified time | relevance | path

Searched refs:nv_str (Results 1 – 6 of 6) sorted by relevance

/original-bsd/usr.sbin/config.new/
H A Dmkswap.c64 major(nv->nv_int), minor(nv->nv_int), nv->nv_str) < 0)
68 major(nv->nv_int), minor(nv->nv_int), nv->nv_str) < 0)
74 major(nv->nv_int), minor(nv->nv_int), nv->nv_str) < 0)
H A Dmkmakefile.c128 nv->nv_str ? "=" : "", nv->nv_str ? nv->nv_str : "") < 0)
137 if (fprintf(fp, "%s=%s\n", nv->nv_name, nv->nv_str) < 0)
H A Dmain.c292 if (nv->nv_str != NULL)
293 error("already have %s `%s=%s'", type, name, nv->nv_str);
355 cf->cf_name, what, nv->nv_str, nv->nv_str);
H A Dsem.c437 nv->nv_str = intern(buf);
446 l = strlen(nv->nv_str);
447 cp = &nv->nv_str[l];
452 cp = nv->nv_str;
460 name, what, nv->nv_str);
507 if (nv->nv_str == s_generic)
908 lp[ord] = m->nv_str;
919 if (n->nv_str != NULL)
920 lp[n->nv_int] = n->nv_str;
H A Dconfig.h30 #define nv_str nv_un.un_str macro
H A Dutil.c106 nv->nv_str = str;