Searched refs:MAX_JUNK (Results 1 – 6 of 6) sorted by relevance
/dports/science/hypre/hypre-2.23.0/src/distributed_ls/Euclid/ |
H A D | Vec_dh.c | 209 #define MAX_JUNK 200 macro 220 char junk[MAX_JUNK]; in Vec_dhRead() 236 if (fgets(junk, MAX_JUNK, fp) != NULL) { in Vec_dhRead() 263 if (fgets(junk, MAX_JUNK, fp) != NULL) { in Vec_dhRead()
|
H A D | mat_dh_private.c | 301 #define MAX_JUNK 200 macro 313 char junk[MAX_JUNK]; in mat_dh_read_triples_private() 321 if (fgets(junk, MAX_JUNK, fp) != NULL) { in mat_dh_read_triples_private() 330 if (fgets(junk, MAX_JUNK, fp) != NULL) { in mat_dh_read_triples_private() 361 if (fgets(junk, MAX_JUNK, fp) == NULL) { in mat_dh_read_triples_private()
|
/dports/net/wireshark/wireshark-3.6.1/wiretap/ |
H A D | k12text.l | 163 #define MAX_JUNK 400000 macro 218 <MAGIC>. { if (++ yyextra->junk_chars > MAX_JUNK) { yyextra->is_k12text = FALSE; yyterminate(); } } 239 . { if (++yyextra->junk_chars > MAX_JUNK) { KERROR("too much junk"); } }
|
/dports/net/tshark-lite/wireshark-3.6.1/wiretap/ |
H A D | k12text.l | 163 #define MAX_JUNK 400000 macro 218 <MAGIC>. { if (++ yyextra->junk_chars > MAX_JUNK) { yyextra->is_k12text = FALSE; yyterminate(); } } 239 . { if (++yyextra->junk_chars > MAX_JUNK) { KERROR("too much junk"); } }
|
/dports/net/tshark/wireshark-3.6.1/wiretap/ |
H A D | k12text.l | 163 #define MAX_JUNK 400000 macro 218 <MAGIC>. { if (++ yyextra->junk_chars > MAX_JUNK) { yyextra->is_k12text = FALSE; yyterminate(); } } 239 . { if (++yyextra->junk_chars > MAX_JUNK) { KERROR("too much junk"); } }
|
/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/ |
H A D | k12text.l | 163 #define MAX_JUNK 400000 macro 218 <MAGIC>. { if (++ yyextra->junk_chars > MAX_JUNK) { yyextra->is_k12text = FALSE; yyterminate(); } } 239 . { if (++yyextra->junk_chars > MAX_JUNK) { KERROR("too much junk"); } }
|