Searched refs:nul (Results 1 - 25 of 32) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
H A D2-2.c168 char *nul = "NULL"; local
177 stri = nul;
183 strj = nul;
H A D5-2.c168 char *nul = "NULL"; local
176 stri = nul;
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
H A Dparse-console.sh34 print_warning Console output contains nul bytes, old qemu still running?
/external/zlib/src/watcom/
H A Dwatcom_l.mak19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
H A Dwatcom_f.mak19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
/external/llvm/unittests/Support/
H A DProgramTest.cpp190 StringRef nul("NUL");
192 StringRef nul("/dev/null");
194 const StringRef *redirects[] = { &nul, &nul, nullptr };
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c712 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; local
721 first!=u_strchr(s, nul) ||
722 first!=u_strchr32(s, nul) ||
723 first!=u_memchr(s, nul, UPRV_LENGTHOF(s)) ||
724 first!=u_memchr32(s, nul, UPRV_LENGTHOF(s)) ||
725 first!=u_strrchr(s, nul) ||
726 first!=u_strrchr32(s, nul) ||
727 first!=u_memrchr(s, nul, UPRV_LENGTHOF(s)) ||
728 first!=u_memrchr32(s, nul, UPRV_LENGTHOF(s))
730 log_err("error: one of the u_str[|mem][r]chr[32](s, nul) doe
[all...]
H A Dcmsccoll.c1720 static const UChar nul = 0; local
1735 !ucol_equal(coll, &nul, 0, &space, 1) ||
1736 ucol_equal(coll, &nul, 0, &dot, 1) ||
1737 ucol_equal(coll, &nul, 0, &degree, 1) ||
1738 ucol_equal(coll, &nul, 0, &dollar, 1) ||
1739 ucol_equal(coll, &nul, 0, &zero, 1) ||
1748 !ucol_equal(coll, &nul, 0, &space, 1) ||
1749 !ucol_equal(coll, &nul, 0, &dot, 1) ||
1750 ucol_equal(coll, &nul, 0, &degree, 1) ||
1751 ucol_equal(coll, &nul,
1830 static const UChar nul = 0; local
[all...]
H A Dbocu1tst.c937 static const UChar nul[]={ 0 }; variable
957 { nul, UPRV_LENGTHOF(nul) },
/external/lz4/examples/
H A DMakefile42 VOID = nul
/external/proguard/examples/dictionaries/
H A Dwindows.txt30 nul
/external/syslinux/gpxe/src/net/udp/
H A Dslam.c256 uint8_t *nul; local
298 nul = iob_put ( iobuf, 1 );
299 *nul = 0;
/external/bison/djgpp/
H A Ddjunpack.bat51 copy top_src.dir junk.tmp > nul
56 copy ext_list.bat junk.tmp > nul
/external/selinux/libselinux/utils/
H A DMakefile37 -Wcpp -Wformat-contains-nul -Wnormalized=nfc -Wsuggest-attribute=const \
/external/syslinux/gpxe/src/hci/tui/
H A Dsettings_ui.c61 char nul; member in struct:setting_row
175 row.nul = '\0';
/external/lz4/programs/
H A DMakefile61 VOID := nul
/external/dtc/tests/
H A Drun_tests.sh387 run_dtc_test -I dts -O dtb nul-in-escape.dts
388 run_wrap_error_test $DTC nul-in-line-info1.dts
389 run_wrap_error_test $DTC nul-in-line-info2.dts
/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc495 const char *nul = local
499 nul ? nul - (const char *)&sysinfo->cpu.x86_cpu_info.vendor_id[0]
/external/selinux/libselinux/src/
H A DMakefile81 -Wcoverage-mismatch -Wcpp -Wformat-contains-nul -Wnormalized=nfc -Wsuggest-attribute=const \
/external/curl/projects/
H A Dchecksrc.bat76 echo %PATH% | findstr /I /C:"\Perl" 1>nul
H A Dbuild-openssl.bat124 echo %PATH% | findstr /I /C:"\Perl" 1>nul
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dant.bat198 if not "%OS%"=="Windows_NT" echo 1 > nul | choice /n /c:1
/external/valgrind/coregrind/
H A Dm_main.c1988 HChar nul[1]; local
1998 nul[0] = 0;
2001 VG_(write)(fd, nul, 1);
2006 VG_(write)(fd, nul, 1);
/external/pdfium/core/fxcrt/
H A Dfx_basic_bstring_unittest.cpp758 char nul = '\0';
760 CFX_ByteStringC nul_string_from_char(nul);
763 // Pointer to nul, not nullptr ptr, hence length 1 ...
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h920 const typename StringType::value_type nul = 0; local
921 const size_t i1 = s1.find(nul), i2 = s2.find(nul);

Completed in 847 milliseconds

12