Home
last modified time | relevance | path

Searched refs:MSGSIZE (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/net/mpich/mpich-3.4.3/test/mpi/threads/pt2pt/
H A Dibsend.c32 #define MSGSIZE 1024 macro
39 char buf[MSGSIZE]; in receiver()
42 MPI_Recv(buf, MSGSIZE, MPI_CHAR, MPI_ANY_SOURCE, MPI_ANY_TAG, in receiver()
51 char buffer[MSGSIZE]; in sender_bsend()
53 MTEST_VG_MEM_INIT(buffer, MSGSIZE * sizeof(char)); in sender_bsend()
62 char buffer[MSGSIZE]; in sender_ibsend()
65 MTEST_VG_MEM_INIT(buffer, MSGSIZE * sizeof(char)); in sender_ibsend()
75 char buffer[MSGSIZE]; in sender_isend()
78 MTEST_VG_MEM_INIT(buffer, MSGSIZE * sizeof(char)); in sender_isend()
88 char buffer[MSGSIZE]; in sender_send()
[all …]
/dports/devel/py-curio/curio-1.5/examples/bench/
H A Dechoclient.py11 MSGSIZE = int(sys.argv[1]) variable
13 MSGSIZE = 1000
15 msg = b'x' * MSGSIZE
24 while nrecv < MSGSIZE:
25 resp = sock.recv(MSGSIZE)
H A Dclient.py12 MSGSIZE = int(sys.argv[1]) variable
14 MSGSIZE = 1
16 msg = b'x' * MSGSIZE
48 while nrecv < MSGSIZE:
49 resp = sock.recv(MSGSIZE)
H A Duvclient.py35 MSGSIZE = args.msize variable
37 msg = b'x' * MSGSIZE
49 while nrecv < MSGSIZE:
50 resp = sock.recv(MSGSIZE)
H A Dsslclient.py37 MSGSIZE = args.msize variable
39 msg = b'x' * MSGSIZE
58 while nrecv < MSGSIZE:
59 resp = sock.recv(MSGSIZE)
/dports/textproc/msort/msort-8.53/
H A Dinput.c44 #define MSGSIZE 128 macro
47 static char msg [MSGSIZE];
79 snprintf(msg,MSGSIZE-1,_("Error reading input at record %ld, byte %ld.\n"), in ReportReadError()
241 #define MSGSIZE 128 macro
251 char msg[MSGSIZE]; in ugetline()
292 snprintf(msg,MSGSIZE-1,"Error reading input.\n"); in ugetline()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/mq_send/
H A D2-1.c24 #define MSGSIZE 10 // < strlen(MSGSTR) macro
36 attr.mq_msgsize = MSGSIZE; in main()
37 attr.mq_maxmsg = MSGSIZE; in main()
/dports/www/mod_auth_xradius/mod_auth_xradius-0.4.6/libradius/
H A Dradlib_private.h53 #define MSGSIZE 4096 /* Maximum RADIUS message */ macro
78 unsigned char request[MSGSIZE]; /* Request to send */
87 unsigned char response[MSGSIZE]; /* Response received */
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/mq_timedsend/
H A D2-1.c25 #define MSGSIZE 10 // < strlen(MSGSTR) macro
38 attr.mq_msgsize = MSGSIZE; in main()
39 attr.mq_maxmsg = MSGSIZE; in main()
/dports/lang/python37/Python-3.7.12/PC/
H A Dlauncher.c17 #define MSGSIZE 1024 macro
90 wchar_t message[MSGSIZE]; in error()
91 wchar_t win_message[MSGSIZE]; in error()
224 wchar_t message[MSGSIZE]; in locate_pythons_for_key()
459 static wchar_t configured_value[MSGSIZE]; in get_configured_value()
755 wchar_t value[MSGSIZE];
880 wchar_t keynames[MSGSIZE]; in read_config_file()
881 wchar_t value[MSGSIZE]; in read_config_file()
889 if (read == MSGSIZE - 1) { in read_config_file()
896 if (read == MSGSIZE - 1) { in read_config_file()
[all …]
/dports/net/libradius/libradius-4.0/
H A Dradlib_private.h57 #define MSGSIZE 4096 /* Maximum RADIUS message */ macro
86 unsigned char out[MSGSIZE]; /* Request to send */
95 unsigned char in[MSGSIZE]; /* Response received */
/dports/net/pecl-radius/radius-1.4.0b1/
H A Dradlib_private.h57 #define MSGSIZE 4096 /* Maximum RADIUS message */ macro
82 unsigned char request[MSGSIZE]; /* Request to send */
89 unsigned char response[MSGSIZE]; /* Response received */
/dports/devel/py-distlib/distlib-0.3.4/PC/
H A Dlauncher.c40 #define MSGSIZE 1024 macro
134 wchar_t message[MSGSIZE]; in wassert()
138 len = _vsnwprintf_s(message, MSGSIZE, MSGSIZE - 1, format, va); in wassert()
155 char message[MSGSIZE]; in assert()
159 len = vsnprintf_s(message, MSGSIZE, MSGSIZE - 1, format, va); in assert()
308 static wchar_t path_executable[MSGSIZE];
322 if (SearchPathW(NULL, name, NULL, MSGSIZE, path_executable, NULL)) in find_on_path()
332 len = SearchPathW(NULL, name, extension, MSGSIZE, path_executable, NULL); in find_on_path()
479 wchar_t emessage[MSGSIZE]; in run_child()
481 MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), emessage, MSGSIZE, NULL); in run_child()
/dports/databases/py-gdbm/Python-3.8.12/PC/
H A Dlauncher.c17 #define MSGSIZE 1024 macro
90 wchar_t message[MSGSIZE]; in error()
91 wchar_t win_message[MSGSIZE]; in error()
254 wchar_t message[MSGSIZE]; in _locate_pythons_for_key()
563 static wchar_t configured_value[MSGSIZE]; in get_configured_value()
862 wchar_t value[MSGSIZE];
987 wchar_t keynames[MSGSIZE]; in read_config_file()
988 wchar_t value[MSGSIZE]; in read_config_file()
996 if (read == MSGSIZE - 1) { in read_config_file()
1003 if (read == MSGSIZE - 1) { in read_config_file()
[all …]
/dports/lang/python-tools/Python-3.8.12/PC/
H A Dlauncher.c17 #define MSGSIZE 1024 macro
90 wchar_t message[MSGSIZE]; in error()
91 wchar_t win_message[MSGSIZE]; in error()
254 wchar_t message[MSGSIZE]; in _locate_pythons_for_key()
563 static wchar_t configured_value[MSGSIZE]; in get_configured_value()
862 wchar_t value[MSGSIZE];
987 wchar_t keynames[MSGSIZE]; in read_config_file()
988 wchar_t value[MSGSIZE]; in read_config_file()
996 if (read == MSGSIZE - 1) { in read_config_file()
1003 if (read == MSGSIZE - 1) { in read_config_file()
[all …]
/dports/lang/python311/Python-3.11.0a3/PC/
H A Dlauncher.c17 #define MSGSIZE 1024 macro
90 wchar_t message[MSGSIZE]; in error()
91 wchar_t win_message[MSGSIZE]; in error()
254 wchar_t message[MSGSIZE]; in _locate_pythons_for_key()
582 static wchar_t configured_value[MSGSIZE]; in get_configured_value()
881 wchar_t value[MSGSIZE];
1006 wchar_t keynames[MSGSIZE]; in read_config_file()
1007 wchar_t value[MSGSIZE]; in read_config_file()
1015 if (read == MSGSIZE - 1) { in read_config_file()
1022 if (read == MSGSIZE - 1) { in read_config_file()
[all …]
/dports/lang/python310/Python-3.10.1/PC/
H A Dlauncher.c17 #define MSGSIZE 1024 macro
90 wchar_t message[MSGSIZE]; in error()
91 wchar_t win_message[MSGSIZE]; in error()
254 wchar_t message[MSGSIZE]; in _locate_pythons_for_key()
582 static wchar_t configured_value[MSGSIZE]; in get_configured_value()
881 wchar_t value[MSGSIZE];
1006 wchar_t keynames[MSGSIZE]; in read_config_file()
1007 wchar_t value[MSGSIZE]; in read_config_file()
1015 if (read == MSGSIZE - 1) { in read_config_file()
1022 if (read == MSGSIZE - 1) { in read_config_file()
[all …]
/dports/lang/python39/Python-3.9.9/PC/
H A Dlauncher.c17 #define MSGSIZE 1024 macro
90 wchar_t message[MSGSIZE]; in error()
91 wchar_t win_message[MSGSIZE]; in error()
254 wchar_t message[MSGSIZE]; in _locate_pythons_for_key()
563 static wchar_t configured_value[MSGSIZE]; in get_configured_value()
862 wchar_t value[MSGSIZE];
987 wchar_t keynames[MSGSIZE]; in read_config_file()
988 wchar_t value[MSGSIZE]; in read_config_file()
996 if (read == MSGSIZE - 1) { in read_config_file()
1003 if (read == MSGSIZE - 1) { in read_config_file()
[all …]
/dports/lang/python38/Python-3.8.12/PC/
H A Dlauncher.c17 #define MSGSIZE 1024 macro
90 wchar_t message[MSGSIZE]; in error()
91 wchar_t win_message[MSGSIZE]; in error()
254 wchar_t message[MSGSIZE]; in _locate_pythons_for_key()
563 static wchar_t configured_value[MSGSIZE]; in get_configured_value()
862 wchar_t value[MSGSIZE];
987 wchar_t keynames[MSGSIZE]; in read_config_file()
988 wchar_t value[MSGSIZE]; in read_config_file()
996 if (read == MSGSIZE - 1) { in read_config_file()
1003 if (read == MSGSIZE - 1) { in read_config_file()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/PC/
H A Dlauncher.c17 #define MSGSIZE 1024 macro
90 wchar_t message[MSGSIZE]; in error()
91 wchar_t win_message[MSGSIZE]; in error()
254 wchar_t message[MSGSIZE]; in _locate_pythons_for_key()
563 static wchar_t configured_value[MSGSIZE]; in get_configured_value()
862 wchar_t value[MSGSIZE];
987 wchar_t keynames[MSGSIZE]; in read_config_file()
988 wchar_t value[MSGSIZE]; in read_config_file()
996 if (read == MSGSIZE - 1) { in read_config_file()
1003 if (read == MSGSIZE - 1) { in read_config_file()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/PC/
H A Dlauncher.c17 #define MSGSIZE 1024 macro
90 wchar_t message[MSGSIZE]; in error()
91 wchar_t win_message[MSGSIZE]; in error()
254 wchar_t message[MSGSIZE]; in _locate_pythons_for_key()
563 static wchar_t configured_value[MSGSIZE]; in get_configured_value()
862 wchar_t value[MSGSIZE];
987 wchar_t keynames[MSGSIZE]; in read_config_file()
988 wchar_t value[MSGSIZE]; in read_config_file()
996 if (read == MSGSIZE - 1) { in read_config_file()
1003 if (read == MSGSIZE - 1) { in read_config_file()
[all …]
/dports/devel/libuninum/libuninum-2.7/
H A Dwcgetline.c19 #define MSGSIZE 128 macro
21 static char msg [MSGSIZE];
53 snprintf(msg,MSGSIZE-1,"Error reading input at record %ld, byte %ld.\n", in ReportReadError()
/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/
H A Dcrypto_user_base.c390 #define MSGSIZE(type) sizeof(struct type) macro
393 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
394 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
395 [CRYPTO_MSG_UPDATEALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
396 [CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
398 [CRYPTO_MSG_GETSTAT - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
405 #undef MSGSIZE
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/
H A Dcrypto_user_base.c390 #define MSGSIZE(type) sizeof(struct type) macro
393 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
394 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
395 [CRYPTO_MSG_UPDATEALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
396 [CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
398 [CRYPTO_MSG_GETSTAT - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
405 #undef MSGSIZE
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/
H A Dcrypto_user_base.c390 #define MSGSIZE(type) sizeof(struct type) macro
393 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
394 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
395 [CRYPTO_MSG_UPDATEALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
396 [CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
398 [CRYPTO_MSG_GETSTAT - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
405 #undef MSGSIZE

1234567