OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deprecated
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/tests/usr.bin/xlint/lint1/
msg_250.c
7
@
deprecated
parse_init_declarator.c
16
__asm("") __attribute__((
deprecated
));
20
__attribute__((
deprecated
)) __asm("");
23
__asm("") __attribute__((
deprecated
)) = &global_var;
27
__attribute__((
deprecated
)) __asm("") = &global_var;
31
__asm("") = &global_var __attribute__((
deprecated
));
decl_struct_member.c
7
__attribute__((
deprecated
))
8
__attribute__((
deprecated
))
9
__attribute__((
deprecated
))
10
int
deprecated
;
member in struct:multi_attributes
15
__attribute__((
deprecated
)) int m2;
19
int __attribute__((
deprecated
)) m6;
gcc_attribute.c
106
__attribute__((
deprecated
("d1")))
108
__attribute__((
deprecated
("d2")))
110
__attribute__((
deprecated
("d3")))
113
// __attribute__((
deprecated
("d3")))
115
__attribute__((
deprecated
("d4")))
117
__attribute__((
deprecated
("d5")))
119
__attribute__((
deprecated
("d6")))
121
__attribute__((
deprecated
("d7")))
123
__attribute__((
deprecated
("d8")))
decl_arg.c
82
const __attribute__((
deprecated
)) prefix_attribute;
84
const postfix_attribute __attribute__((
deprecated
));
86
const __attribute__((
deprecated
)) infix_attribute __attribute__((
deprecated
));
90
__attribute__((
deprecated
))
92
__attribute__((
deprecated
))
93
__attribute__((
deprecated
))
94
__attribute__((
deprecated
))
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_salsa208.h
25
__attribute__ ((
deprecated
));
30
__attribute__ ((
deprecated
));
35
__attribute__ ((
deprecated
));
40
__attribute__ ((
deprecated
));
46
__attribute__ ((
deprecated
));
50
__attribute__ ((
deprecated
));
crypto_core_salsa208.h
14
__attribute__ ((
deprecated
));
19
__attribute__ ((
deprecated
));
24
__attribute__ ((
deprecated
));
29
__attribute__ ((
deprecated
));
crypto_sign_edwards25519sha512batch.h
36
__attribute__ ((
deprecated
));
44
__attribute__ ((
deprecated
));
49
__attribute__ ((
deprecated
));
/src/usr.bin/moduli/qsafe/
Makefile
11
COPTS.qsafe.c+= -Wno-error=
deprecated
-declarations
/src/games/factor/
Makefile
16
COPTS.factor.c+= -Wno-error=
deprecated
-declarations
/src/usr.sbin/syslogd/
Makefile
36
COPTS.tls.c+= -Wno-error=
deprecated
-declarations
37
COPTS.sign.c+= -Wno-error=
deprecated
-declarations
/src/libexec/httpd/libbozohttpd/
Makefile
27
COPTS.ssl-bozo.c+= -Wno-error=
deprecated
-declarations
/src/sbin/cgdconfig/
cgdparse.y
61
%type <keygen> kgrule kgbody kgvars kgvar
deprecated
75
/*
Deprecated
tokens */
90
|
deprecated
{ $$ = params_dep_keygen($1); }
129
/* The following rules are
deprecated
*/
131
deprecated
:
label
/src/tests/net/net/
t_ipv6_lifetime.sh
33
deprecated
="[Dd][Ee][Pp][Rr][Ee][Cc][Aa][Tt][Ee][Dd]"
70
# Should remain but marked as
deprecated
71
atf_check -s exit:0 -o match:"$ip.+$
deprecated
" rump.ifconfig -L shmif0
108
# Should remain but marked as
deprecated
109
atf_check -s exit:0 -o match:"$ip.+$
deprecated
" rump.ifconfig -L shmif0
/src/tools/make/
configure.ac
54
dnl -Wno-
deprecated
-declarations
56
NB_CHECK_CC_FLAG([-Wno-
deprecated
-declarations], [NOWARNFLAGS])
/src/libexec/httpd/
Makefile
36
COPTS.ssl-bozo.c+=-Wno-error=
deprecated
-declarations
/src/tests/net/if/
t_ifconfig.sh
38
deprecated
="[Dd][Ee][Pp][Rr][Ee][Cc][Aa][Tt][Ee][Dd]"
304
#
deprecated
305
atf_check -s exit:0 rump.ifconfig shmif0 inet6 fc00::3
deprecated
306
# Not
deprecated
immediately. Need to wait nd6_timer that does it is scheduled.
309
atf_check -s exit:0 -o match:"fc00::3.+$
deprecated
" rump.ifconfig shmif0 inet6
310
atf_check -s exit:0 rump.ifconfig shmif0 inet6 fc00::3 -
deprecated
311
atf_check -s exit:0 -o not-match:"fc00::3.+$
deprecated
" rump.ifconfig shmif0 inet6
315
atf_check -s exit:0 -o not-match:"fc00::3.+$
deprecated
" rump.ifconfig shmif0 inet6
317
atf_check -s exit:0 -o match:"fc00::3.+$
deprecated
" rump.ifconfig shmif0 inet6
/src/lib/libc/time/
private.h
533
# if __has_c_attribute(
deprecated
)
534
# define ATTRIBUTE_DEPRECATED [[
deprecated
]]
539
# define ATTRIBUTE_DEPRECATED __attribute__((
deprecated
))
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
CMakeLists.txt
33
-Wno-
deprecated
-declarations
/src/tests/lib/libc/sys/
Makefile
170
${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 8:? -Wno-error=
deprecated
:}
/src/sys/external/bsd/drm/dist/shared-core/
drm.h
69
# define
DEPRECATED
__attribute__ ((
deprecated
))
71
# define
DEPRECATED
/src/share/mk/
bsd.sys.mk
123
-Wno-
deprecated
-Woverloaded-virtual -Wsign-promo -Wsynth
/src/sys/external/isc/libsodium/dist/
Makefile.in
695
"legacy program 'compress' is
deprecated
." >&2
702
"
deprecated
." >&2
configure.ac
112
AC_DEFINE([MINIMAL], [1], [Define for a minimal build, without
deprecated
functions and functions that high-level APIs depend on])
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py
164
'build/
deprecated
',
1784
'%q in format strings is
deprecated
. Use %ll instead.')
1818
error(filename, linenum, 'build/
deprecated
', 3,
1819
'>? and <? (max and min) operators are non-standard and
deprecated
.')
3059
# 4) for foo.cc, foo.h (
deprecated
location)
3233
'Using
deprecated
casting style. '
Completed in 24 milliseconds
1
2
Indexes created Sun Oct 12 05:10:08 GMT 2025