Searched refs:_POSIX2_LINE_MAX (Results 1 - 25 of 34) sorted by last modified time

12

/netbsd-current/lib/libc/time/
H A Dzic.c95 #ifndef _POSIX2_LINE_MAX
96 # define _POSIX2_LINE_MAX 2048 macro
1692 char buf[min(_POSIX2_LINE_MAX, bufsize_bound)];
/netbsd-current/usr.bin/getconf/
H A Dgetconf.c69 { "POSIX2_LINE_MAX", CONSTANT, _POSIX2_LINE_MAX },
/netbsd-current/usr.bin/fstat/
H A Dfstat.c193 char buf[_POSIX2_LINE_MAX];
/netbsd-current/libexec/telnetd/
H A Dtelnetd.c918 char buf[_POSIX2_LINE_MAX];
/netbsd-current/usr.bin/vmstat/
H A Dvmstat.c342 char errbuf[_POSIX2_LINE_MAX];
/netbsd-current/lib/libkvm/
H A Dkvm.c409 (void)strlcpy(errout, kd->errbuf, _POSIX2_LINE_MAX);
731 (void)strlcpy(errout, strerror(errno), _POSIX2_LINE_MAX);
H A Dkvm_private.h46 char errbuf[_POSIX2_LINE_MAX];
/netbsd-current/usr.bin/netstat/
H A Dmain.c332 char buf[_POSIX2_LINE_MAX];
355 char buf[_POSIX2_LINE_MAX];
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbsd-kvm.c113 char errbuf[_POSIX2_LINE_MAX];
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbsd-kvm.c111 char errbuf[_POSIX2_LINE_MAX];
/netbsd-current/usr.bin/sed/
H A Dcompile.c163 static char lbuf[_POSIX2_LINE_MAX + 1]; /* To save stack */
166 char re[_POSIX2_LINE_MAX + 1];
614 static char lbuf[_POSIX2_LINE_MAX + 1];
626 asize = 2 * _POSIX2_LINE_MAX + 1;
693 if (asize - size < _POSIX2_LINE_MAX + 1) {
711 char wfile[_POSIX2_LINE_MAX + 1], *q;
796 char old[_POSIX2_LINE_MAX + 1];
797 char new[_POSIX2_LINE_MAX + 1];
885 char lbuf[_POSIX2_LINE_MAX + 1];
887 asize = 2 * _POSIX2_LINE_MAX
[all...]
/netbsd-current/usr.bin/pkill/
H A Dpkill.c116 char buf[_POSIX2_LINE_MAX], **pargv, *q;
/netbsd-current/usr.bin/pmap/
H A Dmain.c118 char errbuf[_POSIX2_LINE_MAX + 1];
258 errbuf[_POSIX2_LINE_MAX] = '\0';
/netbsd-current/sys/arch/atari/stand/installboot/
H A Dinstallboot.c200 char errbuf[_POSIX2_LINE_MAX];
/netbsd-current/include/
H A Dlimits.h110 #define _POSIX2_LINE_MAX 2048 macro
/netbsd-current/usr.bin/w/
H A Dw.c149 char errbuf[_POSIX2_LINE_MAX];
/netbsd-current/usr.sbin/ypbind/
H A Dypbind.c1078 char line[_POSIX2_LINE_MAX];
/netbsd-current/usr.sbin/pstat/
H A Dpstat.c192 char buf[_POSIX2_LINE_MAX];
/netbsd-current/libexec/getty/
H A Dmain.c303 char buf[_POSIX2_LINE_MAX];
/netbsd-current/bin/ps/
H A Dps.c212 char *nlistf, *memf, *swapf, errbuf[_POSIX2_LINE_MAX];
/netbsd-current/usr.bin/systat/
H A Dmain.c99 char errbuf[_POSIX2_LINE_MAX];
/netbsd-current/usr.sbin/kgmon/
H A Dkgmon.c203 char errbuf[_POSIX2_LINE_MAX];
/netbsd-current/sbin/savecore/
H A Dsavecore.c296 char errbuf[_POSIX2_LINE_MAX];
/netbsd-current/usr.sbin/trpt/
H A Dtrpt.c156 char *kernel, *core, *cp, errbuf[_POSIX2_LINE_MAX];
/netbsd-current/usr.sbin/rpc.yppasswdd/
H A Drpc.yppasswdd.c54 char make_arg[_POSIX2_LINE_MAX] = "make";

Completed in 328 milliseconds

12