Searched refs:synthesize (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 77 #define INITIALIZE() do{if(!state.data)synthesize(NiL,NiL,NiL);}while(0) 302 * synthesize state for fp 309 synthesize(register Feature_t* fp, const char* path, const char* value) function 319 error(-2, "astconf synthesize name=%s path=%s value=%s fp=%p%s", fp->name, path, value, fp, state.synthesizing ? " SYNTHESIZING" : ""); 456 error(-3, "astconf synthesize %s", state.data - state.prefix); 481 * synthesize(fp,path,succeed) called on success 482 * otherwise synthesize(fp,path,fail) called 594 synthesize(fp, path, ok ? succeed : fail); 624 if (!synthesize(fp, path, value)) 676 if (!synthesize(f [all...] |
Completed in 57 milliseconds