Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dsetproctitle.c64 #define SPT_BUFSIZE 2048 /* from other parts of sendmail */ macro
82 buf = malloc(SPT_BUFSIZE); in setproctitle_internal()
89 obuf = malloc(SPT_BUFSIZE); in setproctitle_internal()
96 buf[SPT_BUFSIZE - 1] = '\0'; in setproctitle_internal()
104 (void)snprintf(buf, SPT_BUFSIZE, "%s: ", _getprogname()); in setproctitle_internal()
109 (void)vsnprintf(buf + len, SPT_BUFSIZE - len, fmt, ap); in setproctitle_internal()
159 snprintf(obuf + len, SPT_BUFSIZE - len, "%s%s", in setproctitle_internal()
164 if (len >= SPT_BUFSIZE) in setproctitle_internal()
/freebsd/contrib/sendmail/src/
H A Dconf.c2469 # define SPT_BUFSIZE PSARGSZ macro
2479 #ifndef SPT_BUFSIZE
2480 # define SPT_BUFSIZE MAXLINE macro
2586 SETPROC_STATIC char buf[SPT_BUFSIZE];
2698 char buf[SPT_BUFSIZE];
2711 char prefix[SPT_BUFSIZE];