HomeSort by: relevance | last modified time | path
    Searched defs:stderr (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /src/external/gpl2/groff/dist/src/libs/libgroff/
errarg.cpp 76 fputs(i_to_a(n), stderr); local
79 fputs(ui_to_a(u), stderr); local
82 putc(c, stderr);
85 fputs(s, stderr);
88 fprintf(stderr, "%g", d);
109 fputc('%', stderr);
128 putc(c, stderr);
  /src/external/apache2/llvm/dist/llvm/utils/
extract_vplan.py 39 stderr=subprocess.PIPE) variable
extract_symbols.py 367 stderr=subprocess.PIPE, variable
371 p.stderr.close()
385 print("Couldn't find a program to read symbols with", file=sys.stderr)
388 print("Couldn't find a program to determining the target", file=sys.stderr)
414 print("Don't know what to do with argument "+lib, file=sys.stderr)
  /src/external/bsd/am-utils/dist/amd/
get_args.c 133 fprintf(stderr,
151 fputs(" [-y nis-domain]\n", stderr);
153 fputc('\n', stderr);
160 fprintf(stderr, "\t[directory mapname [-map_options]] ...\n");
188 fprintf(stderr, "%s: -a option must begin with a '/'\n",
286 fprintf(stderr, "%s: not compiled with DEBUG option -- sorry.\n",
353 fprintf(stderr, "must specify both ldap_hostports and ldap_base\n");
425 fputs(get_version_string(), stderr); local
  /src/bin/sh/bltin/
bltin.h 56 #undef stderr macro
64 #define stderr out2 macro
99 #define INITARGS(argv) if ((commandname = argv[0]) == NULL) {fputs("Argc is zero\n", stderr); exit(2);} else
  /src/crypto/external/bsd/heimdal/dist/kuser/
kimpersonate.c 309 print_flags_table(asn1_TicketFlags_units(), stderr); local
  /src/crypto/external/bsd/openssl.old/dist/
e_os.h 183 # undef stderr macro
187 # define stderr (&__iob_func()[2]) macro
191 # undef stderr macro
202 # define stderr (&_imp___iob[2]) macro
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
SATestBuild.py 98 LOCAL.stderr = StreamToLogger(logger, logging.ERROR)
104 def stderr(message: str): function
105 LOCAL.stderr.write(message)
127 stderr("Error: cannot find 'clang' in PATH")
205 out=LOCAL.stdout, err=LOCAL.stderr,
299 stderr("Test runner crashed\n")
409 stderr(f"Error: build script is not defined: "
471 stderr=build_log_file,
480 stderr("Error: scan-build failed. Its output was: \n")
482 shutil.copyfileobj(build_log_file, LOCAL.stderr)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
print-tree.cc 1146 print_node (stderr, "", node, 0);
1149 putc ('\n', stderr);
1164 fprintf (stderr, "<nil>\n");
1171 lang_hooks.print_decl (stderr, const_cast <tree_node*> (ptr), 0);
1173 lang_hooks.print_type (stderr, const_cast <tree_node*> (ptr), 0);
1175 lang_hooks.print_identifier (stderr, const_cast <tree_node*> (ptr), 0);
1177 print_generic_expr (stderr, const_cast <tree_node*> (ptr), options);
1178 fprintf (stderr, "\n");
1193 fprintf (stderr, "<nil>\n");
1208 fprintf (stderr, "<nil>\n")
1214 dump_function_to_file (const_cast <tree_node*> (&ref), stderr, TDF_NONE); local
    [all...]
tree-switch-conversion.h 163 dump (stderr); variable
246 dump (stderr); variable
  /src/external/gpl3/gcc.old/dist/gcc/
print-tree.cc 1133 print_node (stderr, "", node, 0);
1136 putc ('\n', stderr);
1151 fprintf (stderr, "<nil>\n");
1158 lang_hooks.print_decl (stderr, const_cast <tree_node*> (ptr), 0);
1160 lang_hooks.print_type (stderr, const_cast <tree_node*> (ptr), 0);
1162 lang_hooks.print_identifier (stderr, const_cast <tree_node*> (ptr), 0);
1164 print_generic_expr (stderr, const_cast <tree_node*> (ptr), options);
1165 fprintf (stderr, "\n");
1180 fprintf (stderr, "<nil>\n");
1195 fprintf (stderr, "<nil>\n")
1201 dump_function_to_file (const_cast <tree_node*> (&ref), stderr, TDF_NONE); local
    [all...]
  /src/sys/arch/x68k/stand/common/
start.S 109 #define stderr 2 /* stderr file handle */ define
221 movew #stderr,%a7@
  /src/crypto/external/apache2/openssl/dist/include/internal/
e_os.h 114 #undef stderr macro
118 #define stderr (&__iob_func()[2]) macro
  /src/crypto/external/bsd/openssl/dist/
e_os.h 145 # undef stderr macro
149 # define stderr (&__iob_func()[2]) macro
  /src/include/
stdio.h 218 #define stderr (&__sF[2]) macro
  /src/external/bsd/byacc/dist/test/btyacc/
rename_debug.c 316 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
405 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
494 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
500 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
502 fputc('\n', stderr);
519 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
539 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
541 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
543 fputs("Starting trial parse.\n", stderr);
564 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth)
895 yystack.l_mark[1-i]), stderr); local
    [all...]
btyacc_calc1.tab.c 498 fprintf(stderr, "%s\n", s);
695 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
836 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
934 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
940 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
942 fputc('\n', stderr);
959 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
979 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
981 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
983 fputs("Starting trial parse.\n", stderr);
1335 yystack.l_mark[1-i]), stderr); local
    [all...]
btyacc_destroy1.tab.c 591 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
680 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
769 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
775 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
777 fputc('\n', stderr);
794 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
814 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
816 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
818 fputs("Starting trial parse.\n", stderr);
839 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth)
1170 yystack.l_mark[1-i]), stderr); local
    [all...]
btyacc_destroy2.tab.c 591 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
680 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
769 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
775 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
777 fputc('\n', stderr);
794 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
814 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
816 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
818 fputs("Starting trial parse.\n", stderr);
839 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth)
1170 yystack.l_mark[1-i]), stderr); local
    [all...]
btyacc_destroy3.tab.c 591 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
680 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
769 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
775 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
777 fputc('\n', stderr);
794 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
814 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
816 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
818 fputs("Starting trial parse.\n", stderr);
839 fprintf(stderr, "%s[%d]: backtracking 1 token\n", YYDEBUGSTR, yydepth)
1170 yystack.l_mark[1-i]), stderr); local
    [all...]
calc.tab.c 497 fprintf(stderr, "%s\n", s);
586 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
675 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
764 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
770 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
772 fputc('\n', stderr);
789 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
809 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
811 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
813 fputs("Starting trial parse.\n", stderr);
1165 yystack.l_mark[1-i]), stderr); local
    [all...]
calc1.tab.c 547 fprintf(stderr, "%s\n", s);
730 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
819 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
908 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
914 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
916 fputc('\n', stderr);
933 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
953 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
955 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
957 fputs("Starting trial parse.\n", stderr);
1309 yystack.l_mark[1-i]), stderr); local
    [all...]
calc2.tab.c 510 fprintf(stderr, "%s\n", s);
599 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
688 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
777 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
783 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
785 fputc('\n', stderr);
802 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
822 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
824 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
826 fputs("Starting trial parse.\n", stderr);
1178 yystack.l_mark[1-i]), stderr); local
    [all...]
calc3.tab.c 463 fprintf(stderr, "%s\n", s);
552 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
693 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
791 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
797 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
799 fputc('\n', stderr);
816 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
836 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
838 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
840 fputs("Starting trial parse.\n", stderr);
1192 yystack.l_mark[1-i]), stderr); local
    [all...]
calc_code_all.tab.c 525 fprintf(stderr, "%s\n", s);
614 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
703 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
792 fprintf(stderr, "%s[%d]: state %d, reading token %d (%s)",
798 fprintf(stderr, " <%s>", YYSTYPE_TOSTRING(yychar, yylval));
800 fputc('\n', stderr);
817 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
837 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
839 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
841 fputs("Starting trial parse.\n", stderr);
1193 yystack.l_mark[1-i]), stderr); local
    [all...]

Completed in 53 milliseconds

1 2 3