Home
last modified time | relevance | path

Searched refs:LINE_BUFFER_SIZE (Results 1 – 25 of 93) sorted by relevance

1234

/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dcprepair.c27 #undef LINE_BUFFER_SIZE
28 #define LINE_BUFFER_SIZE 0x10000 macro
99 char orig[3 * LINE_BUFFER_SIZE + 1]; in process_file()
113 UTF16 u16[LINE_BUFFER_SIZE + 1]; in process_file()
114 UTF8 u8buf[3 * LINE_BUFFER_SIZE + 1], *u8; in process_file()
121 if (len > 3 * LINE_BUFFER_SIZE) { in process_file()
122 len = 3 * LINE_BUFFER_SIZE; in process_file()
129 if (len > 3 * LINE_BUFFER_SIZE) { in process_file()
130 len = 3 * LINE_BUFFER_SIZE; in process_file()
178 char dd[3 * LINE_BUFFER_SIZE + 1]; in process_file()
H A Dwordlist.c189 (char*)dd < res + LINE_BUFFER_SIZE - 9 && in mgetl()
197 (char*)d < res + LINE_BUFFER_SIZE - 5 && in mgetl()
219 (char*)d < res + LINE_BUFFER_SIZE - 5 && in mgetl()
272 char line[LINE_BUFFER_SIZE]; in restore_line_number()
306 char line[LINE_BUFFER_SIZE]; in restore_state()
312 char line[LINE_BUFFER_SIZE]; in restore_state()
478 UTF16 u16[LINE_BUFFER_SIZE + 1]; in convert()
774 LINE_BUFFER_SIZE + 1, in do_wordlist_crack()
835 LINE_BUFFER_SIZE + 1, in do_wordlist_crack()
935 if (ep - cp >= LINE_BUFFER_SIZE) in do_wordlist_crack()
[all …]
H A Dopencl_keyring_fmt_plug.c65 uint8_t ct[LINE_BUFFER_SIZE / 2]; /* after hex conversion */
75 unsigned char ct[LINE_BUFFER_SIZE / 2]; /* after hex conversion */
186 PLAINTEXT_LENGTH, SALTLEN, LINE_BUFFER_SIZE); in reset()
249 if (ctlen > LINE_BUFFER_SIZE) in valid()
H A Dparams.h446 #define LINE_BUFFER_SIZE 0x400 macro
452 #define MAX_CIPHERTEXT_SIZE (LINE_BUFFER_SIZE - PLAINTEXT_BUFFER_SIZE)
/dports/lang/guile2/guile-2.2.7/libguile/
H A Drdelim.c124 #define LINE_BUFFER_SIZE 256 macro
127 scm_t_wchar buf[LINE_BUFFER_SIZE], delim;
141 if (SCM_UNLIKELY (index >= LINE_BUFFER_SIZE))
183 #undef LINE_BUFFER_SIZE
/dports/lang/guile/guile-3.0.7/libguile/
H A Drdelim.c125 #define LINE_BUFFER_SIZE 256 macro
128 scm_t_wchar buf[LINE_BUFFER_SIZE], delim;
142 if (SCM_UNLIKELY (index >= LINE_BUFFER_SIZE))
184 #undef LINE_BUFFER_SIZE
/dports/archivers/sharutils/sharutils-4.15.2/src/
H A Dencode.c26 #define LINE_BUFFER_SIZE 45 macro
82 char buffer[LINE_BUFFER_SIZE];
88 number_of_bytes = read_raw_bytes (input, buffer, LINE_BUFFER_SIZE);
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/auxiliary/uctype/
H A Dderived_properties.c16 #define LINE_BUFFER_SIZE 500u macro
21 char buffer[ LINE_BUFFER_SIZE ]; in read_derived_properties()
33 …if ( ( check_file( fh, LINE_BUFFER_SIZE, ';', sizeof( derived_properties_fields ) / sizeof( int ),… in read_derived_properties()
35 while ( fgets( buffer, LINE_BUFFER_SIZE, fh ) ) in read_derived_properties()
73 while ( fgets( buffer, LINE_BUFFER_SIZE, fh ) ) in read_derived_properties()
H A Dunicode_data.c15 #define LINE_BUFFER_SIZE 500u macro
20 char buffer[ LINE_BUFFER_SIZE ]; in read_unicode_data()
30 …if ( ( lines = check_file( fh, LINE_BUFFER_SIZE, ';', sizeof( unicode_record_fields ) / sizeof( in… in read_unicode_data()
44 fgets( buffer, LINE_BUFFER_SIZE, fh ); in read_unicode_data()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/bna/
H A Dogrbnaparser.cpp140 #define LINE_BUFFER_SIZE 1024 macro
149 static int BNA_GetLine(char szLineBuffer[LINE_BUFFER_SIZE+1], VSILFILE* f) in BNA_GetLine()
152 int nRead = VSIFReadL(szLineBuffer, 1, LINE_BUFFER_SIZE, f); in BNA_GetLine()
172 if (nRead < LINE_BUFFER_SIZE) in BNA_GetLine()
180 if (ptrCurLine == szLineBuffer + LINE_BUFFER_SIZE - 1) in BNA_GetLine()
235 char szLineBuffer[LINE_BUFFER_SIZE + 1]; in BNA_GetNextRecord()
/dports/mail/popa3d-before-sendmail/popa3d-1.0.3/
H A Dmailbox.c114 file_buffer = malloc(FILE_BUFFER_SIZE + LINE_BUFFER_SIZE); in mailbox_parse()
147 extra = LINE_BUFFER_SIZE - saved; in mailbox_parse()
165 if (saved || block <= LINE_BUFFER_SIZE) { in mailbox_parse()
168 extra = LINE_BUFFER_SIZE - saved; in mailbox_parse()
195 if (block > 0 && saved < LINE_BUFFER_SIZE) in mailbox_parse()
/dports/mail/popa3d/popa3d-1.0.3/
H A Dmailbox.c114 file_buffer = malloc(FILE_BUFFER_SIZE + LINE_BUFFER_SIZE); in mailbox_parse()
147 extra = LINE_BUFFER_SIZE - saved; in mailbox_parse()
165 if (saved || block <= LINE_BUFFER_SIZE) { in mailbox_parse()
168 extra = LINE_BUFFER_SIZE - saved; in mailbox_parse()
195 if (block > 0 && saved < LINE_BUFFER_SIZE) in mailbox_parse()
/dports/textproc/raptor/raptor-1.4.21/src/
H A Draptor_nfc_test.c164 #define LINE_BUFFER_SIZE 1024 in main() macro
170 char buffer[LINE_BUFFER_SIZE]; in main()
178 p=fgets(buffer, LINE_BUFFER_SIZE, fh); in main()
/dports/textproc/raptor2/raptor2-2.0.15/src/
H A Draptor_nfc_test.c169 #define LINE_BUFFER_SIZE 1024 in main() macro
175 char buffer[LINE_BUFFER_SIZE]; in main()
183 p = fgets(buffer, LINE_BUFFER_SIZE, fh); in main()
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dpotcheck.pl20 my $LINE_BUFFER_SIZE = 0x400;
22 my $MAX_CIPHERTEXT_SIZE = ($LINE_BUFFER_SIZE - $PLAINTEXT_BUFFER_SIZE);
/dports/www/netsurf/netsurf-3.10/utils/
H A Dhashtable.c54 #define LINE_BUFFER_SIZE 512 macro
143 uint8_t s[LINE_BUFFER_SIZE]; /* line buffer */ in hash_add_inline_plain()
185 uint8_t s[LINE_BUFFER_SIZE]; /* line buffer */ in hash_add_inline_gzip()
366 char s[LINE_BUFFER_SIZE]; /* line buffer */ in hash_add_file()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libmongoc/src/mongoc/
H A Dmongoc-linux-distro-scanner.c32 #define LINE_BUFFER_SIZE 1024 macro
150 char buffer[LINE_BUFFER_SIZE]; in _mongoc_linux_distro_scanner_read_key_value_file()
295 char buffer[LINE_BUFFER_SIZE]; in _mongoc_linux_distro_scanner_read_generic_release_file()
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/src/mongoc/
H A Dmongoc-linux-distro-scanner.c32 #define LINE_BUFFER_SIZE 1024 macro
150 char buffer[LINE_BUFFER_SIZE]; in _mongoc_linux_distro_scanner_read_key_value_file()
295 char buffer[LINE_BUFFER_SIZE]; in _mongoc_linux_distro_scanner_read_generic_release_file()
/dports/x11-wm/e16/e16-1.0.24/src/
H A Dconfig.c59 #define LINE_BUFFER_SIZE 1024 macro
76 buffer = EMALLOC(char, LINE_BUFFER_SIZE); in GetLine()
80 buffer[LINE_BUFFER_SIZE - 1] = '\0'; in GetLine()
92 nr = fread(buffer, 1, LINE_BUFFER_SIZE - 1, f); in GetLine()
/dports/biology/mmseqs2/MMseqs2-13-45111/src/util/
H A Dfilterdb.cpp219 const size_t LINE_BUFFER_SIZE = 1000000; in filterdb() local
228 char *lineBuffer = new char[LINE_BUFFER_SIZE]; in filterdb()
229 char *columnValue = new char[LINE_BUFFER_SIZE]; in filterdb()
232 char *newLineBuffer = new char[LINE_BUFFER_SIZE]; in filterdb()
237 buffer.reserve(LINE_BUFFER_SIZE); in filterdb()
274 if (!Util::getLine(data, dataLength, lineBuffer, LINE_BUFFER_SIZE)) { in filterdb()
/dports/devel/icu-lx/icu/source/tools/toolutil/
H A Dpkg_gencmn.cpp97 #define LINE_BUFFER_SIZE 512 macro
130 line = (char *)uprv_malloc(sizeof(char) * LINE_BUFFER_SIZE); in createCommonDataFile()
132 …printf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE); in createCommonDataFile()
173 LINE_BUFFER_SIZE))!=NULL) { in createCommonDataFile()
/dports/devel/icu/icu/source/tools/toolutil/
H A Dpkg_gencmn.cpp97 #define LINE_BUFFER_SIZE 512 macro
130 line = (char *)uprv_malloc(sizeof(char) * LINE_BUFFER_SIZE); in createCommonDataFile()
132 …printf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE); in createCommonDataFile()
173 LINE_BUFFER_SIZE))!=NULL) { in createCommonDataFile()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/tools/toolutil/
H A Dpkg_gencmn.cpp97 #define LINE_BUFFER_SIZE 512 macro
130 line = (char *)uprv_malloc(sizeof(char) * LINE_BUFFER_SIZE); in createCommonDataFile()
132 …printf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE); in createCommonDataFile()
173 LINE_BUFFER_SIZE))!=NULL) { in createCommonDataFile()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/tools/toolutil/
H A Dpkg_gencmn.cpp97 #define LINE_BUFFER_SIZE 512 macro
130 line = (char *)uprv_malloc(sizeof(char) * LINE_BUFFER_SIZE); in createCommonDataFile()
132 …printf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE); in createCommonDataFile()
173 LINE_BUFFER_SIZE))!=NULL) { in createCommonDataFile()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/tools/toolutil/
H A Dpkg_gencmn.cpp97 #define LINE_BUFFER_SIZE 512 macro
130 line = (char *)uprv_malloc(sizeof(char) * LINE_BUFFER_SIZE); in createCommonDataFile()
132 …printf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE); in createCommonDataFile()
173 LINE_BUFFER_SIZE))!=NULL) { in createCommonDataFile()

1234