Home
last modified time | relevance | path

Searched refs:nonempty (Results 1 – 25 of 187) sorted by relevance

12345678

/netbsd-src/external/mpl/dhcp/dist/common/tests/
H A Dns_name_test.c94 struct data_string nonempty; in ATF_TC_BODY() local
98 nonempty.len = sizeof(data); in ATF_TC_BODY()
99 buffer_allocate(&(nonempty.buffer), nonempty.len, MDL); in ATF_TC_BODY()
100 memcpy(nonempty.buffer->data, data, nonempty.len); in ATF_TC_BODY()
101 nonempty.data = nonempty.buffer->data; in ATF_TC_BODY()
105 concat_lists("null + nonempty", NULL, &nonempty, data, sizeof(data)); in ATF_TC_BODY()
106 concat_lists("nonempty + null", &nonempty, NULL, data, sizeof(data)); in ATF_TC_BODY()
111 concat_lists("zero-list + nonempty", &empty, &nonempty, data, sizeof(data)); in ATF_TC_BODY()
112 concat_lists("nonempty + zero-list", &nonempty, &empty, data, sizeof(data)); in ATF_TC_BODY()
122 concat_lists("empty + nonempty", &empty, &nonempty, data, sizeof(data)); in ATF_TC_BODY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/linux/
H A Daffinity.c195 bool nonempty = false; in gomp_affinity_finalize_place_list() local
198 nonempty = gomp_cpuset_popcount (gomp_cpuset_size, cpusetp) != 0; in gomp_affinity_finalize_place_list()
203 nonempty = true; in gomp_affinity_finalize_place_list()
205 if (nonempty) in gomp_affinity_finalize_place_list()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-tcl.c618 bool nonempty = false; in accumulate_word() local
624 nonempty = true; in accumulate_word()
637 nonempty = true; in accumulate_word()
659 if (nonempty) in accumulate_word()
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/linux/
H A Daffinity.c195 bool nonempty = false; in gomp_affinity_finalize_place_list() local
198 nonempty = gomp_cpuset_popcount (gomp_cpuset_size, cpusetp) != 0; in gomp_affinity_finalize_place_list()
203 nonempty = true; in gomp_affinity_finalize_place_list()
205 if (nonempty) in gomp_affinity_finalize_place_list()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/
H A Dremove-potcdate.sin16 # The hold space was nonempty. Following occurrences. Do nothing.
H A Dinsert-header.sin20 # The hold space was nonempty. Following occurrences. Do nothing.
/netbsd-src/external/bsd/flex/dist/po/
H A Dremove-potcdate.sin16 # The hold space was nonempty. Following occurrences. Do nothing.
H A Dinsert-header.sin20 # The hold space was nonempty. Following occurrences. Do nothing.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/po/
H A Dremove-potcdate.sin16 # The hold space was nonempty. Following occurrences. Do nothing.
/netbsd-src/external/gpl2/texinfo/dist/po/
H A Dremove-potcdate.sin16 # The hold space was nonempty. Following occurrences. Do nothing.
H A Dinsert-header.sin20 # The hold space was nonempty. Following occurrences. Do nothing.
/netbsd-src/external/gpl2/gmake/dist/po/
H A Dremove-potcdate.sin16 # The hold space was nonempty. Following occurrences. Do nothing.
H A Dinsert-header.sin20 # The hold space was nonempty. Following occurrences. Do nothing.
/netbsd-src/crypto/external/cpl/tpm-tools/dist/po/
H A Dremove-potcdate.sin16 # The hold space was nonempty. Following occurrences. Do nothing.
H A Dinsert-header.sin20 # The hold space was nonempty. Following occurrences. Do nothing.
/netbsd-src/external/gpl2/diffutils/dist/po/
H A Dremove-potcdate.sin16 # The hold space was nonempty. Following occurrences. Do nothing.
H A Dinsert-header.sin20 # The hold space was nonempty. Following occurrences. Do nothing.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/po/
H A Dremove-potcdate.sin16 # The hold space was nonempty. Following occurrences. Do nothing.
H A Dinsert-header.sin20 # The hold space was nonempty. Following occurrences. Do nothing.
/netbsd-src/usr.bin/make/unit-tests/
H A Dcond-token-string.mk75 # expect+1: A nonempty expression evaluates to true.
76 . info A nonempty expression evaluates to true.
H A Dvarmod-loop-varname.mk121 # During the loop, the variable is actually defined and nonempty.
123 # would be neither defined nor nonempty since all expressions of the form
128 .if ${:Uword:@var@${defined(var):?def:undef} ${empty(var):?empty:nonempty}@} \
129 != "def nonempty"
H A Dvarmod-loop.mk72 .if ${:Uword:@var@${defined(var):?def:undef} ${empty(var):?empty:nonempty}@} \
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/
H A Dcsharpexec.m411 # Sets HAVE_CSHARPEXEC to nonempty if csharpexec.sh will work.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/m4/
H A Dlocale-fr.m443 /* Check whether nl_langinfo(CODESET) is nonempty.
124 /* Check whether nl_langinfo(CODESET) is nonempty.
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-m4/
H A Dcsharpcomp.m410 # Sets HAVE_CSHARPCOMP to nonempty if csharpcomp.sh will work.

12345678