Lines Matching defs:n
763 (void) fprintf(logf, "SU %.2d/%.2d %.2d:%.2d %c %s %s-%s\n",
1130 temp = strchr(respbuf, '\n');
1144 (void) fputs("\n", stderr);
1151 (void) fputs("\n", stdout);
1191 (void) printf("CONV %d\n", num_msg);
1237 temp = strchr(respbuf, '\n');
1284 * I18n note: \n is "safe" in all locales, and all locales use
1286 * scanning for a \n followed by a '.' is safe.
1309 if (*p == '\n')
1312 (void) putchar('\n');
1316 (void) putchar('\n');
1410 * use 0x0a for any purpose other than newline, so looking for '\n'
1413 * sequences, so a line consisting solely of ".\n" is what it appears
1426 if (bol && strcmp(buf, ".\n") == 0)
1428 bol = (strchr(buf, '\n') != NULL);
1476 (void) printf("CONV 1\n");
1477 (void) printf("PAM_ERROR_MSG\n");
1479 (void) printf("ERROR\n");
1489 (void) fprintf(stderr, "%s\n", s);
1491 (void) fprintf(stderr, "%s: %s\n", myname, s);
1521 int n;
1541 n = vsnprintf(buf, sizeof (buf), fmt, ap2);
1547 s = malloc(n + 1);
1553 (void) vsnprintf(s, n+1, fmt, ap1);