Searched refs:warn (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
D | warn.c | 35 warn(const char *fmt, ...) in warn() function 43 DEF_WEAK(warn);
|
/bionic/libc/tools/ |
D | generate-NOTICE.py | 17 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/ |
D | strftime.c | 152 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/ |
D | err.h | 91 void warn(const char* __fmt, ...) __printflike(1, 2);
|
/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()
|
/bionic/docs/ |
D | fdsan.md | 54 - 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/ |
D | clang_fortify_tests.cpp | 122 if (!dup2(stdin_saved, STDIN_FILENO)) warn("failed to restore stdin"); in TearDown()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1157 warn;
|
/bionic/libc/ |
D | libc.map.txt | 1157 warn;
|
D | Android.bp | 459 "upstream-openbsd/lib/libc/gen/warn.c",
|