Home
last modified time | relevance | path

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

123

/openbsd/sys/nfs/
H A Dnfs_srvsubs.c179 nfsm_adj(struct mbuf *mp, int len, int nul) in nfsm_adj() argument
202 if (nul > 0) { in nfsm_adj()
203 cp = mtod(m, caddr_t)+m->m_len-nul; in nfsm_adj()
204 for (i = 0; i < nul; i++) in nfsm_adj()
220 if (nul > 0) { in nfsm_adj()
221 cp = mtod(m, caddr_t)+m->m_len-nul; in nfsm_adj()
222 for (i = 0; i < nul; i++) in nfsm_adj()
/openbsd/gnu/usr.bin/perl/cpan/Memoize/t/
H A Dcache.t33 sub nul {}
34 ok eval { memoize 'nul', SCALAR_CACHE => [HASH => \%s], LIST_CACHE => [HASH => \%l]; 1 }, '*_CACHE …
35 nul('x');
36 nul('y');
40 () = nul('p');
41 () = nul('q');
/openbsd/gnu/usr.bin/perl/t/win32/
H A Dstat.t65 ok(open(my $nul, ">", "nul"), "open nul");
66 ok(-c $nul, "nul is a character device");
67 close $nul;
/openbsd/gnu/llvm/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
/openbsd/sys/arch/powerpc64/powerpc64/
H A Dopenprom.c189 char nul = '\0'; in openpromioctl() local
192 error = copyout(&nul, op->op_buf, sizeof(char)); in openpromioctl()
/openbsd/sys/arch/arm64/arm64/
H A Dopenprom.c189 char nul = '\0'; in openpromioctl() local
192 error = copyout(&nul, op->op_buf, sizeof(char)); in openpromioctl()
/openbsd/sys/arch/arm/arm/
H A Dopenprom.c187 char nul = '\0'; in openpromioctl() local
190 error = copyout(&nul, op->op_buf, sizeof(char)); in openpromioctl()
/openbsd/sys/arch/riscv64/riscv64/
H A Dopenprom.c189 char nul = '\0'; in openpromioctl() local
192 error = copyout(&nul, op->op_buf, sizeof(char)); in openpromioctl()
/openbsd/sys/arch/octeon/octeon/
H A Dopenprom.c189 char nul = '\0'; in openpromioctl() local
192 error = copyout(&nul, op->op_buf, sizeof(char)); in openpromioctl()
/openbsd/usr.bin/file/magdir/
H A Dmaple40 # from byte 4 it is either 'nul E' or 'soh R'
41 # I think 'nul E' means a file that was saved as a different name
/openbsd/games/hack/
H A Dhack.lev.c73 extern char nul[];
188 bwrite(fd, nul, sizeof(struct gold)); in savegoldchn()
201 bwrite(fd, nul, sizeof(struct trap)); in savetrapchn()
H A Dhack.Decl.c66 char nul[40]; /* contains zeros */ variable
H A Dhack.engrave.c69 extern char nul[];
352 bwrite(fd, nul, sizeof(unsigned)); in save_engravings()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dmerge.c431 bfd_boolean nul; in record_section() local
438 nul = FALSE; in record_section()
456 if (!nul && !((p - secinfo->contents) & mask)) in record_section()
458 nul = TRUE; in record_section()
476 if (!nul && !((p - secinfo->contents) & mask)) in record_section()
478 nul = TRUE; in record_section()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dmerge.c447 bfd_boolean nul; in record_section() local
454 nul = FALSE; in record_section()
473 if (!nul && !((p - secinfo->contents) & mask)) in record_section()
475 nul = TRUE; in record_section()
493 if (!nul && !((p - secinfo->contents) & mask)) in record_section()
495 nul = TRUE; in record_section()
/openbsd/sys/arch/macppc/macppc/
H A Dopenprom.c224 char nul = '\0'; in openpromioctl() local
227 error = copyout(&nul, op->op_buf, sizeof(char)); in openpromioctl()
/openbsd/gnu/usr.bin/perl/t/uni/
H A Dparser.t119 "...and nul-clean"
141 "...and nul-clean"
/openbsd/sys/arch/sparc64/sparc64/
H A Dopenprom.c275 char nul = '\0'; in openpromioctl() local
278 error = copyout(&nul, op->op_buf, sizeof(char)); in openpromioctl()
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/
H A Dpsql.bat10 if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul
/openbsd/gnu/usr.bin/perl/t/op/
H A Dfiletest_t.t14 ($dev_tty, $dev_null) = qw(con nul ) if $^O =~ /^(MSWin32|os2)$/;
H A Dref.t818 is ref( bless {}, "nul\0clean" ), "nul\0clean", "ref() is nul-clean";
H A Dglob.t15 map { delete $files{"op/$_"} } split /[\s\n]/, `dir /b /l op & dir /b /l /ah op 2>nul`,
/openbsd/regress/sbin/isakmpd/exchange/
H A Drun.sh103 ${NC} -nul -w${TIMEOUT} 127.0.0.1 ${DSTPORT} </dev/null >packet &
/openbsd/usr.bin/vi/docs/USD.doc/vi.man/
H A Dspell.ok102 nul
/openbsd/gnu/usr.bin/perl/t/io/
H A Dfs.t70 `rmdir /s /q $tmpdir 2>nul`;
297 unless `ls -l perl 2>nul` =~ /^l.*->/;

123