Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/setuname/
H A Dsetuname.c128 #define RC_FILENAME "/etc/rc2.d/S18setuname" macro
322 if ((access(RC_FILENAME, R_OK) != 0) &&
323 (access(RC_FILENAME, F_OK) == 0)) {
501 if ((fd = fopen(RC_FILENAME, "w")) != (FILE *) NULL) {