OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:empty
(Results
1 - 25
of
544
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/tests/usr.bin/xlint/lint1/
msg_073.c
4
// Test for message:
empty
character constant [73]
8
/* expect+1: error:
empty
character constant [73] */
9
char
empty
= '';
variable
msg_047.c
8
struct
empty
{
struct
msg_065.c
10
/* Don't warn about completely
empty
structs, which are a GCC extension. */
11
struct
empty
{
struct
msg_179.c
17
}
empty
= {
variable in typeref:struct:__anon8076
/src/usr.bin/m4/lib/
ohash_lookup_interval.c
27
unsigned int
empty
;
local
32
empty
= NONE;
40
if (
empty
== NONE)
41
empty
= i;
46
if (
empty
!= NONE) {
47
h->t[
empty
].hv = hv;
48
h->t[
empty
].p = h->t[i].p;
50
return
empty
;
63
/* Found an
empty
position. */
64
if (
empty
!= NONE)
[
all
...]
ohash_lookup_memory.c
26
unsigned int
empty
;
local
31
empty
= NONE;
39
if (
empty
== NONE)
40
empty
= i;
43
if (
empty
!= NONE) {
44
h->t[
empty
].hv = hv;
45
h->t[
empty
].p = h->t[i].p;
47
return
empty
;
59
/* Found an
empty
position. */
60
if (
empty
!= NONE)
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
info_fn_imps.hpp
47
empty
() const
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
info_fn_imps.hpp
47
empty
() const
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
size_fn_imps.hpp
54
empty
() const
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
info_fn_imps.hpp
60
empty
() const
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
info_fn_imps.hpp
47
empty
() const
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp
59
empty
() const
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp
62
empty
() const
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
info_fn_imps.hpp
47
empty
() const
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
info_fn_imps.hpp
47
empty
() const
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
info_fn_imps.hpp
47
empty
() const
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
size_fn_imps.hpp
54
empty
() const
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
info_fn_imps.hpp
60
empty
() const
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
info_fn_imps.hpp
47
empty
() const
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp
59
empty
() const
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp
62
empty
() const
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
info_fn_imps.hpp
47
empty
() const
function in class:PB_DS_CLASS_C_DEC
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
value-double-free.c
21
empty
(void)
function
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
value-double-free.c
21
empty
(void)
function
/src/usr.bin/make/unit-tests/
cond-func-empty.mk
1
# $NetBSD: cond-func-
empty
.mk,v 1.29 2025/06/11 18:49:58 sjg Exp $
3
# Tests for the
empty
() function in .if conditions, which tests an
11
EMPTY
= #
empty
16
# An undefined variable counts as
empty
.
17
.if !
empty
(UNDEF)
21
# An undefined variable has the
empty
string as the value, and the :M
24
.if !
empty
(UNDEF:M*)
28
# The :S modifier replaces the
empty
value with an actual word. After
29
# applying the :S modifier to the expression, its value is '
empty
', so it i
222
empty
= # defined but
empty
macro
[
all
...]
Completed in 27 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sun Apr 12 00:22:20 UTC 2026