Searched defs:NEWS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/news/
H A Dnews.c78 char NEWS[] = "/var/news"; /* directory for news items */ variable
81 int n_count; /* number of items in NEWS directory */
186 fprintf (stderr, "Cannot open %s\n", NEWS);
243 if (chdir (NEWS) < 0) {
244 fprintf (stderr, "Cannot chdir to %s\n", NEWS);
273 printf ("Cannot open %s/%s\n", NEWS, fname);
400 printf ("news:", NEWS);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DFacility.java166 public static final Facility NEWS = new Facility(LOG_NEWS, "NEWS"); field in class:Facility

Completed in 51 milliseconds