HomeSort by: relevance | last modified time | path
    Searched refs:nul (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/gnulib/import/
getlogin_r.c 73 const char *nul = memchr (name, '\0', size);
74 if (nul == NULL)
77 if (size > 0 && nul == name + size - 1)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
getlogin_r.c 73 const char *nul = memchr (name, '\0', size);
74 if (nul == NULL)
77 if (size > 0 && nul == name + size - 1)
  /src/external/mit/libuv/dist/tools/
vswhere_usability_wrapper.cmd 15 where vswhere 2> nul > nul
20 vswhere -prerelease > nul
  /src/external/bsd/ntp/lib/libopts/
Makefile 21 COPTS.libopts.c+= ${${ACTIVE_CC} == "gcc":? -Wno-format-contains-nul :}
  /src/external/mit/libuv/dist/test/
runner-win.c 75 HANDLE nul = INVALID_HANDLE_VALUE; local
106 nul = CreateFileA("nul",
113 if (nul == INVALID_HANDLE_VALUE)
116 if (!SetHandleInformation(nul, HANDLE_FLAG_INHERIT, HANDLE_FLAG_INHERIT))
147 si.hStdInput = nul;
157 SetHandleInformation(nul, HANDLE_FLAG_INHERIT, 0);
160 p->stdio_in = nul;
170 if (nul != INVALID_HANDLE_VALUE)
171 CloseHandle(nul);
    [all...]
  /src/games/hack/
hack.Decl.c 70 const char nul[40]; /* contains zeros */ variable
hack.lev.c 192 bwrite(fd, nul, sizeof(struct gold));
205 bwrite(fd, nul, sizeof(struct trap));
  /src/external/bsd/unbound/dist/contrib/
warmup.cmd 141 ) do "%dig%" %%a @%address% 1>nul 2>nul
146 %dig% -f %arg% @%address% 1>nul 2>nul
  /src/external/apache2/llvm/dist/libcxx/
appveyor-reqs-install.cmd 30 7z x cmake.zip -oC:\projects\deps > nul
42 7z x ninja.zip -oC:\projects\deps\ninja > nul
  /src/external/bsd/zstd/dist/tests/gzip/
Makefile 18 all: test-null-suffix-clobber test-stdin test-trailing-nul test-unpack-invalid
  /src/common/dist/zlib/watcom/
watcom_l.mak 19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
watcom_f.mak 19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
  /src/usr.bin/vis/
vis.c 171 static char nul[] = "\0"; local
172 char *cp = nul + 1; /* so *(cp-1) starts out != '\n' */
237 /* Treat EOF as a NUL char. */
  /src/external/gpl3/binutils/dist/zlib/watcom/
watcom_l.mak 19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
watcom_f.mak 19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
  /src/external/gpl3/binutils.old/dist/zlib/watcom/
watcom_l.mak 19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
watcom_f.mak 19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
  /src/external/gpl3/gdb/dist/zlib/watcom/
watcom_l.mak 19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
watcom_f.mak 19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
  /src/external/gpl3/gdb.old/dist/zlib/watcom/
watcom_l.mak 19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
  /src/sys/external/isc/libsodium/dist/builds/msvc/build/
buildbase.bat 15 CALL %environment% x86 > nul
37 CALL %environment% x86_amd64 > nul
  /src/external/gpl3/gdb/dist/
djunpack.bat 31 copy fnchange.tmp junk.tmp > nul
36 copy fnchange.lst junk.tmp > nul
  /src/external/gpl3/gdb.old/dist/
djunpack.bat 31 copy fnchange.tmp junk.tmp > nul
36 copy fnchange.lst junk.tmp > nul
  /src/external/mit/libuv/dist/src/win/
process-stdio.c 153 handle = CreateFileW(L"NUL",
218 HANDLE nul; local
222 err = uv__create_nul_handle(&nul, access);
226 memcpy(CHILD_STDIO_HANDLE(buffer, i), &nul, sizeof(HANDLE));
  /src/external/gpl2/gmake/dist/w32/subproc/
build.bat 2 if not exist .\WinDebug\nul mkdir .\WinDebug
7 if not exist .\WinRel\nul mkdir .\WinRel

Completed in 23 milliseconds

1 2 3