Searched refs:bprintf (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/3d/
H A Dsyscall3d.c94 bprintf(buf, end, " %p", s);
246 bprintf(b, e, "\nsystem calls total=%d nosys=%p exit=%p\n\n", elementsof(sys_trace), nosys,
255 bprintf(b, e, " %03d%s %03d %12s", cp - sys_trace, (cp - sys_trace) == cp->index ? " " : "*", cp->call, cp->name);
258 bprintf(b, e, " %p[%d]", state.trap.intercept[m].call, m);
259 bprintf(b, e, " %p\n", cp->func);
353 bprintf(&b, e, "[%d] ", state.trace.pid);
354 bprintf(&b, e, "%s (", cp->name);
370 if ((state.test & 020) && call == SYS3D_close) bprintf(&b, e, "%s%s%s", state.file[arg[1].number].reserved ? " [RESERVED]" : "", arg[1].number == TABLE_FD ? " [TABLE]" : "", arg[1].number == state.table.fd ? " [table]" : "");
385 bprintf(&b, e, " %p", ap->number);
388 bprintf(
[all...]
H A Derror.c132 bprintf(&b, e, (flags & ERROR_NOID) ? " " : "Usage: ");
139 bprintf(&b, e, "[%s library]: ", lib);
144 bprintf(&b, e, "\"%s\", ", error_info.file);
145 bprintf(&b, e, "line %d: ", error_info.line);
153 bprintf(&b, e, "warning: ");
157 bprintf(&b, e, "panic: ");
162 if (error_info.trace < -1) bprintf(&b, e, "debug%d:%s", level, level > -10 ? " " : "");
163 else bprintf(&b, e, "debug: ");
182 if (error_info.version) bprintf(&b, e, "(%s: %s, line %d) ", error_info.version, file, line);
183 else bprintf(
[all...]
H A Dinit.c859 bprintf(b, e, "\n%s table\n\n", name);
862 bprintf(b, e, " [%d] %-*s", cp - tab->table, cp->keysize, cp->key);
864 bprintf(b, e, "%*s", n, state.null);
865 bprintf(b, e, " %-*s\n", T_VALSIZE(cp), cp->val);
932 bprintf(&b, e, "\nstate %s\n\n", id + 10);
933 if (state.limit == TABSIZE) bprintf(&b, e, " %cd on\n", state.in_2d ? '2' : '3');
934 else bprintf(&b, e, " 2d %d\n", state.limit);
935 bprintf(&b, e, " boundary %s\n", state.boundary ? "on" : "off");
936 bprintf(&b, e, " cache %u\n", state.cache);
937 bprintf(
[all...]
H A Dlib_3d.h35 #define bprintf _3d_printf macro
H A Dvcs.c163 bprintf(&b, e, "out %s %s %s\n", state.path.vcs.rfile, state.path.vcs.version, state.path.vcs.rfile);
173 bprintf(&b, e, "%s__%d", state.path.vcs.rfile, state.pid);
H A Dbio.c358 bprintf(char** buf, char* end, const char* format, ...) function
H A D3d.h534 extern int bprintf(char**, char*, const char*, ...);

Completed in 15 milliseconds