Searched defs:warn (Results 1 - 4 of 4) sorted by path

/system/core/libcutils/
H A Dtzstrftime.c104 int warn; local
106 warn = IN_NONE;
107 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn, Locale);
109 if (warn != IN_NONE && getenv(YEAR_2000_NAME) != NULL) {
116 if (warn == IN_SOME)
118 else if (warn == IN_THIS)
/system/core/sh/bltin/
H A Dbltin.h68 #define warn sh_warn macro
/system/extras/ext4_utils/
H A Dext4_utils.h58 #define warn(fmt, args...) do { fprintf(stderr, "warning: %s: " fmt "\n", __func__, ## args); } while (0) macro
/system/extras/fatblock/
H A Dutils.c33 void warn(char *msg) function

Completed in 71 milliseconds