Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/setuname/
H A Dsetuname.c129 #define RC_DIRNAME "/etc/rc2.d" macro
321 if (access(RC_DIRNAME, R_OK|W_OK) == 0) {
329 if (access(RC_DIRNAME, F_OK) == 0) {
334 (void) sprintf(msg, E_NOSUCHDIR, RC_DIRNAME);