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

/ast/src/lib/libast/port/
H A Dastconf.c497 * synthesize(fp,path,succeed) called on success
502 initialize(register Feature_t* fp, const char* path, const char* command, const char* succeed, const char* fail) argument
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" : "");
611 error(-6, "state.std=%d %s [%s] std=%s ast=%s value=%s ok=%d", state.std, fp->name, ok ? succeed : fail, fp->std, fp->ast, fp->value, ok);
613 synthesize(fp, path, ok ? succeed : fail);

Completed in 15 milliseconds