Home
last modified time | relevance | path

Searched refs:nul (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/netbsd/external/mit/libuv/dist/test/
H A Drunner-win.c75 HANDLE nul = INVALID_HANDLE_VALUE; in process_start() local
106 nul = CreateFileA("nul", in process_start()
113 if (nul == INVALID_HANDLE_VALUE) in process_start()
116 if (!SetHandleInformation(nul, HANDLE_FLAG_INHERIT, HANDLE_FLAG_INHERIT)) in process_start()
147 si.hStdInput = nul; in process_start()
157 SetHandleInformation(nul, HANDLE_FLAG_INHERIT, 0); in process_start()
160 p->stdio_in = nul; in process_start()
170 if (nul != INVALID_HANDLE_VALUE) in process_start()
171 CloseHandle(nul); in process_start()
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dgetlogin_r.c73 const char *nul = memchr (name, '\0', size); in getlogin_r()
74 if (nul == NULL) in getlogin_r()
77 if (size > 0 && nul == name + size - 1) in getlogin_r()
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dgetlogin_r.c73 const char *nul = memchr (name, '\0', size); in getlogin_r()
74 if (nul == NULL) in getlogin_r()
77 if (size > 0 && nul == name + size - 1) in getlogin_r()
/netbsd/external/mit/libuv/dist/tools/
H A Dvswhere_usability_wrapper.cmd15 where vswhere 2> nul > nul
20 vswhere -prerelease > nul
/netbsd/external/bsd/unbound/dist/contrib/
H A Dwarmup.cmd141 ) do "%dig%" %%a @%address% 1>nul 2>nul
146 %dig% -f %arg% @%address% 1>nul 2>nul
/netbsd/share/misc/
H A Dascii1 |000 nul|001 soh|002 stx|003 etx|004 eot|005 enq|006 ack|007 bel|
18 | 00 nul| 01 soh| 02 stx| 03 etx| 04 eot| 05 enq| 06 ack| 07 bel|
35 | 0 nul| 1 soh| 2 stx| 3 etx| 4 eot| 5 enq| 6 ack| 7 bel|
/netbsd/external/gpl3/gdb/dist/zlib/msdos/
H A DMakefile.dj283 -@if not exist $(INCLUDE_PATH)\nul mkdir $(INCLUDE_PATH)
84 -@if not exist $(LIBRARY_PATH)\nul mkdir $(LIBRARY_PATH)
/netbsd/external/gpl3/binutils/dist/zlib/msdos/
H A DMakefile.dj283 -@if not exist $(INCLUDE_PATH)\nul mkdir $(INCLUDE_PATH)
84 -@if not exist $(LIBRARY_PATH)\nul mkdir $(LIBRARY_PATH)
/netbsd/external/gpl3/gdb.old/dist/zlib/msdos/
H A DMakefile.dj283 -@if not exist $(INCLUDE_PATH)\nul mkdir $(INCLUDE_PATH)
84 -@if not exist $(LIBRARY_PATH)\nul mkdir $(LIBRARY_PATH)
/netbsd/common/dist/zlib/msdos/
H A DMakefile.dj283 -@if not exist $(INCLUDE_PATH)\nul mkdir $(INCLUDE_PATH)
84 -@if not exist $(LIBRARY_PATH)\nul mkdir $(LIBRARY_PATH)
/netbsd/external/gpl3/binutils.old/dist/zlib/msdos/
H A DMakefile.dj283 -@if not exist $(INCLUDE_PATH)\nul mkdir $(INCLUDE_PATH)
84 -@if not exist $(LIBRARY_PATH)\nul mkdir $(LIBRARY_PATH)
/netbsd/usr.bin/vis/
H A Dvis.c171 static char nul[] = "\0"; in process() local
172 char *cp = nul + 1; /* so *(cp-1) starts out != '\n' */ in process()
/netbsd/external/apache2/llvm/dist/libcxx/
H A Dappveyor-reqs-install.cmd30 7z x cmake.zip -oC:\projects\deps > nul
42 7z x ninja.zip -oC:\projects\deps\ninja > nul
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dmerge.c485 bfd_boolean nul; in record_section() local
492 nul = FALSE; in record_section()
511 if (!nul && !((p - secinfo->contents) & mask)) in record_section()
513 nul = TRUE; in record_section()
531 if (!nul && !((p - secinfo->contents) & mask)) in record_section()
533 nul = TRUE; in record_section()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dmerge.c481 bfd_boolean nul; in record_section() local
488 nul = FALSE; in record_section()
507 if (!nul && !((p - secinfo->contents) & mask)) in record_section()
509 nul = TRUE; in record_section()
527 if (!nul && !((p - secinfo->contents) & mask)) in record_section()
529 nul = TRUE; in record_section()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dmerge.c485 bool nul; in record_section() local
492 nul = false; in record_section()
511 if (!nul && !((p - secinfo->contents) & mask)) in record_section()
513 nul = true; in record_section()
531 if (!nul && !((p - secinfo->contents) & mask)) in record_section()
533 nul = true; in record_section()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dmerge.c485 bfd_boolean nul; in record_section() local
492 nul = FALSE; in record_section()
511 if (!nul && !((p - secinfo->contents) & mask)) in record_section()
513 nul = TRUE; in record_section()
531 if (!nul && !((p - secinfo->contents) & mask)) in record_section()
533 nul = TRUE; in record_section()
/netbsd/external/gpl2/gmake/dist/
H A DNMakefile64 if exist WinDebug\nul rmdir /s /q WinDebug
65 if exist WinRel\nul rmdir /s /q WinRel
66 if exist w32\subproc\WinDebug\nul rmdir /s /q w32\subproc\WinDebug
67 if exist w32\subproc\WinRel\nul rmdir /s /q w32\subproc\WinRel
72 if not exist .\$@\nul mkdir .\$@
/netbsd/sys/external/isc/libsodium/dist/builds/msvc/build/
H A Dbuildbase.bat15 CALL %environment% x86 > nul
37 CALL %environment% x86_amd64 > nul
/netbsd/external/gpl3/gdb/dist/
H A Ddjunpack.bat31 copy fnchange.tmp junk.tmp > nul
36 copy fnchange.lst junk.tmp > nul
/netbsd/external/gpl3/gdb.old/dist/
H A Ddjunpack.bat31 copy fnchange.tmp junk.tmp > nul
36 copy fnchange.lst junk.tmp > nul
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-powerpc/
H A Dapuinfo-nul.rd1 #source: apuinfo-nul.s
H A Dapuinfo.rd3 #source: apuinfo-nul.s
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Dapuinfo-nul.rd1 #source: apuinfo-nul.s
H A Dapuinfo.rd3 #source: apuinfo-nul.s

12345678910>>...13