Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gen/
Dwarn.c35 warn(const char *fmt, ...) in warn() function
43 DEF_WEAK(warn);
/bionic/libc/tools/
Dgenerate-NOTICE.py17 def warn(s): function
22 warn(s)
126 warn("bad UTF-8 in %s" % path)
143 warn('no copyright notice found in "%s" (%d lines)' % (path, len(lines)))
/bionic/libc/tzcode/
Dstrftime.c152 int warn; in strftime() local
155 warn = IN_NONE; in strftime()
156 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn); in strftime()
158 if (warn != IN_NONE && getenv(YEAR_2000_NAME) != NULL) { in strftime()
165 if (warn == IN_SOME) in strftime()
167 else if (warn == IN_THIS) in strftime()
/bionic/libc/include/
Derr.h91 void warn(const char* __fmt, ...) __printflike(1, 2);
/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()
/bionic/docs/
Dfdsan.md54 - warn-once (`ANDROID_FDSAN_ERROR_LEVEL_WARN_ONCE`)
56 - warn-always (`ANDROID_FDSAN_ERROR_LEVEL_WARN_ALWAYS`)
57 - Same as warn-once, except without disabling after the first warning.
61 In Android Q, fdsan has a global default of warn-once. fdsan can be made more or less strict at run…
/bionic/tests/
Dclang_fortify_tests.cpp122 if (!dup2(stdin_saved, STDIN_FILENO)) warn("failed to restore stdin"); in TearDown()
/bionic/tools/versioner/platforms/
Dlibc.map.txt1157 warn;
/bionic/libc/
Dlibc.map.txt1157 warn;
DAndroid.bp459 "upstream-openbsd/lib/libc/gen/warn.c",