Searched refs:filled (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_rtcp.c96 int filled, pos; member in struct:rpc_ctx
174 ctx->filled = 0;
197 if (ctx->pos < ctx->filled) {
198 length = ctx->filled - ctx->pos;
218 ctx->pos = ctx->filled = 0;
225 ctx->filled = length - RPC_HDR_SIZE;
227 if (ctx->pos < ctx->filled) {
228 length = ctx->filled - ctx->pos;
/freebsd-9.3-release/contrib/texinfo/util/
H A Dinstall-info.c691 int filled = 0;
703 int nread = fread (data + filled, 1, data_size - filled, f);
709 filled += nread;
710 if (filled == data_size)
727 *sizep = filled;
1518 int filled = 0;
1526 if (filled == lines_allocated)
1533 lines[filled].start = &data[i];
1534 lines[filled]
680 int filled = 0; local
1504 int filled = 0; local
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dtroff.cpp322 void troff_output::simple_circle(int filled, const position &cent, double rad) argument
331 (filled ? 'C' : 'c'),
335 void troff_output::simple_ellipse(int filled, const position &cent, argument
345 (filled ? 'E' : 'e'),
395 void troff_output::simple_polygon(int filled, const position *v, int n) argument
401 printf("\\D'%c ", (filled ? 'P' : 'p'));
/freebsd-9.3-release/usr.sbin/bsdconfig/dot/
H A Ddot362 shape=circle color=black fillcolor=yellow style=filled
371 shape=box color=black fillcolor=lightblue style=filled
382 shape=box color=black fillcolor=lightblue style=filled
393 shape=box color=black fillcolor=lightblue style=filled edge_color=blue
405 shape=box color=black fillcolor=lightblue style=filled edge_color=blue
432 shape=oval color=black fillcolor=white style=filled
447 shape=oval color=black fillcolor=white style=filled edge_color=grey
489 shape=parallelogram color=black fillcolor=lightseagreen style=filled
509 shape=box color=black fillcolor=lightseagreen style=filled
/freebsd-9.3-release/usr.sbin/dumpcis/
H A Dcardinfo.h70 * ------->| inactive |<--------------| filled |
97 enum cardstate { noslot, empty, suspend, filled, inactive }; enumerator in enum:cardstate
/freebsd-9.3-release/sys/kern/
H A Dsubr_blist.c251 * actually filled that were free before the call.
257 int filled; local
261 filled = blst_leaf_fill(bl->bl_root, blkno, count);
263 filled = blst_meta_fill(bl->bl_root, blkno, count,
265 bl->bl_free -= filled;
266 return filled;
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dtcpip.c348 int n = 0, filled = 0, cancel = FALSE; local
538 if (filled < 3) {
546 ++filled;
552 ++filled;
557 ++filled;
H A Duser.c671 int max, firsttime = TRUE, filled=0; local
724 if (filled < 3) {
729 ++filled;
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_svcout.c391 int filled; local
405 filled = 0;
413 filled = 1;
421 filled = 1;
428 if (!filled) {
/freebsd-9.3-release/contrib/libpcap/
H A Doptimize.c2051 goto filled;
2054 goto filled;
2096 filled:
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Dselector.s88 # SYSM: space filled string. Don't use sc_puts.
/freebsd-9.3-release/contrib/file/
H A Dconfigure13843 /* Next, check that the tail of a page is zero-filled. File must have

Completed in 152 milliseconds