Searched defs:astconf (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/3d/
H A Dast.c31 #define astconf(a,b,c) conf macro
/ast/src/lib/libast/port/
H A Dastconf.c335 error(-6, "astconf synthesize name=%s path=%s value=%s fp=%p%s", fp->name, path, value, fp, state.synthesizing ? " SYNTHESIZING" : "");
472 error(-7, "astconf synthesize %s", state.data - state.prefix);
508 error(-6, "astconf initialize name=%s path=%s command=%s succeed=%s fail=%s fp=%p%s", fp->name, path, command, succeed, fail, fp, state.synthesizing ? " SYNTHESIZING" : "");
538 error(-6, "astconf initialize name=%s ok=%d PATH=%s", fp->name, ok, p);
632 error(-6, "astconf format name=%s path=%s value=%s flags=%04x fp=%p%s", fp->name, path, value, flags, fp, state.synthesizing ? " SYNTHESIZING" : "");
821 error(-6, "astconf feature name=%s path=%s value=%s flags=%04x fp=%p%s", name, path, value, flags, fp, state.synthesizing ? " SYNTHESIZING" : "");
926 error(-6, "astconf normal name=%s standard=%d section=%d call=%d flags=%04x elements=%d", look->name, look->standard, look->section, look->call, flags, conf_elements);
933 error(-7, "astconf lookup name=%s mid=%s", name, mid->name);
968 error(-6, "astconf lookup name=%s standard=%d:%d section=%d:%d call=%d:%d", look->name, look->standard, mid->standard, look->section, mid->section, look->call, mid->call);
1024 error(-5, "astconf nam
1553 astconf(const char* name, const char* path, const char* value) function
[all...]

Completed in 16 milliseconds