Searched refs:stderr (Results 1 - 25 of 2254) sorted by relevance

1234567891011>>

/freebsd-13-stable/tools/regression/security/proc_to_proc/
H A Dtestuid.c41 fprintf(stderr, "test capabilities: ");
43 fprintf(stderr, "[SETSUGID_SUPPORTED] ");
46 fprintf(stderr, "[SETSUGID_SUPPORTED_BUT_NO_LIBC_STUB] ");
49 fprintf(stderr, "[CHECK_CRED_SET] ");
51 fprintf(stderr, "\n");
56 fprintf(stderr,
/freebsd-13-stable/usr.sbin/mptutil/
H A Dmptutil.c53 fprintf(stderr, "usage: mptutil [-u unit] <command> ...\n\n");
54 fprintf(stderr, "Commands include:\n");
55 fprintf(stderr, " version\n");
56 fprintf(stderr, " show adapter - display controller information\n");
57 fprintf(stderr, " show config - display RAID configuration\n");
58 fprintf(stderr, " show drives - list physical drives\n");
59 fprintf(stderr, " show events - display event log\n");
60 fprintf(stderr, " show volumes - list logical volumes\n");
61 fprintf(stderr, " fail <drive> - fail a physical drive\n");
62 fprintf(stderr, " onlin
[all...]
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dwarnerr.c46 fprintf(stderr, "%s", progname);
48 fprintf(stderr, ": ");
51 vfprintf(stderr, fmt, ap);
53 fprintf(stderr, ": ");
56 fprintf(stderr, "%s", strerror(sverrno));
57 fprintf(stderr, "\n");
/freebsd-13-stable/contrib/flex/src/
H A Dyylex.c69 fprintf (stderr, "%d\t", num_rules + 1);
94 (void) putc (toktype, stderr);
98 (void) putc ('\n', stderr);
106 fputs ("%s", stderr);
110 fputs ("%x", stderr);
114 fputs ("%%\n", stderr);
126 fprintf (stderr, "'%s'", nmstr);
151 fprintf (stderr, "\\%c", yylval);
157 fprintf (stderr, "\\x%02x", (unsigned int) yylval);
159 fprintf (stderr, "\\
[all...]
/freebsd-13-stable/usr.sbin/mfiutil/
H A Dmfiutil.c56 fprintf(stderr, "usage: mfiutil [-de] [-u unit] <command> ...\n\n");
57 fprintf(stderr, "Commands include:\n");
58 fprintf(stderr, " version\n");
59 fprintf(stderr, " show adapter - display controller information\n");
60 fprintf(stderr, " show battery - display battery information\n");
61 fprintf(stderr, " show config - display RAID configuration\n");
62 fprintf(stderr, " show drives - list physical drives\n");
63 fprintf(stderr, " show events - display event log\n");
64 fprintf(stderr, " show firmware - list firmware images\n");
65 fprintf(stderr, " sho
[all...]
/freebsd-13-stable/contrib/byacc/
H A Derror.c10 fprintf(stderr, "%s: f - %s\n", myname, msg);
17 fprintf(stderr, "%s: f - out of space\n", myname);
24 fprintf(stderr, "%s: f - cannot open \"%s\"\n", myname, filename);
31 fprintf(stderr, "%s: e - line %d of \"%s\", missing '}'\n",
39 fprintf(stderr, "%s: e - line %d of \"%s\", unexpected end-of-file\n",
54 putc(*s, stderr);
56 putc('?', stderr);
58 putc('\n', stderr);
62 putc('\t', stderr);
64 putc(' ', stderr);
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Deprintf.c24 fprintf(stderr, format, assertion_expression, line, file);
25 fflush(stderr);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-err.c43 fprintf(stderr, "%s: ", strerror(errno));
44 vfprintf(stderr, fmt, args);
45 fputc('\n', stderr);
58 vfprintf(stderr, fmt, args);
59 fputc('\n', stderr);
72 fprintf(stderr, "%s: ", strerror(errno));
73 vfprintf(stderr, fmt, args);
74 fputc('\n', stderr);
/freebsd-13-stable/usr.sbin/bluetooth/ath3kfw/
H A Dath3k_dbg.h37 #define ath3k_debug(...) if (ath3k_do_debug) fprintf(stderr, __VA_ARGS__)
38 #define ath3k_err(...) fprintf(stderr, __VA_ARGS__)
/freebsd-13-stable/usr.bin/keylogout/
H A Dkeylogout.c54 fprintf(stderr,
56 fprintf(stderr,
63 fprintf(stderr, "Could not unset your secret key.\n");
64 fprintf(stderr, "Maybe the keyserver is down?\n");
/freebsd-13-stable/contrib/bearssl/tools/
H A Dbrssl.c45 fprintf(stderr, "usage: brssl command [ options ]\n");
46 fprintf(stderr, "available commands:\n");
47 fprintf(stderr, " client run SSL client\n");
48 fprintf(stderr, " server run SSL server\n");
49 fprintf(stderr, " verify verify certificate chain\n");
50 fprintf(stderr, " skey decode private key\n");
51 fprintf(stderr, " ta decode trust anchors\n");
52 fprintf(stderr, " chain make C code for certificate chains\n");
53 fprintf(stderr, " twrch run the Twrch protocol\n");
54 fprintf(stderr, " imp
[all...]
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/
H A Dassert.c38 vfprintf(stderr, format, args);
39 fprintf(stderr, "\n");
40 fprintf(stderr, "ASSERT at %s:%d:%s()", file, line, func);
/freebsd-13-stable/contrib/opie/
H A Dopieserv.c32 fputs("Principal: ", stderr);
34 fprintf(stderr, "Error reading principal!");
45 fputs("System error!\n", stderr);
50 fputs("User not found!\n", stderr);
53 fputs("System error!\n", stderr);
56 fprintf(stderr, "Unknown error %d!\n", result);
63 fputs("Response: ", stderr);
65 fputs("Error reading response!\n", stderr);
71 fputs("System error!\n", stderr);
74 fputs("User verified.\n", stderr);
[all...]
/freebsd-13-stable/crypto/heimdal/lib/vers/
H A Dprint_version.c53 fprintf(stderr, "%s (%s)\n", progname, package_list);
54 fprintf(stderr, "Copyright 1995-2011 Kungliga Tekniska H��gskolan\n");
56 fprintf(stderr, "Send bug-reports to %s\n", PACKAGE_BUGREPORT);
/freebsd-13-stable/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_dbg.h37 fprintf(stderr, "iwmbtfw: %s: "fmt"\n", __func__, ##__VA_ARGS__)
40 fprintf(stderr, "%s: "fmt"\n", __func__, ##__VA_ARGS__);\
44 fprintf(stderr, "%s: "fmt"\n", __func__, ##__VA_ARGS__);\
/freebsd-13-stable/tools/test/testfloat/
H A Dfail.c38 fprintf( stderr, "%s: ", fail_programName );
40 vfprintf( stderr, message, varArgs );
42 fputs( ".\n", stderr );
/freebsd-13-stable/contrib/capsicum-test/
H A Dsmoketest.c25 fprintf(stderr, "[%d] received SIGCHLD\n", getpid_());
41 fprintf(stderr, "[%d] cap_fd=%d\n", getpid_(), cap_fd);
42 if (rc < 0) fprintf(stderr, "*** cap_rights_limit() failed: errno=%d %s\n", errno, strerror(errno));
50 fprintf(stderr, "[%d] cap_rights_get(cap_fd=%d) rc=%d rights=%s\n", getpid_(), cap_fd, rc, buffer);
51 if (rc < 0) fprintf(stderr, "*** cap_rights_get() failed: errno=%d %s\n", errno, strerror(errno));
56 fprintf(stderr, "[%d] fstat(cap_fd=%d) rc=%d errno=%d\n", getpid_(), cap_fd, rc, errno);
57 if (rc != -1) fprintf(stderr, "*** fstat() unexpectedly succeeded\n");
62 if (rc < 0) fprintf(stderr, "*** pdfork() failed: errno=%d %s\n", errno, strerror(errno));
67 fprintf(stderr, " [%d] child alive, parent is ppid=%d\n", getpid_(), getppid());
70 fprintf(stderr, " [
[all...]
/freebsd-13-stable/contrib/mandoc/
H A Dtest-wchar.c30 fputs("setlocale(LC_ALL, \"\") failed\n", stderr);
35 fprintf(stderr, "setlocale(LC_CTYPE, \"%s\") failed\n",
41 fprintf(stderr, "wchar_t is only %zu bytes\n",
47 fprintf(stderr, "wcwidth(L' ') returned %d\n", width);
54 fputs("bad putwchar return value\n", stderr);
/freebsd-13-stable/contrib/file/src/
H A Dprint.c55 (void) fprintf(stderr, "%u: %.*s %u", m->lineno,
59 (void) fprintf(stderr, "(%s,",
64 (void) fputc('~', stderr);
65 (void) fprintf(stderr, "%c%u),",
70 (void) fprintf(stderr, " %s%s", (m->flag & UNSIGNED) ? "u" : "",
74 (void) fputc('~', stderr);
78 (void) fputc('/', stderr);
80 (void) fputc(CHAR_COMPACT_WHITESPACE, stderr);
83 stderr);
85 (void) fputc(CHAR_IGNORE_LOWERCASE, stderr);
[all...]
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dh_fileactions.c46 * (and does some stderr diagnostics in case of errors).
57 fprintf(stderr, "%s: Not enough arguments: %d\n", getprogname(),
63 fprintf(stderr, "%s: Invalid lowfd %d (as str: %s) \n",
71 fprintf(stderr, "%s: first filedesc is not closed\n",
77 fprintf(stderr, "%s: filedesc +1 is not closed\n",
83 fprintf(stderr, "%s: could not write to filedesc +2\n",
89 fprintf(stderr, "%s: could not write to filedesc +3\n",
96 fprintf(stderr, "%s: could not fstat stdout\n",
101 fprintf(stderr, "%s: could not fstat filedesc +4\n",
106 fprintf(stderr, "
[all...]
/freebsd-13-stable/sbin/dhclient/tests/
H A Dfake.c17 (void)vfprintf(stderr, fmt, ap);
19 fprintf(stderr, "\n");
30 (void)vfprintf(stderr, fmt, ap);
32 fprintf(stderr, "\n");
48 ret = vfprintf(stderr, fmt, ap);
50 fprintf(stderr, "\n");
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/mdb/tools/common/
H A Ddie.c47 (void) fprintf(stderr, "%s: ", progname);
51 (void) vfprintf(stderr, format, ap);
55 (void) fprintf(stderr, ": %s\n", strerror(err));
72 (void) fprintf(stderr, "%s: ", progname);
76 (void) vfprintf(stderr, format, ap);
80 (void) fprintf(stderr, ": %s\n", elf_errmsg(elf_errno()));
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getopt.sh30 atf_check -e save:stderr -x "$(atf_get_srcdir)/h_getopt" <<EOF
35 cat stderr
36 rm -f stderr
41 atf_check -e save:stderr -x "$(atf_get_srcdir)/h_getopt_long" <<EOF
46 cat stderr
47 rm -f stderr
/freebsd-13-stable/usr.bin/keylogin/
H A Dkeylogin.c60 fprintf(stderr, "netname lookup failed -- make sure the ");
61 fprintf(stderr, "system domain name is set.\n");
67 fprintf(stderr, "Can't find %s's secret key\n", fullname);
71 fprintf(stderr, "Password incorrect for %s\n", fullname);
79 fprintf(stderr, "Could not set %s's secret key\n", fullname);
80 fprintf(stderr, "Maybe the keyserver is down?\n");
/freebsd-13-stable/contrib/sendmail/test/
H A Dt_snprintf.c33 fprintf(stderr, "Add the following to devtools/Site/site.config.m4:\n\n");
34 fprintf(stderr, "APPENDDEF(`confENVDEF', `-DSNPRINTF_IS_BROKEN=1')\n\n");
37 fprintf(stderr, "snprintf() appears to work properly\n");

Completed in 327 milliseconds

1234567891011>>