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

/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dwarn.c1 /* $OpenBSD: warn.c,v 1.11 2015/08/31 02:53:57 guenther Exp $ */
35 warn(const char *fmt, ...) function
43 DEF_WEAK(warn); variable
/bionic/libc/include/
H A Derr.h51 void warn(const char *, ...) __errlike(1, 2);
/bionic/tools/versioner/current/
H A Derr.h51 void warn(const char *, ...) __errlike(1, 2);
/bionic/libc/upstream-openbsd/android/include/
H A Dopenbsd-compat.h32 #define _warn warn
/bionic/libc/tzcode/
H A Dstrftime.c152 int warn; local
155 warn = IN_NONE;
156 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn);
158 if (warn != IN_NONE && getenv(YEAR_2000_NAME) != NULL) {
165 if (warn == IN_SOME)
167 else if (warn == IN_THIS)
/bionic/libc/upstream-openbsd/lib/libc/time/
H A Dwcsftime.c123 int warn; local
126 warn = IN_NONE;
127 p = _fmt(((format == NULL) ? L"%c" : format), t, s, s + maxsize, &warn);

Completed in 332 milliseconds