Searched refs:SPT_BUFSIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dsetproctitle.c56 #define SPT_BUFSIZE 2048 /* from other parts of sendmail */ macro
74 buf = malloc(SPT_BUFSIZE);
81 obuf = malloc(SPT_BUFSIZE);
88 buf[SPT_BUFSIZE - 1] = '\0';
96 (void)snprintf(buf, SPT_BUFSIZE, "%s: ", _getprogname());
101 (void) vsnprintf(buf + len, SPT_BUFSIZE - len, fmt, ap);
146 snprintf(obuf + len, SPT_BUFSIZE - len, "%s%s",
151 if (len >= SPT_BUFSIZE)
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c2467 # define SPT_BUFSIZE PSARGSZ macro
2477 #ifndef SPT_BUFSIZE
2478 # define SPT_BUFSIZE MAXLINE macro
2584 SETPROC_STATIC char buf[SPT_BUFSIZE];
2696 char buf[SPT_BUFSIZE];
2709 char prefix[SPT_BUFSIZE];

Completed in 124 milliseconds