Home
last modified time | relevance | path

Searched refs:BUFLEN (Results 1 – 25 of 1450) sorted by relevance

12345678910>>...58

/dports/graphics/pgplot/pgplot/drivers/
H A Dqmdriv.f314 BUFFER(BUFLEN+1:BUFLEN+2) = '^U'
316 BUFLEN = BUFLEN + 13
320 BUFLEN = BUFLEN + 13
354 BUFLEN = BUFLEN + 2
424 BUFLEN = BUFLEN + 3
445 BUFLEN = BUFLEN + 8
462 BUFLEN = BUFLEN + 13
467 BUFLEN = BUFLEN - 2
471 BUFLEN = BUFLEN + 3
494 BUFLEN = BUFLEN + 5
[all …]
/dports/ftp/wzdftpd/wzdftpd-0.8.3/tests/
H A Dtest_wzd_cookies.c12 #define BUFLEN 1024 macro
22 strncpy(buffer,input,BUFLEN); in test_cookies()
37 char outbuf[BUFLEN]; in main()
38 char buffer[BUFLEN]; in main()
53 memset(buffer,'x',BUFLEN); in main()
54 buffer[BUFLEN-1] = '\0'; in main()
58 strncpy(buffer,"HELO %username\n",BUFLEN); in main()
75 strncpy(buffer,"Space: %spacefree\n",BUFLEN); in main()
84 strncpy(buffer,"msg: %msg\n",BUFLEN); in main()
88 strncpy(buffer,"msg: %msg\n",BUFLEN); in main()
[all …]
/dports/mail/wmmaiload/wmmaiload-2.3.0/wmmaiload/
H A Dpop3client.c33 #define BUFLEN 1024 macro
143 char in[BUFLEN]; in pop3Login()
145 char out[BUFLEN]; in pop3Login()
150 memcpy(temp, in, size > BUFLEN ? BUFLEN : size); in pop3Login()
158 memcpy(temp, in, size > BUFLEN ? BUFLEN : size); in pop3Login()
165 memcpy(temp, in, size > BUFLEN ? BUFLEN : size); in pop3Login()
177 char in[BUFLEN]; in pop3CheckMail()
179 char out[BUFLEN]; in pop3CheckMail()
189 memcpy(temp, in, size > BUFLEN ? BUFLEN : size); in pop3CheckMail()
198 memcpy(temp, in, size > BUFLEN ? BUFLEN : size); in pop3CheckMail()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/modes/
H A DGCMSIVBlockCipher.java38 private static final int BUFLEN = 16; field in GCMSIVBlockCipher
165 if (pCipher.getBlockSize() != BUFLEN) in GCMSIVBlockCipher()
290 dataLimit += BUFLEN; in checkStatus()
433 return myCurr > BUFLEN ? myCurr - BUFLEN : 0; in getOutputSize()
519 myCounter[BUFLEN - 1] |= MASK;
566 myCounter[BUFLEN - 1] |= MASK;
621 myPolyVal[BUFLEN - 1] &= (MASK - 1);
694 for (int i = 0; i < BUFLEN; i++)
743 for (int i = 0; i < BUFLEN; i++)
793 if (myEncKey.length == BUFLEN << 1)
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/access/rtsp/
H A Dreal_sdpplin.c28 #define BUFLEN 32000 macro
78 buf = malloc( BUFLEN ); in sdpplin_parse_stream()
82 decoded = malloc( BUFLEN ); in sdpplin_parse_stream()
86 if (filter(p_access, *data, "m=", &buf, BUFLEN)) { in sdpplin_parse_stream()
133 if(filter(p_access, *data,"a=length:npt=",&buf, BUFLEN)) { in sdpplin_parse_stream()
170 ; len = len < BUFLEN ? len : BUFLEN-1; in sdpplin_parse_stream()
202 buf = malloc( BUFLEN ); in sdpplin_parse()
209 decoded = malloc( BUFLEN ); in sdpplin_parse()
221 if (filter(p_access, data, "m=", &buf, BUFLEN)) { in sdpplin_parse()
235 if(filter(p_access, data,"a=Title:buffer;",&buf, BUFLEN)) { in sdpplin_parse()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/usb/
H A Dhcd-tests.sh32 declare -i COUNT BUFLEN
35 BUFLEN=2048
51 if ! ./testusb $TEST_ARGS -s $BUFLEN -c $COUNT $* 2>/dev/null
96 BUFLEN=2048
145 BUFLEN=4096
148 BUFLEN=64
160 BUFLEN=24500
168 BUFLEN=32768
213 BUFLEN=24500
221 BUFLEN=32768
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/usb/
H A Dhcd-tests.sh32 declare -i COUNT BUFLEN
35 BUFLEN=2048
51 if ! ./testusb $TEST_ARGS -s $BUFLEN -c $COUNT $* 2>/dev/null
96 BUFLEN=2048
145 BUFLEN=4096
148 BUFLEN=64
160 BUFLEN=24500
168 BUFLEN=32768
213 BUFLEN=24500
221 BUFLEN=32768
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/usb/
H A Dhcd-tests.sh32 declare -i COUNT BUFLEN
35 BUFLEN=2048
51 if ! ./testusb $TEST_ARGS -s $BUFLEN -c $COUNT $* 2>/dev/null
96 BUFLEN=2048
145 BUFLEN=4096
148 BUFLEN=64
160 BUFLEN=24500
168 BUFLEN=32768
213 BUFLEN=24500
221 BUFLEN=32768
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/trx/
H A Dtune.cxx75 #define BUFLEN 512 macro
79 double outbuf[BUFLEN];
80 double pttbuf[BUFLEN];
112 for (; i < BUFLEN; i++) { in keydown()
119 BUFLEN, false); in keydown()
121 active_modem->ModulateXmtr(outbuf, BUFLEN); in keydown()
135 for (; i < BUFLEN; i++) { in keyup()
142 BUFLEN, false); in keyup()
144 active_modem->ModulateXmtr(outbuf, BUFLEN); in keyup()
159 for (i = 0; i < BUFLEN; i++) { in tune()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/powerpc/copyloops/
H A Dvalidate.c12 #define BUFLEN (MAX_LEN+MAX_OFFSET+2*MIN_REDZONE) macro
28 memset(src, POISON, BUFLEN); in do_one()
29 memset(dst, POISON, BUFLEN); in do_one()
56 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one()
69 src = memalign(BUFLEN, BUFLEN); in test_copy_loop()
70 dst = memalign(BUFLEN, BUFLEN); in test_copy_loop()
71 redzone = malloc(BUFLEN); in test_copy_loop()
72 fill = malloc(BUFLEN); in test_copy_loop()
79 memset(redzone, POISON, BUFLEN); in test_copy_loop()
82 for (i = 0; i < BUFLEN; i++) in test_copy_loop()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/powerpc/copyloops/
H A Dvalidate.c12 #define BUFLEN (MAX_LEN+MAX_OFFSET+2*MIN_REDZONE) macro
28 memset(src, POISON, BUFLEN); in do_one()
29 memset(dst, POISON, BUFLEN); in do_one()
56 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one()
69 src = memalign(BUFLEN, BUFLEN); in test_copy_loop()
70 dst = memalign(BUFLEN, BUFLEN); in test_copy_loop()
71 redzone = malloc(BUFLEN); in test_copy_loop()
72 fill = malloc(BUFLEN); in test_copy_loop()
79 memset(redzone, POISON, BUFLEN); in test_copy_loop()
82 for (i = 0; i < BUFLEN; i++) in test_copy_loop()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/powerpc/copyloops/
H A Dvalidate.c12 #define BUFLEN (MAX_LEN+MAX_OFFSET+2*MIN_REDZONE) macro
28 memset(src, POISON, BUFLEN); in do_one()
29 memset(dst, POISON, BUFLEN); in do_one()
56 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one()
69 src = memalign(BUFLEN, BUFLEN); in test_copy_loop()
70 dst = memalign(BUFLEN, BUFLEN); in test_copy_loop()
71 redzone = malloc(BUFLEN); in test_copy_loop()
72 fill = malloc(BUFLEN); in test_copy_loop()
79 memset(redzone, POISON, BUFLEN); in test_copy_loop()
82 for (i = 0; i < BUFLEN; i++) in test_copy_loop()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/splitter/
H A Dwe_brmupdater.cpp292 char aBuff[BUFLEN]; in prepareCasualPartitionInfo()
392 char aBuff[BUFLEN]; in prepareHighWaterMarkInfo()
471 const int BUFLEN = 128; in prepareRowsInsertedInfo() local
472 char aBuff[BUFLEN]; in prepareRowsInsertedInfo()
474 aBuff[BUFLEN - 1] = 0; in prepareRowsInsertedInfo()
528 char aBuff[BUFLEN]; in prepareColumnOutOfRangeInfo()
530 aBuff[BUFLEN - 1] = 0; in prepareColumnOutOfRangeInfo()
605 char aBuff[BUFLEN]; in prepareErrorFileInfo()
607 aBuff[BUFLEN - 1] = 0; in prepareErrorFileInfo()
648 char aBuff[BUFLEN]; in prepareBadDataFileInfo()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/splitter/
H A Dwe_brmupdater.cpp292 char aBuff[BUFLEN]; in prepareCasualPartitionInfo()
392 char aBuff[BUFLEN]; in prepareHighWaterMarkInfo()
471 const int BUFLEN = 128; in prepareRowsInsertedInfo() local
472 char aBuff[BUFLEN]; in prepareRowsInsertedInfo()
474 aBuff[BUFLEN - 1] = 0; in prepareRowsInsertedInfo()
528 char aBuff[BUFLEN]; in prepareColumnOutOfRangeInfo()
530 aBuff[BUFLEN - 1] = 0; in prepareColumnOutOfRangeInfo()
605 char aBuff[BUFLEN]; in prepareErrorFileInfo()
607 aBuff[BUFLEN - 1] = 0; in prepareErrorFileInfo()
648 char aBuff[BUFLEN]; in prepareBadDataFileInfo()
[all …]
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/plugins/stonith/
H A Ddrac3_command.c155 char url[BUFLEN]; in drac3Login()
156 char chall[BUFLEN]; in drac3Login()
157 char token[BUFLEN]; in drac3Login()
169 url[BUFLEN-1] = 0x00; in drac3Login()
207 url[BUFLEN-1] = 0x00; in drac3Login()
232 char url[BUFLEN]; in drac3PowerCycle()
244 url[BUFLEN-1] = 0x00; in drac3PowerCycle()
268 char url[BUFLEN]; in drac3GetSysInfo()
280 url[BUFLEN-1] = 0x00; in drac3GetSysInfo()
304 char url[BUFLEN]; in drac3Logout()
[all …]
/dports/net/mpich2/mpich2-1.5/test/mpi/errors/io/
H A Dopenerr.c20 #define BUFLEN 10 macro
30 int outbuf[BUFLEN], inbuf[BUFLEN]; in main()
70 memset(outbuf, 'A' + rank, BUFLEN); in main()
72 err = MPI_File_write_at( fh, rank*BUFLEN, outbuf, BUFLEN, MPI_BYTE, in main()
94 memset(inbuf, 0, BUFLEN); in main()
96 err = MPI_File_read_at( fh, rank*BUFLEN, inbuf, BUFLEN, MPI_BYTE, &st ); in main()
103 err = MPI_File_write_at( fh, rank*BUFLEN, outbuf, BUFLEN, MPI_BYTE, in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/util/locale/provider/
H A DHostLocaleProviderAdapter_md.c32 #define BUFLEN 256 macro
264 WCHAR buf[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getAmPmStrings()
303 WCHAR ad[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getEras()
419 WCHAR buf[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getCurrencySymbol()
440 WCHAR buf[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getDecimalSeparator()
461 WCHAR buf[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getGroupingSeparator()
482 WCHAR buf[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getInfinity()
503 WCHAR buf[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getInternationalCurrencySymbol()
524 WCHAR buf[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getMinusSign()
545 WCHAR buf[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getMonetaryDecimalSeparator()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/util/locale/provider/
H A DHostLocaleProviderAdapter_md.c32 #define BUFLEN 256 macro
264 WCHAR buf[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getAmPmStrings()
303 WCHAR ad[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getEras()
419 WCHAR buf[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getCurrencySymbol()
440 WCHAR buf[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getDecimalSeparator()
461 WCHAR buf[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getGroupingSeparator()
482 WCHAR buf[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getInfinity()
503 WCHAR buf[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getInternationalCurrencySymbol()
524 WCHAR buf[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getMinusSign()
545 WCHAR buf[BUFLEN]; in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getMonetaryDecimalSeparator()
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/errors/io/
H A Dopenerr.c19 #define BUFLEN 10 macro
29 char outbuf[BUFLEN], inbuf[BUFLEN]; in main()
66 memset(outbuf, 'A' + rank, BUFLEN); in main()
68 err = MPI_File_write_at(fh, rank * BUFLEN, outbuf, BUFLEN, MPI_BYTE, &st); in main()
88 memset(inbuf, 0, BUFLEN); in main()
90 err = MPI_File_read_at(fh, rank * BUFLEN, inbuf, BUFLEN, MPI_BYTE, &st); in main()
97 err = MPI_File_write_at(fh, rank * BUFLEN, outbuf, BUFLEN, MPI_BYTE, &st); in main()
/dports/net/mosquitto/mosquitto-2.0.13/src/
H A Dsys_tree.c31 #define BUFLEN 100 macro
78 len = (uint32_t)snprintf(buf, BUFLEN, "%d", client_count); in sys_tree__update_clients()
83 len = (uint32_t)snprintf(buf, BUFLEN, "%d", client_max); in sys_tree__update_clients()
96 len = (uint32_t)snprintf(buf, BUFLEN, "%d", connected_count); in sys_tree__update_clients()
102 len = (uint32_t)snprintf(buf, BUFLEN, "%d", clients_expired); in sys_tree__update_clients()
118 len = (uint32_t)snprintf(buf, BUFLEN, "%lu", current_heap); in sys_tree__update_memory()
124 len = (uint32_t)snprintf(buf, BUFLEN, "%lu", max_heap); in sys_tree__update_memory()
137 len = (uint32_t)snprintf(buf, BUFLEN, "%.2f", new_value); in calc_load()
142 len = (uint32_t)snprintf(buf, BUFLEN, "%.2f", new_value); in calc_load()
159 char buf[BUFLEN]; in sys_tree__update()
[all …]
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/src/
H A Dsys_tree.c28 #define BUFLEN 100 macro
73 snprintf(buf, BUFLEN, "%d", client_count); in sys_tree__update_clients()
78 snprintf(buf, BUFLEN, "%d", client_max); in sys_tree__update_clients()
98 snprintf(buf, BUFLEN, "%d", connected_count); in sys_tree__update_clients()
104 snprintf(buf, BUFLEN, "%d", clients_expired); in sys_tree__update_clients()
119 snprintf(buf, BUFLEN, "%lu", current_heap); in sys_tree__update_memory()
125 snprintf(buf, BUFLEN, "%lu", max_heap); in sys_tree__update_memory()
137 snprintf(buf, BUFLEN, "%.2f", new_value); in calc_load()
142 snprintf(buf, BUFLEN, "%.2f", new_value); in calc_load()
160 char buf[BUFLEN]; in sys_tree__update()
[all …]
/dports/math/scalapack/scalapack-2.1.0/SRC/
H A Dpdlared2d.f125 INTEGER ALLI, BUFLEN, I, II, MB, MYCOL, MYROW, NPCOL, local
147 BUFLEN = NUMROC( N, MB, PROW, 0, NPROW )
149 CALL DCOPY( BUFLEN, BYROW, 1, WORK, 1 )
150 CALL DGEBS2D( DESC( CTXT_ ), 'C', ' ', BUFLEN, 1, WORK,
151 $ BUFLEN )
153 CALL DGEBR2D( DESC( CTXT_ ), 'C', ' ', BUFLEN, 1, WORK,
154 $ BUFLEN, PROW, MYCOL )
158 DO 20 II = 1, BUFLEN, MB
159 DO 10 I = 1, MIN( MB, BUFLEN-II+1 )
H A Dpslared2d.f125 INTEGER ALLI, BUFLEN, I, II, MB, MYCOL, MYROW, NPCOL,
147 BUFLEN = NUMROC( N, MB, PROW, 0, NPROW )
149 CALL SCOPY( BUFLEN, BYROW, 1, WORK, 1 )
150 CALL SGEBS2D( DESC( CTXT_ ), 'C', ' ', BUFLEN, 1, WORK,
151 $ BUFLEN )
153 CALL SGEBR2D( DESC( CTXT_ ), 'C', ' ', BUFLEN, 1, WORK,
154 $ BUFLEN, PROW, MYCOL )
158 DO 20 II = 1, BUFLEN, MB
159 DO 10 I = 1, MIN( MB, BUFLEN-II+1 )
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/test/lib/
H A Dstring.c24 #define BUFLEN (SWEEP + 33) macro
38 for (i = 0; i < BUFLEN; ++i) in init_buffer()
57 for (i = 0; i < BUFLEN; ++i) { in test_memset()
77 u8 buf[BUFLEN]; in lib_memset()
82 for (len = 1; len < BUFLEN - SWEEP; ++len) { in lib_memset()
114 for (i = 0; i < BUFLEN; ++i) { in test_memmove()
134 u8 buf1[BUFLEN]; in lib_memcpy()
135 u8 buf2[BUFLEN]; in lib_memcpy()
143 for (len = 1; len < BUFLEN - SWEEP; ++len) { in lib_memcpy()
172 u8 buf[BUFLEN]; in lib_memmove()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/test/lib/
H A Dstring.c24 #define BUFLEN (SWEEP + 33) macro
38 for (i = 0; i < BUFLEN; ++i) in init_buffer()
57 for (i = 0; i < BUFLEN; ++i) { in test_memset()
77 u8 buf[BUFLEN]; in lib_memset()
82 for (len = 1; len < BUFLEN - SWEEP; ++len) { in lib_memset()
114 for (i = 0; i < BUFLEN; ++i) { in test_memmove()
134 u8 buf1[BUFLEN]; in lib_memcpy()
135 u8 buf2[BUFLEN]; in lib_memcpy()
143 for (len = 1; len < BUFLEN - SWEEP; ++len) { in lib_memcpy()
172 u8 buf[BUFLEN]; in lib_memmove()
[all …]

12345678910>>...58