/src/lib/csu/arch/ia64/ |
crtn.S | 40 br.ret.sptk.many b0 46 br.ret.sptk.many b0
|
crt0.S | 57 br.call.sptk.many rp = ___start
|
/src/lib/libc/arch/ia64/gen/ |
sigsetjmp.S | 52 (p6) br.cond.dptk.many __setjmp14 53 (p7) br.cond.dpnt.many _setjmp 62 (p6) br.cond.dptk.many __longjmp14 63 (p7) br.cond.dpnt.many _longjmp
|
setjmp.S | 63 br.sptk.many _setjmp // finish saving state 81 br.sptk.many _longjmp // finish restoring state
|
/src/usr.bin/make/unit-tests/ |
varmod-to-many-words.mk | 1 # $NetBSD: varmod-to-many-words.mk,v 1.3 2020/12/20 23:29:50 rillig Exp $ 3 # Tests for the :tw modifier, which treats the variable as many words,
|
modmisc.exp | 18 mod-break-many-words: 500
|
modmisc.mk | 20 all: mod-break-many-words 60 mod-break-many-words:
|
job-output-long-lines.mk | 4 # command lines from compiler invocations, with their many -D options.
|
recursive.mk | 24 # Seen in pkgsrc/x11/libXfixes, and probably many more package that use
|
job-output-null.mk | 12 # how many times the command 'printf "fmt%s" "" "" ""' calls write(2).
|
/src/usr.sbin/paxctl/ |
paxctl.c | 154 pax_printflags(const char *name, int many, uint32_t f) 160 if (many) 169 int clear, int list, int many) 274 if (many) 278 pax_printflags(name, many, SWAP(pax_tag.flags)); 310 if (many) 323 int i, clear = 0, list = 0, bad = 0, many, minus; local in function:main 384 many = i != argc - 1; 387 clear, list, many);
|
/src/sys/arch/mips/rmi/ |
rmixl_intr.h | 63 # error too many IPIs
|
/src/sys/arch/ia64/ia64/ |
pal.S | 115 br.call.sptk.many rp=ia64_physical_mode 126 br.call.sptk.many rp=ia64_change_mode 168 br.call.sptk.many rp=b6 // call into firmware 207 br.call.sptk.many rp=ia64_physical_mode 212 br.call.sptk.many rp=b6 // call into firmware 216 br.call.sptk.many rp=ia64_change_mode
|
locore.S | 106 br.call.sptk.many rp=_reloc 112 br.call.sptk.many rp=ia64_init 134 br.call.sptk.many rp=main
|
support.S | 135 br.cond.sptk.many ia64_change_mode 159 br.call.sptk.many rp=ia64_physical_mode 174 br.call.sptk.many rp=b6 // call EFI procedure 178 br.call.sptk.many rp=ia64_change_mode 183 br.ret.sptk.many rp
|
/src/tests/fs/tmpfs/ |
t_readdir.sh | 89 atf_test_case many 91 atf_set "descr" "Verifies that readdir works with many files" 115 atf_add_test_case many
|
t_mkdir.sh | 52 atf_test_case many 155 atf_add_test_case many
|
/src/tests/ipf/ |
t_nat_ipf_exec.sh | 38 many=$2 53 case $many in
|
/src/usr.bin/indent/ |
README.md | 15 many inconsistencies and bugs. Several of these bugs had been introduced by
|
/src/usr.bin/pmap/ |
main.c | 117 int which, many, ch, rc; local in function:main 233 many = (argc > 1 - (pid == -1 ? 0 : 1)) ? 1 : 0; 342 if (many) {
|
/src/tests/usr.bin/indent/ |
lsym_lparen_or_lbracket.c | 149 int many = ((((((((((((((((((((((((((((((((0)))))))))))))))))))))))))))))))); variable in typeref:typename:int
|
/src/usr.bin/config/ |
scan.l | 198 yyerror("too many levels of conditional"); 215 yyerror("too many levels of conditional");
|
/src/ |
README.md | 37 The [netbsd-users](https://www.NetBSD.org/mailinglists/#netbsd-users) list is a good choice for many problems; watch [current-users](https://www.NetBSD.org/mailinglists/#current-users) if you follow the bleeding edge of NetBSD-current.
|
/src/usr.bin/mail/ |
list.c | 110 "Too many elements in the list; excess discarded.\n"); 430 errx(EXIT_FAILURE, "Too many regrets");
|
/src/common/lib/libc/arch/mips/string/ |
bcopy.S | 186 move SIZEREG,t0 # this many to do after we are done 282 move SIZEREG,t0 # this many to do after we are done
|