Home
last modified time | relevance | path

Searched refs:MAX_COMMENT_LEN (Results 1 – 18 of 18) sorted by relevance

/dports/comms/direwolf/direwolf-1.6/src/
H A Dtt_user.c79 #define MAX_COMMENT_LEN 43 /* Max length of comment in "Object Report." */ macro
149 char comment[MAX_COMMENT_LEN+1]; /* Free form comment from user. */
582 strlcpy (tt_user[i].comment, comment, MAX_COMMENT_LEN); in tt_user_heard()
583 tt_user[i].comment[MAX_COMMENT_LEN] = '\0'; in tt_user_heard()
/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Dsim_imd.c350 #define MAX_COMMENT_LEN 256 macro
381 if((curptr = comment = calloc(1, MAX_COMMENT_LEN)) == 0) { in diskCreate()
388 remaining = MAX_COMMENT_LEN; in diskCreate()
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dzipimport.py43 MAX_COMMENT_LEN = (1 << 16) - 1 variable
376 max_comment_start = max(file_size - MAX_COMMENT_LEN -
/dports/lang/python310/Python-3.10.1/Lib/
H A Dzipimport.py44 MAX_COMMENT_LEN = (1 << 16) - 1 variable
426 max_comment_start = max(file_size - MAX_COMMENT_LEN -
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dzipimport.py44 MAX_COMMENT_LEN = (1 << 16) - 1 variable
426 max_comment_start = max(file_size - MAX_COMMENT_LEN -
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dzipimport.py43 MAX_COMMENT_LEN = (1 << 16) - 1 variable
376 max_comment_start = max(file_size - MAX_COMMENT_LEN -
/dports/lang/python39/Python-3.9.9/Lib/
H A Dzipimport.py43 MAX_COMMENT_LEN = (1 << 16) - 1 variable
376 max_comment_start = max(file_size - MAX_COMMENT_LEN -
/dports/lang/python38/Python-3.8.12/Lib/
H A Dzipimport.py43 MAX_COMMENT_LEN = (1 << 16) - 1 variable
376 max_comment_start = max(file_size - MAX_COMMENT_LEN -
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dzipimport.py43 MAX_COMMENT_LEN = (1 << 16) - 1 variable
376 max_comment_start = max(file_size - MAX_COMMENT_LEN -
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dzipimport.py43 MAX_COMMENT_LEN = (1 << 16) - 1 variable
376 max_comment_start = max(file_size - MAX_COMMENT_LEN -
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclZlib.c48 #define MAX_COMMENT_LEN 256 macro
53 char nativeCommentBuf[MAX_COMMENT_LEN];
446 headerPtr->nativeCommentBuf, MAX_COMMENT_LEN-1, NULL, &len, in GenerateHeader()
742 gzHeaderPtr->header.name_max = MAX_COMMENT_LEN - 1; in Tcl_ZlibStreamInit()
1757 commentBuf = (char *)ckalloc(MAX_COMMENT_LEN); in Tcl_ZlibInflate()
1759 header.comm_max = MAX_COMMENT_LEN - 1; in Tcl_ZlibInflate()
3653 cd->inHeader.header.comm_max = MAX_COMMENT_LEN - 1; in ZlibStackChannelTransform()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclZlib.c48 #define MAX_COMMENT_LEN 256 macro
53 char nativeCommentBuf[MAX_COMMENT_LEN];
447 headerPtr->nativeCommentBuf, MAX_COMMENT_LEN-1, NULL, &len, in GenerateHeader()
744 gzHeaderPtr->header.name_max = MAX_COMMENT_LEN - 1; in Tcl_ZlibStreamInit()
1781 commentBuf = (char *)ckalloc(MAX_COMMENT_LEN); in Tcl_ZlibInflate()
1783 header.comm_max = MAX_COMMENT_LEN - 1; in Tcl_ZlibInflate()
3705 cd->inHeader.header.comm_max = MAX_COMMENT_LEN - 1; in ZlibStackChannelTransform()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/qsci/api/python/
H A DPython-3.8.api9669 zipimport.MAX_COMMENT_LEN
H A DPython-3.9.api13528 zipimport.MAX_COMMENT_LEN
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/qsci/api/python/
H A DPython-3.8.api9669 zipimport.MAX_COMMENT_LEN
H A DPython-3.9.api13528 zipimport.MAX_COMMENT_LEN
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/qsci/api/python/
H A DPython-3.8.api9669 zipimport.MAX_COMMENT_LEN
H A DPython-3.9.api13528 zipimport.MAX_COMMENT_LEN