Home
last modified time | relevance | path

Searched refs:ocount (Results 1 – 10 of 10) sorted by relevance

/third_party/toybox/porting/liteos_a/toys/posix/
Dkill.c94 long *olist = 0, ocount = 0; local
100 for (ptr = TT.o; ptr; ptr = ptr->next) ocount++;
101 olist = xmalloc(ocount*sizeof(long));
102 ocount = 0;
103 for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] = atolx(ptr->arg);
124 for (count = 0; count < ocount; count++)
126 if (count != ocount) continue;
/third_party/toybox/toys/posix/
Dkill.c97 long *olist = 0, ocount = 0; local
103 for (ptr = TT.o; ptr; ptr = ptr->next) ocount++;
104 olist = xmalloc(ocount*sizeof(long));
105 ocount = 0;
106 for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] = atolx(ptr->arg);
130 for (count = 0; count < ocount; count++)
132 if (count != ocount) continue;
/third_party/openssl/crypto/comp/
Dc_zlib.c278 int ocount; /* Amount of data in output buffer */ member
449 ctx->ocount = 0; in bio_zlib_write()
463 while (ctx->ocount) { in bio_zlib_write()
464 ret = BIO_write(next, ctx->optr, ctx->ocount); in bio_zlib_write()
474 ctx->ocount -= ret; in bio_zlib_write()
494 ctx->ocount = ctx->obufsize - zout->avail_out; in bio_zlib_write()
507 if (!ctx->obuf || (ctx->odone && !ctx->ocount)) in bio_zlib_flush()
516 while (ctx->ocount) { in bio_zlib_flush()
517 ret = BIO_write(next, ctx->optr, ctx->ocount); in bio_zlib_flush()
523 ctx->ocount -= ret; in bio_zlib_flush()
[all …]
/third_party/node/deps/openssl/openssl/crypto/comp/
Dc_zlib.c278 int ocount; /* Amount of data in output buffer */ member
449 ctx->ocount = 0; in bio_zlib_write()
463 while (ctx->ocount) { in bio_zlib_write()
464 ret = BIO_write(next, ctx->optr, ctx->ocount); in bio_zlib_write()
474 ctx->ocount -= ret; in bio_zlib_write()
494 ctx->ocount = ctx->obufsize - zout->avail_out; in bio_zlib_write()
507 if (!ctx->obuf || (ctx->odone && !ctx->ocount)) in bio_zlib_flush()
516 while (ctx->ocount) { in bio_zlib_flush()
517 ret = BIO_write(next, ctx->optr, ctx->ocount); in bio_zlib_flush()
523 ctx->ocount -= ret; in bio_zlib_flush()
[all …]
/third_party/curl/lib/
Dmprintf.c241 int ocount = 0; in parsefmt() local
261 optr = &out[ocount++]; in parsefmt()
262 if(ocount > MAX_SEGMENTS) in parsefmt()
558 optr = &out[ocount++]; in parsefmt()
559 if(ocount > MAX_SEGMENTS) in parsefmt()
576 optr = &out[ocount++]; in parsefmt()
577 if(ocount > MAX_SEGMENTS) in parsefmt()
639 *opieces = ocount; in parsefmt()
672 int ocount = 0; /* number of output segments */ in formatf() local
685 if(parsefmt(format, output, input, &ocount, &icount, ap_save)) in formatf()
[all …]
/third_party/python/Mac/Tools/
Dpythonw.c94 size_t ocount; in setup_spawnattr() local
132 cpu_types, &ocount) == -1) { in setup_spawnattr()
136 if (count != ocount) { in setup_spawnattr()
/third_party/python/Modules/
Dossaudiodev.c58 Py_ssize_t ocount; /* output count */ member
146 self->icount = self->ocount = 0; in newossobject()
445 self->ocount += rv; in oss_write()
508 self->ocount += rv; in oss_writeall()
/third_party/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c1592 bsr.ocount = &count; in bulkstat_f()
1648 bsr.ocount = NULL; in bulkstat1_f()
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5550 ocount: *mut ::size_t, in posix_spawnattr_setarchpref_np()
5557 ocount: *mut ::size_t, in posix_spawnattr_getarchpref_np()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h86688 long unsigned int ocount; member