Home
last modified time | relevance | path

Searched refs:scbuf (Results 1 – 25 of 73) sorted by relevance

123

/dports/astro/gpsd/gpsd-3.20/
H A Dhex.c28 const char *gpsd_packetdump(char *scbuf, size_t scbuflen, in gpsd_packetdump() argument
43 return gpsd_hexdump(scbuf, scbuflen, binbuf, binbuflen); in gpsd_packetdump()
46 const char *gpsd_hexdump(char *scbuf, size_t scbuflen, in gpsd_hexdump() argument
61 scbuf[j++] = hexchar[(ibuf[i] & 0xf0) >> 4]; in gpsd_hexdump()
62 scbuf[j++] = hexchar[ibuf[i] & 0x0f]; in gpsd_hexdump()
64 scbuf[j] = '\0'; in gpsd_hexdump()
66 scbuf[0] = '\0'; in gpsd_hexdump()
71 return scbuf; in gpsd_hexdump()
/dports/math/gap/gap-4.11.0/pkg/cvec-2.7.4/src/
H A Dquarry.c116 if (sclen > 1 || scbuf[0] != 0) break; in GetLinearCombination()
120 MUL2_INT(w,cl,fi,ELM_PLIST(lg_vecs,offset+i+1),d,wordlen,scbuf); in GetLinearCombination()
204 if (sclen > 1 || scbuf[0] != 0) {
207 scbuf[k] = scbuf[k] ? p-scbuf[k] : 0;
208 ADDMUL_INT(w,cl,fi,vec,d,scbuf,0,wordlen);
/dports/security/symbion-sslproxy/sslproxy-1.0.5/
H A Dssl_proxy.c86 char *scbuf; // Client side write buffer member
257 conn[i].scbuf_b=conn[i].scbuf; conn[i].scbuf_e=conn[i].scbuf; in conn_accept()
463 c->scbuf=malloc(sc_buflen); in main()
464 c->scbuf_b=c->scbuf; c->scbuf_e=c->scbuf; in main()
533 if ((l=sc_buflen-(cn->scbuf_e-cn->scbuf)) && cn->client_sock>=0) { in main()
549 if (i>0) debug("transfer: buf=%d, b=%d, l=%d, i=%d", cn->scbuf, in main()
555 cn->scbuf_b=cn->scbuf_e=cn->scbuf; in main()
559 cn->scbuf_b=cn->scbuf_e=cn->scbuf; in main()
/dports/math/tiny-bignum-c/tiny-bignum-c-201fb20/tests/
H A Dload_cmp.c20 char scbuf[8192]; in main() local
78 bignum_to_string(&sc, scbuf, sizeof(scbuf)); in main()
88 assert(strcmp(scbuf, icbuf) == 0); in main()
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dxi.c525 readcount = psf_fread (ubuf.scbuf, sizeof (signed char), bufferlen, psf) ; in dpcm_read_dsc2s()
526 dsc2s_array (pxi, ubuf.scbuf, readcount, ptr + total) ; in dpcm_read_dsc2s()
551 readcount = psf_fread (ubuf.scbuf, sizeof (signed char), bufferlen, psf) ; in dpcm_read_dsc2i()
552 dsc2i_array (pxi, ubuf.scbuf, readcount, ptr + total) ; in dpcm_read_dsc2i()
580 readcount = psf_fread (ubuf.scbuf, sizeof (signed char), bufferlen, psf) ; in dpcm_read_dsc2f()
581 dsc2f_array (pxi, ubuf.scbuf, readcount, ptr + total, normfact) ; in dpcm_read_dsc2f()
610 dsc2d_array (pxi, ubuf.scbuf, readcount, ptr + total, normfact) ; in dpcm_read_dsc2d()
762 s2dsc_array (pxi, ptr + total, ubuf.scbuf, bufferlen) ; in dpcm_write_s2dsc()
788 i2dsc_array (pxi, ptr + total, ubuf.scbuf, bufferlen) ; in dpcm_write_i2dsc()
817 f2dsc_array (pxi, ptr + total, ubuf.scbuf, bufferlen, normfact) ; in dpcm_write_f2dsc()
[all …]
H A Daiff.c532 cptr [sizeof (ubuf.scbuf) - 1] = 0 ; in aiff_read_header()
587 if (chunk_size >= SIGNED_SIZEOF (ubuf.scbuf)) in aiff_read_header()
606 if (chunk_size >= SIGNED_SIZEOF (ubuf.scbuf) - 1) in aiff_read_header()
633 if (len + 1 > SIGNED_SIZEOF (ubuf.scbuf)) in aiff_read_header()
832 if (pstr_len < sizeof (ubuf.scbuf) - 1) in aiff_read_header()
834 ubuf.scbuf [pstr_len] = 0 ; in aiff_read_header()
839 ubuf.scbuf [sizeof (ubuf.scbuf) - 1] = 0 ; in aiff_read_header()
1003 ubuf.scbuf [0] = 0 ; in aiff_read_comm_chunk()
1032 memset (ubuf.scbuf, 0, comm_fmt->size) ; in aiff_read_comm_chunk()
1035 ubuf.scbuf [read_len + 1] = 0 ; in aiff_read_comm_chunk()
[all …]
/dports/archivers/zip/zip30/
H A Dzipfile.c4155 eocdr_disk = (ulg)SH(scbuf); in scanzipf_regnew()
4171 zcomlen = SH(scbuf + ENDCOM); in scanzipf_regnew()
4340 z64eocdr_disk = LG(scbuf); in scanzipf_regnew()
4457 z64eocdr_disk = LG(scbuf); in scanzipf_regnew()
4459 total_disks = LG(scbuf + 12); in scanzipf_regnew()
4574 z64eocdr_size = LLG(scbuf); in scanzipf_regnew()
4575 version_made = SH(scbuf + 8); in scanzipf_regnew()
4794 z->vem = SH(CENVEM + scbuf); in scanzipf_regnew()
4795 z->ver = SH(CENVER + scbuf); in scanzipf_regnew()
4796 z->flg = SH(CENFLG + scbuf); in scanzipf_regnew()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/zip/
H A Dzipfile.c4155 eocdr_disk = (ulg)SH(scbuf); in scanzipf_regnew()
4171 zcomlen = SH(scbuf + ENDCOM); in scanzipf_regnew()
4340 z64eocdr_disk = LG(scbuf); in scanzipf_regnew()
4457 z64eocdr_disk = LG(scbuf); in scanzipf_regnew()
4459 total_disks = LG(scbuf + 12); in scanzipf_regnew()
4574 z64eocdr_size = LLG(scbuf); in scanzipf_regnew()
4575 version_made = SH(scbuf + 8); in scanzipf_regnew()
4794 z->vem = SH(CENVEM + scbuf); in scanzipf_regnew()
4795 z->ver = SH(CENVER + scbuf); in scanzipf_regnew()
4796 z->flg = SH(CENFLG + scbuf); in scanzipf_regnew()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/test/regress/
H A Dpg_regress.c1605 char scbuf[1024];
1622 while (fgets(scbuf, sizeof(scbuf), scf))
1633 i = strlen(scbuf);
1635 scbuf[--i] = '\0';
1637 if (scbuf[0] == '\0' || scbuf[0] == '#')
1639 if (strncmp(scbuf, "test: ", 6) == 0)
1640 test = scbuf + 6;
1641 else if (strncmp(scbuf, "ignore: ", 8) == 0)
1643 c = scbuf + 8;
1658 schedule, line_num, scbuf);
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/test/regress/
H A Dpg_regress.c1605 char scbuf[1024]; in run_schedule() local
1622 while (fgets(scbuf, sizeof(scbuf), scf)) in run_schedule()
1633 i = strlen(scbuf); in run_schedule()
1635 scbuf[--i] = '\0'; in run_schedule()
1637 if (scbuf[0] == '\0' || scbuf[0] == '#') in run_schedule()
1639 if (strncmp(scbuf, "test: ", 6) == 0) in run_schedule()
1640 test = scbuf + 6; in run_schedule()
1641 else if (strncmp(scbuf, "ignore: ", 8) == 0) in run_schedule()
1643 c = scbuf + 8; in run_schedule()
1658 schedule, line_num, scbuf); in run_schedule()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/test/regress/
H A Dpg_regress.c1605 char scbuf[1024]; in run_schedule() local
1622 while (fgets(scbuf, sizeof(scbuf), scf)) in run_schedule()
1633 i = strlen(scbuf); in run_schedule()
1635 scbuf[--i] = '\0'; in run_schedule()
1637 if (scbuf[0] == '\0' || scbuf[0] == '#') in run_schedule()
1639 if (strncmp(scbuf, "test: ", 6) == 0) in run_schedule()
1640 test = scbuf + 6; in run_schedule()
1641 else if (strncmp(scbuf, "ignore: ", 8) == 0) in run_schedule()
1643 c = scbuf + 8; in run_schedule()
1658 schedule, line_num, scbuf); in run_schedule()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/test/regress/
H A Dpg_regress.c1605 char scbuf[1024]; in run_schedule() local
1622 while (fgets(scbuf, sizeof(scbuf), scf)) in run_schedule()
1633 i = strlen(scbuf); in run_schedule()
1635 scbuf[--i] = '\0'; in run_schedule()
1637 if (scbuf[0] == '\0' || scbuf[0] == '#') in run_schedule()
1639 if (strncmp(scbuf, "test: ", 6) == 0) in run_schedule()
1640 test = scbuf + 6; in run_schedule()
1641 else if (strncmp(scbuf, "ignore: ", 8) == 0) in run_schedule()
1643 c = scbuf + 8; in run_schedule()
1658 schedule, line_num, scbuf); in run_schedule()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/test/regress/
H A Dpg_regress.c1605 char scbuf[1024]; in run_schedule() local
1622 while (fgets(scbuf, sizeof(scbuf), scf)) in run_schedule()
1633 i = strlen(scbuf); in run_schedule()
1635 scbuf[--i] = '\0'; in run_schedule()
1637 if (scbuf[0] == '\0' || scbuf[0] == '#') in run_schedule()
1639 if (strncmp(scbuf, "test: ", 6) == 0) in run_schedule()
1640 test = scbuf + 6; in run_schedule()
1641 else if (strncmp(scbuf, "ignore: ", 8) == 0) in run_schedule()
1643 c = scbuf + 8; in run_schedule()
1658 schedule, line_num, scbuf); in run_schedule()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/test/regress/
H A Dpg_regress.c1605 char scbuf[1024];
1622 while (fgets(scbuf, sizeof(scbuf), scf))
1633 i = strlen(scbuf);
1635 scbuf[--i] = '\0';
1637 if (scbuf[0] == '\0' || scbuf[0] == '#')
1639 if (strncmp(scbuf, "test: ", 6) == 0)
1640 test = scbuf + 6;
1641 else if (strncmp(scbuf, "ignore: ", 8) == 0)
1643 c = scbuf + 8;
1658 schedule, line_num, scbuf);
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/test/regress/
H A Dpg_regress.c1627 char scbuf[1024]; in run_schedule() local
1644 while (fgets(scbuf, sizeof(scbuf), scf)) in run_schedule()
1655 i = strlen(scbuf); in run_schedule()
1657 scbuf[--i] = '\0'; in run_schedule()
1659 if (scbuf[0] == '\0' || scbuf[0] == '#') in run_schedule()
1661 if (strncmp(scbuf, "test: ", 6) == 0) in run_schedule()
1662 test = scbuf + 6; in run_schedule()
1663 else if (strncmp(scbuf, "ignore: ", 8) == 0) in run_schedule()
1665 c = scbuf + 8; in run_schedule()
1680 schedule, line_num, scbuf); in run_schedule()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/
H A Dpg_regress.c1664 char scbuf[1024]; in run_schedule() local
1681 while (fgets(scbuf, sizeof(scbuf), scf)) in run_schedule()
1692 i = strlen(scbuf); in run_schedule()
1694 scbuf[--i] = '\0'; in run_schedule()
1696 if (scbuf[0] == '\0' || scbuf[0] == '#') in run_schedule()
1698 if (strncmp(scbuf, "test: ", 6) == 0) in run_schedule()
1699 test = scbuf + 6; in run_schedule()
1700 else if (strncmp(scbuf, "ignore: ", 8) == 0) in run_schedule()
1702 c = scbuf + 8; in run_schedule()
1717 schedule, line_num, scbuf); in run_schedule()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/regress/
H A Dpg_regress.c1664 char scbuf[1024]; in run_schedule() local
1681 while (fgets(scbuf, sizeof(scbuf), scf)) in run_schedule()
1692 i = strlen(scbuf); in run_schedule()
1694 scbuf[--i] = '\0'; in run_schedule()
1696 if (scbuf[0] == '\0' || scbuf[0] == '#') in run_schedule()
1698 if (strncmp(scbuf, "test: ", 6) == 0) in run_schedule()
1699 test = scbuf + 6; in run_schedule()
1700 else if (strncmp(scbuf, "ignore: ", 8) == 0) in run_schedule()
1702 c = scbuf + 8; in run_schedule()
1717 schedule, line_num, scbuf); in run_schedule()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/
H A Dpg_regress.c1664 char scbuf[1024]; in run_schedule() local
1681 while (fgets(scbuf, sizeof(scbuf), scf)) in run_schedule()
1692 i = strlen(scbuf); in run_schedule()
1694 scbuf[--i] = '\0'; in run_schedule()
1696 if (scbuf[0] == '\0' || scbuf[0] == '#') in run_schedule()
1698 if (strncmp(scbuf, "test: ", 6) == 0) in run_schedule()
1699 test = scbuf + 6; in run_schedule()
1700 else if (strncmp(scbuf, "ignore: ", 8) == 0) in run_schedule()
1702 c = scbuf + 8; in run_schedule()
1717 schedule, line_num, scbuf); in run_schedule()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/regress/
H A Dpg_regress.c1664 char scbuf[1024]; in run_schedule() local
1681 while (fgets(scbuf, sizeof(scbuf), scf)) in run_schedule()
1692 i = strlen(scbuf); in run_schedule()
1694 scbuf[--i] = '\0'; in run_schedule()
1696 if (scbuf[0] == '\0' || scbuf[0] == '#') in run_schedule()
1698 if (strncmp(scbuf, "test: ", 6) == 0) in run_schedule()
1699 test = scbuf + 6; in run_schedule()
1700 else if (strncmp(scbuf, "ignore: ", 8) == 0) in run_schedule()
1702 c = scbuf + 8; in run_schedule()
1717 schedule, line_num, scbuf); in run_schedule()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/
H A Dpg_regress.c1664 char scbuf[1024]; in run_schedule() local
1681 while (fgets(scbuf, sizeof(scbuf), scf)) in run_schedule()
1692 i = strlen(scbuf); in run_schedule()
1694 scbuf[--i] = '\0'; in run_schedule()
1696 if (scbuf[0] == '\0' || scbuf[0] == '#') in run_schedule()
1698 if (strncmp(scbuf, "test: ", 6) == 0) in run_schedule()
1699 test = scbuf + 6; in run_schedule()
1700 else if (strncmp(scbuf, "ignore: ", 8) == 0) in run_schedule()
1702 c = scbuf + 8; in run_schedule()
1717 schedule, line_num, scbuf); in run_schedule()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/test/regress/
H A Dpg_regress.c1647 char scbuf[1024]; in run_schedule() local
1664 while (fgets(scbuf, sizeof(scbuf), scf)) in run_schedule()
1675 i = strlen(scbuf); in run_schedule()
1677 scbuf[--i] = '\0'; in run_schedule()
1679 if (scbuf[0] == '\0' || scbuf[0] == '#') in run_schedule()
1681 if (strncmp(scbuf, "test: ", 6) == 0) in run_schedule()
1682 test = scbuf + 6; in run_schedule()
1683 else if (strncmp(scbuf, "ignore: ", 8) == 0) in run_schedule()
1685 c = scbuf + 8; in run_schedule()
1700 schedule, line_num, scbuf); in run_schedule()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/test/regress/
H A Dpg_regress.c1647 char scbuf[1024]; in run_schedule() local
1664 while (fgets(scbuf, sizeof(scbuf), scf)) in run_schedule()
1675 i = strlen(scbuf); in run_schedule()
1677 scbuf[--i] = '\0'; in run_schedule()
1679 if (scbuf[0] == '\0' || scbuf[0] == '#') in run_schedule()
1681 if (strncmp(scbuf, "test: ", 6) == 0) in run_schedule()
1682 test = scbuf + 6; in run_schedule()
1683 else if (strncmp(scbuf, "ignore: ", 8) == 0) in run_schedule()
1685 c = scbuf + 8; in run_schedule()
1700 schedule, line_num, scbuf); in run_schedule()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/test/regress/
H A Dpg_regress.c1647 char scbuf[1024]; in run_schedule() local
1664 while (fgets(scbuf, sizeof(scbuf), scf)) in run_schedule()
1675 i = strlen(scbuf); in run_schedule()
1677 scbuf[--i] = '\0'; in run_schedule()
1679 if (scbuf[0] == '\0' || scbuf[0] == '#') in run_schedule()
1681 if (strncmp(scbuf, "test: ", 6) == 0) in run_schedule()
1682 test = scbuf + 6; in run_schedule()
1683 else if (strncmp(scbuf, "ignore: ", 8) == 0) in run_schedule()
1685 c = scbuf + 8; in run_schedule()
1700 schedule, line_num, scbuf); in run_schedule()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/test/regress/
H A Dpg_regress.c1664 char scbuf[1024]; in run_schedule() local
1681 while (fgets(scbuf, sizeof(scbuf), scf)) in run_schedule()
1692 i = strlen(scbuf); in run_schedule()
1694 scbuf[--i] = '\0'; in run_schedule()
1696 if (scbuf[0] == '\0' || scbuf[0] == '#') in run_schedule()
1698 if (strncmp(scbuf, "test: ", 6) == 0) in run_schedule()
1699 test = scbuf + 6; in run_schedule()
1700 else if (strncmp(scbuf, "ignore: ", 8) == 0) in run_schedule()
1702 c = scbuf + 8; in run_schedule()
1717 schedule, line_num, scbuf); in run_schedule()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/regress/
H A Dpg_regress.c1664 char scbuf[1024]; in run_schedule() local
1681 while (fgets(scbuf, sizeof(scbuf), scf)) in run_schedule()
1692 i = strlen(scbuf); in run_schedule()
1694 scbuf[--i] = '\0'; in run_schedule()
1696 if (scbuf[0] == '\0' || scbuf[0] == '#') in run_schedule()
1698 if (strncmp(scbuf, "test: ", 6) == 0) in run_schedule()
1699 test = scbuf + 6; in run_schedule()
1700 else if (strncmp(scbuf, "ignore: ", 8) == 0) in run_schedule()
1702 c = scbuf + 8; in run_schedule()
1717 schedule, line_num, scbuf); in run_schedule()
[all …]

123