Searched refs:_POSIX2_LINE_MAX (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dgetconf.h73 #ifndef _POSIX2_LINE_MAX
74 # define _POSIX2_LINE_MAX 2048 macro
H A Dcut.c71 #if !defined (_POSIX2_LINE_MAX)
72 # define _POSIX2_LINE_MAX 2048 macro
82 static char positions[_POSIX2_LINE_MAX + 1];
211 if (stop > _POSIX2_LINE_MAX) {
213 stop, _POSIX2_LINE_MAX);
272 char lbuf[_POSIX2_LINE_MAX + 1];
H A Dgetconf.c258 #ifdef _POSIX2_LINE_MAX
259 { "POSIX2_LINE_MAX", CONSTANT, _POSIX2_LINE_MAX },
314 #ifdef _POSIX2_LINE_MAX
315 { "_POSIX2_LINE_MAX", CONSTANT, _POSIX2_LINE_MAX },
317 { "_POSIX2_LINE_MAX", G_UNDEF, -1 },
1422 return _POSIX2_LINE_MAX;
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dlimits.h88 #define _POSIX2_LINE_MAX 2048 macro
/macosx-10.10.1/text_cmds-88/sed/
H A Dcompile.c163 static char lbuf[_POSIX2_LINE_MAX + 1]; /* To save stack */
446 char re[_POSIX2_LINE_MAX + 1];
471 static char lbuf[_POSIX2_LINE_MAX + 1];
483 asize = 2 * _POSIX2_LINE_MAX + 1;
541 if (asize - size < _POSIX2_LINE_MAX + 1) {
560 char wfile[_POSIX2_LINE_MAX + 1], *q;
640 char old[_POSIX2_LINE_MAX + 1];
641 char new[_POSIX2_LINE_MAX + 1];
731 char lbuf[_POSIX2_LINE_MAX + 1];
733 asize = 2 * _POSIX2_LINE_MAX
[all...]
/macosx-10.10.1/adv_cmds-158/finger/
H A Dnet.c209 if (c != '\n' && ++line_len > _POSIX2_LINE_MAX) {
/macosx-10.10.1/adv_cmds-158/pkill/
H A Dpkill.c195 char buf[_POSIX2_LINE_MAX], *bufp, *mstr, *p, *q, *pidfile;
198 char buf[_POSIX2_LINE_MAX], *mstr, **pargv, *p, *q, *pidfile;
466 os_assert(sizeof(buf) == _POSIX2_LINE_MAX);
469 if (jsz >= _POSIX2_LINE_MAX) {
473 _POSIX2_LINE_MAX - jsz,
/macosx-10.10.1/network_cmds-457/ip6addrctl.tproj/
H A Dip6addrctl.c207 char line[_POSIX2_LINE_MAX], *cp;
/macosx-10.10.1/shell_cmds-179/w/
H A Dw.c187 char buf[MAXHOSTNAMELEN], errbuf[_POSIX2_LINE_MAX];
/macosx-10.10.1/adv_cmds-158/ps/
H A Dps.c217 char errbuf[_POSIX2_LINE_MAX];
/macosx-10.10.1/remote_cmds-47/ypbind.tproj/
H A Dypbind.c974 char line[_POSIX2_LINE_MAX];

Completed in 205 milliseconds