Home
last modified time | relevance | path

Searched refs:SPT_PADCHAR (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dsetproctitle.c57 #ifndef SPT_PADCHAR
58 # define SPT_PADCHAR '\0' macro
164 argv_start[len] = SPT_PADCHAR; in setproctitle()
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h220 # define SPT_PADCHAR '\0' /* pad process title with nulls */ macro
261 # define SPT_PADCHAR '\0' /* pad process title with nulls */ macro
791 # define SPT_PADCHAR '\0' macro
867 # define SPT_PADCHAR '\0' /* pad process title with nulls */ macro
935 # define SPT_PADCHAR '\0' /* pad process title with nulls */ macro
1057 # define SPT_PADCHAR '\0' /* pad process title with nulls */ macro
1517 # define SPT_PADCHAR '\0' /* pad process title with nulls */ macro
1939 # define SPT_PADCHAR '\0' /* pad process title with nulls */ macro
/freebsd/contrib/sendmail/src/
H A Dconf.c2473 # ifndef SPT_PADCHAR
2474 # define SPT_PADCHAR ' ' macro
2659 *p++ = SPT_PADCHAR;
H A DREADME437 SPT_PADCHAR Character used to pad the process title; if undefined,