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

/illumos-gate/usr/src/cmd/setuname/
H A Dsetuname.c129 #define RC_FILENAME "/etc/rc2.d/S18setuname"
324 if ((access(RC_FILENAME, R_OK) != 0) &&
325 (access(RC_FILENAME, F_OK) == 0)) {
504 if ((fd = fopen(RC_FILENAME, "w")) != (FILE *) NULL) {
128 #define RC_FILENAME macro

Completed in 58 milliseconds