OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GL_LINK_WARNING
(Results
1 - 7
of
7
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/build-aux/
link-warning.h
0
/*
GL_LINK_WARNING
("literal string") arranges to emit the literal string as
5
#ifndef
GL_LINK_WARNING
11
# define
GL_LINK_WARNING
(message) \
26
# define
GL_LINK_WARNING
(message) ((void) 0)
/ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h
46
/* The definition of
GL_LINK_WARNING
is copied here. */
64
(
GL_LINK_WARNING
("memchr has platform-specific bugs - " \
82
(
GL_LINK_WARNING
("memmem is unportable and often quadratic - " \
98
(
GL_LINK_WARNING
("mempcpy is unportable - " \
112
(
GL_LINK_WARNING
("memrchr is unportable - " \
128
(
GL_LINK_WARNING
("rawmemchr is unportable - " \
141
(
GL_LINK_WARNING
("stpcpy is unportable - " \
157
(
GL_LINK_WARNING
("stpncpy is unportable - " \
167
(
GL_LINK_WARNING
("strchr cannot work correctly on character strings " \
182
(
GL_LINK_WARNING
("strchrnul is unportable - "
[
all
...]
stdlib.in.h
67
/* The definition of
GL_LINK_WARNING
is copied here. */
98
(
GL_LINK_WARNING
("malloc is not POSIX compliant everywhere - " \
113
(
GL_LINK_WARNING
("realloc is not POSIX compliant everywhere - " \
128
(
GL_LINK_WARNING
("calloc is not POSIX compliant everywhere - " \
143
(
GL_LINK_WARNING
("atoll is unportable - " \
160
(
GL_LINK_WARNING
("getloadavg is not portable - " \
184
(
GL_LINK_WARNING
("getsubopt is unportable - " \
202
(
GL_LINK_WARNING
("mkdtemp is unportable - " \
228
(
GL_LINK_WARNING
("mkstemp is unportable - " \
259
(
GL_LINK_WARNING
("random_r is unportable - "
[
all
...]
unistd.in.h
89
/* The definition of
GL_LINK_WARNING
is copied here. */
128
(
GL_LINK_WARNING
("chown fails to follow symlinks on some systems and " \
148
(
GL_LINK_WARNING
("close does not portably work on sockets - " \
166
(
GL_LINK_WARNING
("dup2 is unportable - " \
186
(
GL_LINK_WARNING
("environ is unportable - " \
201
(
GL_LINK_WARNING
("euidaccess is unportable - " \
226
(
GL_LINK_WARNING
("fchdir is unportable - " \
243
(
GL_LINK_WARNING
("fsync is unportable - " \
260
(
GL_LINK_WARNING
("ftruncate is unportable - " \
287
(
GL_LINK_WARNING
("getcwd is unportable - "
[
all
...]
wchar.in.h
77
/* The definition of
GL_LINK_WARNING
is copied here. */
116
(
GL_LINK_WARNING
("btowc is unportable - " \
135
(
GL_LINK_WARNING
("wctob is unportable - " \
153
(
GL_LINK_WARNING
("mbsinit is unportable - " \
171
(
GL_LINK_WARNING
("mbrtowc is unportable - " \
189
(
GL_LINK_WARNING
("mbrlen is unportable - " \
207
(
GL_LINK_WARNING
("mbsrtowcs is unportable - " \
225
(
GL_LINK_WARNING
("mbsnrtowcs is unportable - " \
243
(
GL_LINK_WARNING
("wcrtomb is unportable - " \
261
(
GL_LINK_WARNING
("wcsrtombs is unportable - "
[
all
...]
stdio.in.h
66
/* The definition of
GL_LINK_WARNING
is copied here. */
87
(
GL_LINK_WARNING
("fprintf is not always POSIX compliant - " \
106
(
GL_LINK_WARNING
("vfprintf is not always POSIX compliant - " \
127
(
GL_LINK_WARNING
("printf is not always POSIX compliant - " \
153
(
GL_LINK_WARNING
("vprintf is not always POSIX compliant - " \
170
(
GL_LINK_WARNING
("snprintf is unportable - " \
186
(
GL_LINK_WARNING
("vsnprintf is unportable - " \
200
(
GL_LINK_WARNING
("sprintf is not always POSIX compliant - " \
215
(
GL_LINK_WARNING
("vsprintf is not always POSIX compliant - " \
232
(
GL_LINK_WARNING
("dprintf is unportable - "
[
all
...]
sys_stat.in.h
49
/* The definition of
GL_LINK_WARNING
is copied here. */
302
(
GL_LINK_WARNING
("lstat is unportable - " \
350
(
GL_LINK_WARNING
("lchmod is unportable - " \
Completed in 81 milliseconds