HomeSort by: relevance | last modified time | path
    Searched defs:nul (Results 1 - 19 of 19) sorted by relevancy

  /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/bsd/nvi/dist/common/
log1.c 291 static CHAR_T nul = 0; local
297 lp = &nul;
log.c 292 static CHAR_T nul = 0; local
298 lp = &nul;
  /src/external/bsd/nvi/dist/vi/
v_itxt.c 221 static CHAR_T nul = 0; local
222 insert: p = &nul;
v_ex.c 51 static CHAR_T nul[] = { 0 }; local
54 argv_exp0(sp, &cmd, nul, 1);
  /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/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
  /src/libexec/atrun/
atrun.c 295 char *nul = NULL; local
296 char **nenvp = &nul;
  /src/lib/libwrap/
options.c 578 static char nul = '\0'; local
579 static char *last = &nul;
  /src/external/bsd/unbound/dist/util/
net_help.c 1148 char nul = 0; local
1159 BIO_write(bio, &nul, (int)sizeof(nul));
  /src/external/gpl3/binutils/dist/gas/config/
tc-z80.c 495 expressionS nul, reg; local
501 memset (&nul, 0, sizeof (nul));
532 nul.X_md=0;
533 expression (& nul);
535 zero = make_expr_symbol (& nul);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-z80.c 495 expressionS nul, reg; local
501 memset (&nul, 0, sizeof (nul));
532 nul.X_md=0;
533 expression (& nul);
535 zero = make_expr_symbol (& nul);
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_disk_posix.c 1806 const char nul = '\0'; local
1813 if (write(a->fd, &nul, 1) < 0) {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 639 // String comparison for narrow or wide strings that can have embedded NUL
650 const typename StringType::value_type nul = 0; local
651 const size_t i1 = s1.find(nul), i2 = s2.find(nul);
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 1375 * length, or the point that a nul byte is encountered. The src is assumed to
2849 int nul; local
2858 for (nul = 0; i < limit; i++) {
2859 if (nul) {
2867 nul = 1;
3917 * elemlist is a list of JSON keys, stored as packed NUL-terminated strings, to
3920 * foo[0].bar.baz[32] --> "foo" NUL "0" NUL "bar" NUL "baz" NUL "32" NU
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
syncrepl.c 2330 char nul; local
2333 nul = dn->bv_val[dn->bv_len];
2336 dn->bv_val[dn->bv_len] = nul;
4531 /* RDNs must be NUL-terminated for back-ldap */
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-structalias.cc 4739 constraint_expr nul; local
4740 nul.var = nothing_id;
4741 nul.offset = 0;
4742 nul.type = ADDRESSOF;
4743 rhsc.safe_push (nul);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-structalias.cc 4707 constraint_expr nul; local
4708 nul.var = nothing_id;
4709 nul.offset = 0;
4710 nul.type = ADDRESSOF;
4711 rhsc.safe_push (nul);

Completed in 59 milliseconds