Home
last modified time | relevance | path

Searched refs:TBUF_SIZE (Results 1 – 19 of 19) sorted by relevance

/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/gen/
H A Dsyslog_r.c76 #define TBUF_SIZE (LOG_MAXLINE+1) in __vsyslog_r() macro
78 char *stdp = NULL, tbuf[TBUF_SIZE], fmt_cpy[FMT_SIZE]; in __vsyslog_r()
101 tbuf_left = TBUF_SIZE; in __vsyslog_r()
/dports/math/igraph/igraph-0.9.5/vendor/glpk/env/
H A Dstdout.c86 IGRAPH_ASSERT(strlen(env->term_buf) < TBUF_SIZE); in glp_printf()
116 IGRAPH_ASSERT(strlen(env->term_buf) < TBUF_SIZE); in glp_vprintf()
H A Denv.c79 env->term_buf = malloc(TBUF_SIZE); in glp_init_env()
H A Denv.h35 #define TBUF_SIZE 4096 macro
H A Dstream.c388 xassert(0 <= nnn && nnn < TBUF_SIZE);
/dports/math/glpk/glpk-5.0/src/env/
H A Dstdout.c82 assert(strlen(env->term_buf) < TBUF_SIZE); in glp_printf()
112 assert(strlen(env->term_buf) < TBUF_SIZE); in glp_vprintf()
H A Denv.c75 env->term_buf = malloc(TBUF_SIZE); in glp_init_env()
H A Denv.h33 #define TBUF_SIZE 4096 macro
H A Dstream.c441 xassert(0 <= nnn && nnn < TBUF_SIZE);
/dports/news/atp/atp-1.50/
H A Dreadlib.c273 #define TBUF_SIZE 300 macro
282 char *p2, tbuf[TBUF_SIZE + 1]; in fget()
284 if (s != NULL && n <= TBUF_SIZE) { in fget()
286 while (ct < (n - 1) && ct < TBUF_SIZE) { /* get 'n' chars */ in fget()
289 ct = TBUF_SIZE; in fget()
298 while (ct < TBUF_SIZE) { /* keep getting chars till end of line is found */ in fget()
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dmie.h93 enum { TBUF_SIZE = 8 }; enumerator
114 uint32_t tbuf[TBUF_SIZE];
H A Dmie.cpp137 if(reply_size > TBUF_SIZE) in control_w()
138 reply_size = TBUF_SIZE; in control_w()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dmie.h93 enum { TBUF_SIZE = 8 }; enumerator
114 uint32_t tbuf[TBUF_SIZE];
H A Dmie.cpp137 if(reply_size > TBUF_SIZE) in control_w()
138 reply_size = TBUF_SIZE; in control_w()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/misc/
H A Dusbtest.c106 #define TBUF_SIZE 256 macro
735 if (le16_to_cpu(config->wTotalLength) >= TBUF_SIZE) /* max partial read */ in is_good_config()
915 if (total > TBUF_SIZE) in ch9_postconfig()
916 total = TBUF_SIZE; in ch9_postconfig()
981 dev->buf, TBUF_SIZE); in ch9_postconfig()
1022 dev->buf, TBUF_SIZE); in ch9_postconfig()
2798 dev->buf = kmalloc(TBUF_SIZE, GFP_KERNEL); in usbtest_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/misc/
H A Dusbtest.c106 #define TBUF_SIZE 256 macro
735 if (le16_to_cpu(config->wTotalLength) >= TBUF_SIZE) /* max partial read */ in is_good_config()
915 if (total > TBUF_SIZE) in ch9_postconfig()
916 total = TBUF_SIZE; in ch9_postconfig()
981 dev->buf, TBUF_SIZE); in ch9_postconfig()
1022 dev->buf, TBUF_SIZE); in ch9_postconfig()
2798 dev->buf = kmalloc(TBUF_SIZE, GFP_KERNEL); in usbtest_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/misc/
H A Dusbtest.c106 #define TBUF_SIZE 256 macro
735 if (le16_to_cpu(config->wTotalLength) >= TBUF_SIZE) /* max partial read */ in is_good_config()
915 if (total > TBUF_SIZE) in ch9_postconfig()
916 total = TBUF_SIZE; in ch9_postconfig()
981 dev->buf, TBUF_SIZE); in ch9_postconfig()
1022 dev->buf, TBUF_SIZE); in ch9_postconfig()
2798 dev->buf = kmalloc(TBUF_SIZE, GFP_KERNEL); in usbtest_probe()
/dports/japanese/groff/groff-1.18.1.1/src/roff/troff/
H A Dnode.cc752 enum { TBUF_SIZE = 256 }; enumerator
754 wchar tbuf[TBUF_SIZE];
756 char tbuf[TBUF_SIZE];
1048 && tbuf_len < TBUF_SIZE) { in put_char_width()
/dports/textproc/groff/groff-1.22.4/src/roff/troff/
H A Dnode.cpp790 enum { TBUF_SIZE = 256 }; enumerator
791 char tbuf[TBUF_SIZE];
1086 && tbuf_len < TBUF_SIZE) { in put_char_width()