Searched defs:synthesize (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/3d/ |
H A D | open3d.c | 140 int synthesize; local 206 synthesize = state.path.synthesize; 232 if (synthesize)
|
H A D | 3d.h | 384 int synthesize; member in struct:__anon5
|
/ast/src/cmd/pax/ |
H A D | pax-tar.c | 291 * synthesize an extended tar header 295 synthesize(Archive_t* ap, File_t* f, char* name, int type, char* buf, size_t n) function 484 synthesize(ap, f, headname(ap, f, fmt), type, s, n); 784 synthesize(ap, f, headname(ap, f, "@PaxPathText.%(sequence)s"), LREGTYPE, f->name, f->namesize); 793 synthesize(ap, f, headname(ap, f, "@PaxLinkText.%(sequence)s"), LLNKTYPE, f->linkpath, strlen(f->linkpath) + 1);
|
/ast/src/lib/libast/port/ |
H A D | astconf.c | 79 #define INITIALIZE() do{if(!state.data)synthesize(NiL,NiL,NiL);}while(0) 318 * synthesize state for fp 325 synthesize(register Feature_t* fp, const char* path, const char* value) function 335 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); 497 * synthesize(fp,path,succeed) called on success 498 * otherwise synthesize(fp,path,fail) called 613 synthesize(fp, path, ok ? succeed : fail); 678 else if (!synthesize(fp, path, value)) 732 else if (!synthesize(f [all...] |
Completed in 13 milliseconds