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

  /src/tests/usr.bin/indent/
t_options.lua 86 local function warn(ln, msg) function
115 warn(lineno, ("expecting %d empty %s, got %d")
122 warn(unused_input_lineno, "input is not used")
151 warn(lineno - curr_empty_lines - 1,
162 warn(lineno, "input section needs 2 empty lines "
179 warn(lineno, "unfinished section '" .. section .. "'")
183 warn(lineno, "run section needs 1 empty line above, "
207 warn(lineno,
218 warn(lineno, "duplicate input; remove this section")
229 warn(output_lineno
    [all...]
  /src/bin/sh/bltin/
bltin.h 84 #define warn sh_warn macro
  /src/common/include/rpc/
types.h 67 #define warn(msg,...) /**/ macro
  /src/sys/dev/i2c/
ibmhawkreg.h 68 uint8_t warn; member in struct:ibmhawk_response::__anonb95b376d0508
73 #define ihr_t_warn_thr resp_temp_thresh.warn
  /src/sys/dev/ic/
adv.c 330 int warn; local in function:adv_init
341 warn = AscInitFromEEP(sc);
342 if (warn) {
344 switch (warn) {
375 aprint_normal("unknown warning %d\n", warn);
384 warn = AscInitFromASC_SOFTC(sc);
385 if (warn) {
387 switch (warn) {
397 aprint_normal("unknown warning %d\n", warn);
  /src/sys/arch/amiga/stand/loadbsd/
loadbsd.c 763 warn(const char *fmt, ...) function in typeref:typename:void
  /src/lib/libc/time/
strftime.c 142 enum warn { IN_NONE, IN_SOME, IN_THIS, IN_ALL }; enum
147 const char *, enum warn *, locale_t);
207 enum warn warn = IN_NONE; local in function:strftime_lz
209 p = _fmt(sp, format, t, s, s + maxsize, &warn, loc);
211 && warn != IN_NONE && getenv(YEAR_2000_NAME)) {
215 if (warn == IN_SOME)
217 else if (warn == IN_THIS)
233 const char *ptlim, enum warn *warnp, locale_t loc)
295 enum warn warn2 = IN_SOME
    [all...]
  /src/usr.bin/unzip/
unzip.c 94 /* XXX should differentiate between ARCHIVE_{WARN,FAIL,RETRY} */
513 int cr, text, warn; local in function:extract2fd
518 warn = 0;
570 if (!warn && BYTE_IS_BINARY(*q)) {
574 warn = 1;
  /src/usr.bin/make/
test-variants.mk 173 TESTS+= gcc-warn
174 CFLAGS.gcc-warn= -Wmisleading-indentation
175 CFLAGS.gcc-warn+= -Wmissing-attributes
176 CFLAGS.gcc-warn+= -Wmissing-braces
177 CFLAGS.gcc-warn+= -Wextra
178 CFLAGS.gcc-warn+= -Wnonnull
179 CFLAGS.gcc-warn+= -Wnonnull-compare
180 CFLAGS.gcc-warn+= -Wnull-dereference
181 CFLAGS.gcc-warn+= -Wimplicit
182 CFLAGS.gcc-warn+= -Wimplicit-fallthrough=
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_init.c 56 #define warn(fmt, args...) bioslog(WARN, fmt, ##args) macro
181 warn("unknown bits in register 0x%08x\n", reg);
355 warn("failed to prog pll 0x%08x to %dkHz\n", id, freq);
392 warn("%s pointer invalid\n", name);
396 warn("init data too short for %s pointer", name);
400 warn("init data not found\n");
474 warn("xlat table pointer %d invalid\n", index);
832 warn("script needs dp output table data\n");
842 warn("INIT_GENERIC_CONDITION: unknown 0x%02x\n", cond)
    [all...]
  /src/lib/libc/include/
namespace.h 94 #define warn _warn macro

Completed in 19 milliseconds