Searched refs:warn (Results 1 - 18 of 18) sorted by relevance

/barrelfish-2018-10-04/include/
H A Derr.h37 * Don't use va_list in the err/warn prototypes. Va_list is typedef'd in two
54 void warn(const char *, ...) __printf0like(1, 2);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dtsget166 or warn("$input: could not open input file: $!\n"), next REQUEST;
169 or warn("$input: could not close input file: $!\n"), next REQUEST;
188 or warn("$output: could not open output file: $!\n"), next REQUEST;
191 or warn("$output: could not close output file: $!\n"), next REQUEST;
/barrelfish-2018-10-04/lib/libc/stdtime/
H A Dstrftime.c94 int warn; local
98 warn = IN_NONE;
99 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn, loc);
101 if (warn != IN_NONE && getenv(YEAR_2000_NAME) != NULL) {
108 if (warn == IN_SOME)
110 else if (warn == IN_THIS)
/barrelfish-2018-10-04/lib/libc/gen/
H A Derr.c135 __weak_reference(_warn, warn);
H A DMakefile.inc337 err.3 warn.3 \
/barrelfish-2018-10-04/lib/libc/include/
H A Dnamespace.h44 #define warn _warn macro
H A Dun-namespace.h255 #undef warn macro
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A DTOUR.tcl195 -invalidcmd {warn "Invalid Date specified"}] -fill x
H A Dutil-tk.tcl51 # warn --
60 proc warn {msg} { procedure
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dmultilink.c321 warn("link entry already exists in tdb");
330 warn("bundle link list not found");
H A Dipv6cp.c1206 warn("Local LL address changed to %s",
1209 warn("Remote LL address changed to %s",
1216 warn("sif6addr failed");
H A Dupap.c426 warn("calling number %q is not authorized", remote_number);
H A Dccp.c345 warn("deflate option value of %d changed to %d to avoid zlib bug",
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dmultilink.c321 warn("link entry already exists in tdb");
330 warn("bundle link list not found");
H A Dipv6cp.c1206 warn("Local LL address changed to %s",
1209 warn("Remote LL address changed to %s",
1216 warn("sif6addr failed");
H A Dupap.c426 warn("calling number %q is not authorized", remote_number);
H A Dccp.c345 warn("deflate option value of %d changed to %d to avoid zlib bug",
/barrelfish-2018-10-04/lib/tzcode/zic/
H A Dzic.c2692 warn(_("can't create directory %s"), name);

Completed in 234 milliseconds