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

12

/external/chromium_org/tools/gn/secondary/build/config/win/
H A Dget_msvc_config.py40 nul = '\0'
42 block += key + '=' + value + nul
43 block += nul
H A Dget_msvc_config_real.py502 nul = '\0'
504 block += key + '=' + value + nul
505 block += nul
/external/llvm/unittests/Support/
H A DProgramTest.cpp79 StringRef nul("NUL");
81 StringRef nul("/dev/null");
83 const StringRef *redirects[] = { &nul, &nul, 0 };
/external/chromium_org/chrome/tools/build/win/
H A Dmap_drive.bat10 net use %DRIVE_LETTER% | find "%SHARE_NAME%" > nul
H A Dversion.bat33 call svn --version 2>nul 1>nul
/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Dmakefile.bc42 $(TLIB) libdes.lib @libdes.rsp,nul
/external/openssl/crypto/des/
H A Dmakefile.bc42 $(TLIB) libdes.lib @libdes.rsp,nul
/external/stlport/test/eh/
H A Dintel.mak10 NULL=nul
H A Dintel45.mak10 NULL=nul
H A Dintel50.mak10 NULL=nul
/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/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c715 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; local
724 first!=u_strchr(s, nul) ||
725 first!=u_strchr32(s, nul) ||
726 first!=u_memchr(s, nul, LENGTHOF(s)) ||
727 first!=u_memchr32(s, nul, LENGTHOF(s)) ||
728 first!=u_strrchr(s, nul) ||
729 first!=u_strrchr32(s, nul) ||
730 first!=u_memrchr(s, nul, LENGTHOF(s)) ||
731 first!=u_memrchr32(s, nul, LENGTHOF(s))
733 log_err("error: one of the u_str[|mem][r]chr[32](s, nul) doe
[all...]
H A Dbocu1tst.c936 static const UChar nul[]={ 0 }; variable
956 { nul, LENGTHOF(nul) },
/external/icu4c/test/cintltst/
H A Dcustrtst.c715 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; local
724 first!=u_strchr(s, nul) ||
725 first!=u_strchr32(s, nul) ||
726 first!=u_memchr(s, nul, LENGTHOF(s)) ||
727 first!=u_memchr32(s, nul, LENGTHOF(s)) ||
728 first!=u_strrchr(s, nul) ||
729 first!=u_strrchr32(s, nul) ||
730 first!=u_memrchr(s, nul, LENGTHOF(s)) ||
731 first!=u_memrchr32(s, nul, LENGTHOF(s))
733 log_err("error: one of the u_str[|mem][r]chr[32](s, nul) doe
[all...]
H A Dbocu1tst.c937 static const UChar nul[]={ 0 }; variable
957 { nul, LENGTHOF(nul) },
/external/chromium_org/remoting/tools/win/
H A Dchromoting-set-channel.bat12 net session >nul 2>&1
/external/proguard/examples/dictionaries/
H A Dwindows.txt30 nul
/external/bison/djgpp/
H A Ddjunpack.bat51 copy top_src.dir junk.tmp > nul
56 copy ext_list.bat junk.tmp > nul
/external/chromium_org/third_party/libxml/src/win32/
H A DMakefile409 @-$(BINDIR)\testXPath.exe | find /C "support not compiled in" 1>nul
422 fc $(XML_SRCDIR)\result\XPath\expr\%%~nxI result.%%~nxI >nul &\
424 findstr "MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" >nul &&\
432 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > nul \
/external/chromium_org/tools/win/
H A Dcopy-installer.bat119 robocopy /? 1> nul 2> nul
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py773 nul = '\0'
775 block += key + '=' + value + nul
776 block += 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/main/coregrind/
H A Dm_main.c1880 HChar nul[1]; local
1891 nul[0] = 0;
1895 VG_(write)(fd, nul, 1);
1900 VG_(write)(fd, nul, 1);
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h874 const typename StringType::value_type nul = 0; local
875 const size_t i1 = s1.find(nul), i2 = s2.find(nul);

Completed in 3818 milliseconds

12