Lines Matching defs:n

202 		(void) fprintf(stderr, "%s must be run as root\n", argv[0]);
213 syslog(LOG_ERR, "could not get a valid domainname.\n");
230 case 'n':
253 fprintf(stderr, " or -c option specified\n");
266 " [-s <size>]\n");
287 "mechtype %s\n", cache_options[d]);
300 (void) fprintf(stderr, "specify only one of -d and -e\n");
314 fprintf(stderr, " or -c option specified\n");
324 (void) fprintf(stderr, "%d entries\n",
327 (void) fprintf(stderr, "%dMB\n", default_cache);
330 (void) fprintf(stderr, "supported mechanisms:\n");
331 (void) fprintf(stderr, "\talias\t\tdisk cache size\n");
332 (void) fprintf(stderr, "\t=====\t\t===============\n");
336 (void) fprintf(stderr, "%d entries\n",
339 (void) fprintf(stderr, "%dMB\n", *ip);
345 "common key disk caching disabled\n");
382 "%s: unable to create service for version %d\n",
390 "%s: unable to create service for version %d\n",
398 "%s: unable to create service for version %d\n",
409 "%s: unable to create service over doors for version %d\n",
416 "%s: unable to create service over doors for version %d\n",
423 "%s: unable to create service over doors for version %d\n",
469 fgets_ignorenul(char *s, int n, FILE *stream)
479 while (i < n - 1) {
496 case '\n':
527 debug(KEYSERV_DEBUG0, ("ROOTKEY %d: %s\n", count, line));
564 failed to generate host's netname when establishing root's key.\n");
577 "Can't find %s's secret key\n", name);
582 "Password does not decrypt secret key for %s\n", name);
587 "Cannot open %s for write\n", ROOTKEY);
634 (void) fprintf(stderr, "%s\n", strstatus(*status));
657 (void) fprintf(stderr, "%08x%08x\n",
661 (void) fprintf(stderr, "%s\n", strstatus(res->status));
685 (void) fprintf(stderr, "%08x%08x\n",
689 (void) fprintf(stderr, "%s\n", strstatus(res->status));
713 (void) fprintf(stderr, "%s\n", strstatus(*status));
734 fprintf(stderr, "<%s, %.*s, %.*s>\n",
741 (void) fprintf(stderr, "NOT FOUND\n");
766 (void) fprintf(stderr, "%08x%08x\n",
770 (void) fprintf(stderr, "%s\n", strstatus(res->status));
795 (void) fprintf(stderr, "%08x%08x\n",
799 (void) fprintf(stderr, "%s\n", strstatus(res->status));
822 (void) fprintf(stderr, "%08x%08x\n",
826 (void) fprintf(stderr, "%s\n", strstatus(res->status));
860 (void) fprintf(stderr, "gen() = %08x%08x\n", key->key.high,
887 (void) fprintf(stderr, "uid=%d, gid=%d, grouplen=%d\n",
890 (void) fprintf(stderr, "%s\n", strstatus(res->status));
1292 "not local privileged process\n");
1307 (void) fprintf(stderr, "unable to reply\n");
1313 "unable to free arguments\n");
1331 fprintf(stderr, "svc_get_local_cred failed %s %s\n",
1336 fprintf(stderr, "local_uid %d\n", cred.euid);
1375 (void) fprintf(stderr, "invalid cache size: %s\n", size);
1385 (void) fprintf(stderr, "usage: \n");
1387 (void) fprintf(stderr, "<size>|<mechtype>=<size>[,...]] [-n] [-D] ");
1389 (void) fprintf(stderr, "[-t threads]\n");
1390 (void) fprintf(stderr, "-d disables the use of default keys\n");
1391 (void) fprintf(stderr, "-e enables the use of default keys\n");