/openbsd/sys/nfs/ |
H A D | nfs_srvsubs.c | 179 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 D | cache.t | 33 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 D | stat.t | 65 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 D | appveyor-reqs-install.cmd | 30 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 D | openprom.c | 189 char nul = '\0'; in openpromioctl() local 192 error = copyout(&nul, op->op_buf, sizeof(char)); in openpromioctl()
|
/openbsd/sys/arch/arm64/arm64/ |
H A D | openprom.c | 189 char nul = '\0'; in openpromioctl() local 192 error = copyout(&nul, op->op_buf, sizeof(char)); in openpromioctl()
|
/openbsd/sys/arch/arm/arm/ |
H A D | openprom.c | 187 char nul = '\0'; in openpromioctl() local 190 error = copyout(&nul, op->op_buf, sizeof(char)); in openpromioctl()
|
/openbsd/sys/arch/riscv64/riscv64/ |
H A D | openprom.c | 189 char nul = '\0'; in openpromioctl() local 192 error = copyout(&nul, op->op_buf, sizeof(char)); in openpromioctl()
|
/openbsd/sys/arch/octeon/octeon/ |
H A D | openprom.c | 189 char nul = '\0'; in openpromioctl() local 192 error = copyout(&nul, op->op_buf, sizeof(char)); in openpromioctl()
|
/openbsd/usr.bin/file/magdir/ |
H A D | maple | 40 # 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 D | hack.lev.c | 73 extern char nul[]; 188 bwrite(fd, nul, sizeof(struct gold)); in savegoldchn() 201 bwrite(fd, nul, sizeof(struct trap)); in savetrapchn()
|
H A D | hack.Decl.c | 66 char nul[40]; /* contains zeros */ variable
|
H A D | hack.engrave.c | 69 extern char nul[]; 352 bwrite(fd, nul, sizeof(unsigned)); in save_engravings()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | merge.c | 431 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 D | merge.c | 447 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 D | openprom.c | 224 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 D | parser.t | 119 "...and nul-clean" 141 "...and nul-clean"
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | openprom.c | 275 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 D | psql.bat | 10 if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | filetest_t.t | 14 ($dev_tty, $dev_null) = qw(con nul ) if $^O =~ /^(MSWin32|os2)$/;
|
H A D | ref.t | 818 is ref( bless {}, "nul\0clean" ), "nul\0clean", "ref() is nul-clean";
|
H A D | glob.t | 15 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 D | run.sh | 103 ${NC} -nul -w${TIMEOUT} 127.0.0.1 ${DSTPORT} </dev/null >packet &
|
/openbsd/usr.bin/vi/docs/USD.doc/vi.man/ |
H A D | spell.ok | 102 nul
|
/openbsd/gnu/usr.bin/perl/t/io/ |
H A D | fs.t | 70 `rmdir /s /q $tmpdir 2>nul`; 297 unless `ls -l perl 2>nul` =~ /^l.*->/;
|