Home
last modified time | relevance | path

Searched refs:warn (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/
Derr.h51 void warn(const char *, ...) __errlike(1, 2);
/bionic/libc/tzcode/
Dstrftime.c139 int warn; in strftime() local
145 warn = IN_NONE; in strftime()
146 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn); in strftime()
148 if (warn != IN_NONE && getenv(YEAR_2000_NAME) != NULL) { in strftime()
155 if (warn == IN_SOME) in strftime()
157 else if (warn == IN_THIS) in strftime()
/bionic/libc/bionic/
Derr.c86 warn(const char *fmt, ...) in warn() function
/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c123 int warn; in wcsftime() local
126 warn = IN_NONE; in wcsftime()
127 p = _fmt(((format == NULL) ? L"%c" : format), t, s, s + maxsize, &warn); in wcsftime()