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

/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dparms.h259 /* define LIMITS to be the name of a file which contains information
264 #define LIMITS "/etc/uucp/Limits" /* */ macro
H A Dlimits.c69 char *tokens[NUMFLDS]; /* fields found in LIMITS */
71 FILE *Fp = NULL; /* file pointer for LIMITS */
74 if ((Fp = fopen(LIMITS, "r")) == NULL) {
75 DEBUG(5, "cannot open %s\n", LIMITS);
76 sprintf(msgbuf, "fopen of %s failed with errno=%%d\n", LIMITS);
121 * parse a line in LIMITS and return a vector
H A Duusched.c106 DEBUG(1, "No limits for uusched in %s\n", LIMITS);
111 DEBUG(4, "Non-positive limit for uusched in %s\n", LIMITS);
H A Duucheck.c90 "LIMITS", LIMITS, /* if not defined we'll stat NULL, it's not a bug */
H A Duuxqt.c148 DEBUG(1, "No limits for uuxqt in %s\n", LIMITS);
152 DEBUG(4, "Non-positive limit for uuxqt in %s\n", LIMITS);
H A Duucico.c242 DEBUG(1, "No limits for uucico in %s\n", LIMITS);
246 DEBUG(4, "Non-positive limit for uucico in %s\n", LIMITS);
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dparms.h225 /* define LIMITS to be the name of a file which contains information
230 #define LIMITS "/etc/uucp/Limits" /* */ macro

Completed in 119 milliseconds