HomeSort by: relevance | last modified time | path
    Searched defs:warning (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/fstobdf/dist/
header.c 55 static const char *warning = variable
57 "COMMENT WARNING: This bdf file was generated from a font server using\n"
146 * find COPYRIGHT message and print it first, followed by warning
154 fputs(warning, outFile);
  /xsrc/external/mit/xedit/dist/lisp/modules/progmodes/
xlog.lsp 51 (defsynprop *prop-xlog-warning*
52 "xlog-warning"
93 (syntoken "^\\(WW\\) " :property *prop-keyword* :begin :warning)
94 (syntable :warning *prop-xlog-warning* nil (syntoken "$" :switch -1))
101 (syntoken "^\\(..\\) " :property *prop-control* :begin :warning)
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
stw_nopfuncs.c 46 warning(const char *name) function
55 warning(__func__);
61 warning(__func__);
67 warning(__func__);
73 warning(__func__);
79 warning(__func__);
85 warning(__func__);
91 warning(__func__);
97 warning(__func__);
103 warning(__func__)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
stw_nopfuncs.c 46 warning(const char *name) function
55 warning(__func__);
61 warning(__func__);
67 warning(__func__);
73 warning(__func__);
79 warning(__func__);
85 warning(__func__);
91 warning(__func__);
97 warning(__func__);
103 warning(__func__)
    [all...]
  /xsrc/external/mit/glw/dist/
GLwDrawA.c 361 static void warning(Widget w,char* string){ function
564 warning(w,"Could not set colormap property on parent shell");
  /xsrc/external/mit/libXpm/dist/sxpm/
sxpm.c 618 char *warning = NULL; local
628 L10N_Comments : WARNING produced when filename can be read, but
630 warning = gettext("Could not parse or alloc requested color");
655 if (warning)
656 /* L10N_Comments : Wrapper around above WARNING messages.
657 First %s is the tag for the operation that produced the warning.
659 fprintf(stderr, gettext("%s Xpm Warning: %s.\n"), tag, warning);
  /xsrc/external/mit/makedepend/dist/
main.c 378 warning("ignoring option %s\n", argv[0]);
513 warning("cannot open \"%s\"\n", file);
763 warning("renamed %s to %s, but can't move it back\n",
777 warning("Adding new delimiting line \"%s\" and dependencies...\n",
808 warning(const char *msg, ...) function
812 fprintf(stderr, "%s: warning: ", ProgramName);
  /xsrc/external/mit/MesaLib/dist/src/compiler/clc/
clc.h 85 clc_msg_callback warning; member in struct:clc_logger
  /xsrc/external/mit/xrandr/dist/
xrandr.c 183 warning (const char *format, ...) function
1068 warning("Failed to get gamma for output %s\n", output->output.string);
1073 warning("Failed to get size of gamma for output %s\n",
1140 warning ("Output %s is not disconnected but has no modes\n",
1849 fprintf(stderr, "warning: output %s not found; ignoring\n",
2087 warning ("specified screen %dx%d not large enough for output %s (%dx%d+%d+%d)\n",
3383 "WARNING: running xrandr against an Xwayland server. "

Completed in 41 milliseconds