Searched refs:ocount (Results 1 - 9 of 9) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | kill.c | 94 long *olist = 0, ocount = 0; in kill_main() local 100 for (ptr = TT.o; ptr; ptr = ptr->next) ocount++; in kill_main() 101 olist = xmalloc(ocount*sizeof(long)); in kill_main() 102 ocount = 0; in kill_main() 103 for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] = atolx(ptr->arg); in kill_main() 124 for (count = 0; count < ocount; count++) in kill_main() 126 if (count != ocount) continue; in kill_main()
|
/third_party/toybox/toys/posix/ |
H A D | kill.c | 97 long *olist = 0, ocount = 0; in kill_main() local 103 for (ptr = TT.o; ptr; ptr = ptr->next) ocount++; in kill_main() 104 olist = xmalloc(ocount*sizeof(long)); in kill_main() 105 ocount = 0; in kill_main() 106 for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] = atolx(ptr->arg); in kill_main() 130 for (count = 0; count < ocount; count++) in kill_main() 132 if (count != ocount) continue; in kill_main()
|
/third_party/node/deps/openssl/openssl/crypto/comp/ |
H A D | c_zlib.c | 278 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 in bio_zlib_flush() [all...] |
/third_party/openssl/crypto/comp/ |
H A D | c_zlib.c | 278 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 in bio_zlib_flush() [all...] |
/third_party/python/Mac/Tools/ |
H A D | pythonw.c | 94 size_t ocount; in setup_spawnattr() local 132 cpu_types, &ocount) == -1) { in setup_spawnattr() 136 if (count != ocount) { in setup_spawnattr()
|
/third_party/curl/lib/ |
H A D | mprintf.c | 241 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, in formatf() [all...] |
/third_party/python/Modules/ |
H A D | ossaudiodev.c | 65 Py_ssize_t ocount; /* output count */ member 153 self->icount = self->ocount = 0; in newossobject() 452 self->ocount += rv; in oss_write() 515 self->ocount += rv; in oss_writeall()
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 1592 bsr.ocount = &count; in bulkstat_f() 1648 bsr.ocount = NULL; in bulkstat1_f()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5550 ocount: *mut ::size_t, in posix_spawnattr_setarchpref_np() 5557 ocount: *mut ::size_t, in posix_spawnattr_getarchpref_np()
|
Completed in 22 milliseconds