Searched refs:REAL_DAEMON_DIR (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/tcpd/ |
H A D | inetcf.c | 232 } else { /* look in REAL_DAEMON_DIR */ 233 sprintf(daemon, "%s/%s", REAL_DAEMON_DIR, arg0); 236 arg0, REAL_DAEMON_DIR); 246 * recipe. Look for a file with the same basename in REAL_DAEMON_DIR. 249 sprintf(daemon, "%s/%s", REAL_DAEMON_DIR, arg0);
|
H A D | tcpd.c | 6 * REAL_DAEMON_DIR macro. This arrangement requires that the network daemons 59 * If argv[0] is an absolute path name, ignore REAL_DAEMON_DIR, and strip 67 sprintf(path, "%s/%s", REAL_DAEMON_DIR, argv[0]);
|
H A D | tcpdmatch.c | 103 if (check_path(REAL_DAEMON_DIR, &st) < 0) { 104 tcpd_warn("REAL_DAEMON_DIR %s: %m", REAL_DAEMON_DIR); 106 tcpd_warn("REAL_DAEMON_DIR %s is not a directory", REAL_DAEMON_DIR);
|
H A D | tcpdchk.c | 129 if (check_path(REAL_DAEMON_DIR, &st) < 0) { 130 tcpd_warn("REAL_DAEMON_DIR %s: %m", REAL_DAEMON_DIR); 132 tcpd_warn("REAL_DAEMON_DIR %s is not a directory", REAL_DAEMON_DIR);
|
Completed in 61 milliseconds