Home
last modified time | relevance | path

Searched refs:_POSIX2_LINE_MAX (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/sysutils/symon/symon-2.88/symux/
H A Dreadconf.c157 char muxname[_POSIX2_LINE_MAX]; in read_mux()
204 char path[_POSIX2_LINE_MAX]; in read_source()
205 char sn[_POSIX2_LINE_MAX]; in read_source()
206 char sa[_POSIX2_LINE_MAX]; in read_source()
248 strncpy(&sn[0], l->token, _POSIX2_LINE_MAX); in read_source()
259 strncpy(&sa[0], l->token, _POSIX2_LINE_MAX); in read_source()
322 strncpy(&path[0], l->token, _POSIX2_LINE_MAX); in read_source()
323 path[_POSIX2_LINE_MAX - 1] = '\0'; in read_source()
336 _POSIX2_LINE_MAX - pc, in read_source()
394 strncpy(&sn[0], l->token, _POSIX2_LINE_MAX); in read_source()
[all …]
/dports/sysutils/symon/symon-2.88/symon/
H A Dreadconf.c55 char muxname[_POSIX2_LINE_MAX]; in read_host_port()
95 char sn[_POSIX2_LINE_MAX]; in read_symon_args()
96 char sa[_POSIX2_LINE_MAX]; in read_symon_args()
121 strncpy(&sn[0], l->token, _POSIX2_LINE_MAX); in read_symon_args()
131 strncpy(&sa[0], l->token, _POSIX2_LINE_MAX); in read_symon_args()
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/sed/
H A Dcompile.c165 char re[_POSIX2_LINE_MAX + 1]; in compile_stream()
482 static char lbuf[_POSIX2_LINE_MAX + 1]; in compile_subst()
494 asize = 2 * _POSIX2_LINE_MAX + 1; in compile_subst()
550 if (asize - size < _POSIX2_LINE_MAX + 1) { in compile_subst()
568 char wfile[_POSIX2_LINE_MAX + 1], *q; in compile_flags()
653 char old[_POSIX2_LINE_MAX + 1]; in compile_tr()
654 char new[_POSIX2_LINE_MAX + 1]; in compile_tr()
742 char lbuf[_POSIX2_LINE_MAX + 1]; in compile_text()
744 asize = 2 * _POSIX2_LINE_MAX + 1; in compile_text()
760 if (asize - size < _POSIX2_LINE_MAX + 1) { in compile_text()
[all …]
/dports/audio/fossmixer/detroit-0.2.3/engine/
H A Ddynvars.h3 #if defined(_POSIX2_LINE_MAX)
4 #define CONFIG_LINE_LENGTH _POSIX2_LINE_MAX
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dposix2_limh.inc9 _POSIX2_LINE_MAX = 2048;
20 LINE_MAX = _POSIX2_LINE_MAX;
H A Dxopen_limh.inc5 NL_LANGMAX = _POSIX2_LINE_MAX;
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dposix2_lim.h47 #define _POSIX2_LINE_MAX 2048 macro
81 #define LINE_MAX _POSIX2_LINE_MAX
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dposix2_lim.h47 #define _POSIX2_LINE_MAX 2048 macro
81 #define LINE_MAX _POSIX2_LINE_MAX
/dports/devel/sunpromake/schily-2021-09-18/include/schily/
H A Dlimits.h37 #ifndef _POSIX2_LINE_MAX
38 #define _POSIX2_LINE_MAX 2048 macro
/dports/devel/smake/schily-2021-09-18/include/schily/
H A Dlimits.h37 #ifndef _POSIX2_LINE_MAX
38 #define _POSIX2_LINE_MAX 2048 macro
/dports/devel/sccs/schily-2021-09-18/include/schily/
H A Dlimits.h37 #ifndef _POSIX2_LINE_MAX
38 #define _POSIX2_LINE_MAX 2048 macro
/dports/devel/schilybase/schily-2021-09-18/include/schily/
H A Dlimits.h37 #ifndef _POSIX2_LINE_MAX
38 #define _POSIX2_LINE_MAX 2048 macro
/dports/net/rscsi/schily-2021-09-18/include/schily/
H A Dlimits.h37 #ifndef _POSIX2_LINE_MAX
38 #define _POSIX2_LINE_MAX 2048 macro
/dports/archivers/star/schily-2021-09-18/include/schily/
H A Dlimits.h37 #ifndef _POSIX2_LINE_MAX
38 #define _POSIX2_LINE_MAX 2048 macro
/dports/sysutils/cdrtools/schily-2021-09-18/include/schily/
H A Dlimits.h37 #ifndef _POSIX2_LINE_MAX
38 #define _POSIX2_LINE_MAX 2048 macro
/dports/editors/ved/schily-2021-09-18/include/schily/
H A Dlimits.h37 #ifndef _POSIX2_LINE_MAX
38 #define _POSIX2_LINE_MAX 2048 macro
/dports/sysutils/schilyutils/schily-2021-09-18/include/schily/
H A Dlimits.h37 #ifndef _POSIX2_LINE_MAX
38 #define _POSIX2_LINE_MAX 2048 macro
/dports/sysutils/symon/symon-2.88/lib/
H A Dlex.c148 l->bsize = _POSIX2_LINE_MAX; in lex_readline()
166 if (++l->tokpos >= _POSIX2_LINE_MAX) { in lex_copychar()
167 l->token[_POSIX2_LINE_MAX - 1] = '\0'; in lex_copychar()
199 l->token[l->tokpos] = l->token[_POSIX2_LINE_MAX - 1] = '\0'; in lex_termtoken()
328 l->token = xmalloc(_POSIX2_LINE_MAX); in open_lex()
H A Dsylimits.h10 #define SYMON_MAX_OBJSIZE (_POSIX2_LINE_MAX)
/dports/sysutils/userinfo/userinfo-2.5/src/
H A Derr.c29 #ifdef _POSIX2_LINE_MAX
30 #define LINE_MAX _POSIX2_LINE_MAX
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A Dprocessinfo_dragonfly.cpp102 char err[_POSIX2_LINE_MAX] = {0}; in getVirtualMemorySize()
114 char err[_POSIX2_LINE_MAX] = {0}; in getResidentSize()
H A Dprocessinfo_freebsd.cpp105 char err[_POSIX2_LINE_MAX] = {0}; in getVirtualMemorySize()
117 char err[_POSIX2_LINE_MAX] = {0}; in getResidentSize()
H A Dprocessinfo_openbsd.cpp109 char err[_POSIX2_LINE_MAX] = {0}; in getVirtualMemorySize()
125 char err[_POSIX2_LINE_MAX] = {0}; in getResidentSize()
/dports/sysutils/userinfo/userinfo-2.5/src/modules/
H A Dmail.c41 #ifdef _POSIX2_LINE_MAX
42 #define LINE_MAX _POSIX2_LINE_MAX
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Host/netbsd/
H A DHost.cpp114 char errbuf[_POSIX2_LINE_MAX]; /* XXX: error string unused */ in GetNetBSDProcessUserAndGroup()
168 char errbuf[_POSIX2_LINE_MAX]; /* XXX: error string unused */ in FindProcesses()

12345678910