Searched refs:warn (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/include/ |
D | err.h | 51 void warn(const char *, ...) __errlike(1, 2);
|
/bionic/libc/tzcode/ |
D | strftime.c | 139 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/ |
D | err.c | 86 warn(const char *fmt, ...) in warn() function
|
/bionic/libc/upstream-openbsd/lib/libc/time/ |
D | wcsftime.c | 123 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()
|