Home
last modified time | relevance | path

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

/system/core/libcutils/
Dtzstrftime.c103 int warn; local
105 warn = IN_NONE;
106 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn, Locale);
108 if (warn != IN_NONE && getenv(YEAR_2000_NAME) != NULL) {
115 if (warn == IN_SOME)
117 else if (warn == IN_THIS)
/system/core/sh/bltin/
Dbltin.h68 #define warn sh_warn macro