Searched refs:_PATH_PIDNAMES (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dpathnames.h66 ** _PATH_PIDNAMES
100 #define _PATH_PIDNAMES "/var/run/ftp.pids-%s" macro
H A Dckconfig.c136 /* _PATH_PIDNAMES */
137 fprintf(stdout, "\nChecking _PATH_PIDNAMES :: %s\n", _PATH_PIDNAMES);
138 (void) strlcpy(buf, _PATH_PIDNAMES, sizeof(buf));
H A Dftpcount.c259 snprintf(pidfile, sizeof(pidfile), _PATH_PIDNAMES, class);
H A Daccess.c1279 snprintf(pidfile, sizeof(pidfile), _PATH_PIDNAMES, class);

Completed in 45 milliseconds