Searched refs:synthesize (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/3d/
H A Dopen3d.c140 int synthesize; local
206 synthesize = state.path.synthesize;
232 if (synthesize)
H A Dpathreal.c141 state.path.level = state.path.synthesize = state.path.nlinks = 0;
183 state.path.synthesize = state.path.linksize = 0;
200 state.path.level += (state.path.synthesize = state.level);
288 state.path.level += (state.path.synthesize = state.level);
484 if (state.path.synthesize)
H A D3d.h384 int synthesize; member in struct:__anon5
/ast/src/lib/libast/port/
H A Dastconf.c79 #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...]
/ast/src/cmd/pax/
H A Dpax-tar.c291 * 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);

Completed in 32 milliseconds