Searched refs:need (Results 1 - 25 of 735) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/d10v/
H A Dinstruction_packing-006.s1 ;; sequence control operands need to be packed with nop's
/netbsd-current/tools/llvm/
H A DMakefile12 realdepends realall: config/config.status need-dl need-terminfo support-modules
36 need-dl: Makefile
37 printf '#include <dlfcn.h>\nint main(void){void *p; return dladdr(p, p);}' > need-dl.c
38 if ${HOST_CC} -o need-dl.out -D_GNU_SOURCE need-dl.c > /dev/null 2>&1; then \
40 elif ${HOST_CC} -o need-dl.out -D_GNU_SOURCE need-dl.c -ldl > /dev/null 2>&1; then \
46 need-terminfo: Makefile
47 printf 'int setupterm(char *, int, int *);\nint main(void){return setupterm("", 0, 0);}' > need
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dempty.s1 # An empty source file for tests that need no instructions.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr25490-1.d3 #error: .*\(__patchable_function_entries\): error: need linked-to section for --gc-sections
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dnan-2008.s3 # We need some section contents for the ELF header flag compatibility check
H A Dnan-legacy.s3 # We need some section contents for the ELF header flag compatibility check
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dle-fpconst.s2 # These need ARM specific support because 8 byte fp constants in little
H A Dimmed.s1 @ Tests for complex immediate expressions - none of these need
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dv8-r-sysregs-need-arch.d3 #error_output: v8-r-sysregs-need-arch.l
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/riscv/
H A Dattribute-11.s1 # The csr is explicit used, so we need to generate the priv spec
H A Dattribute-14.s1 # The priv instruction is explicit used, so we need to generate
/netbsd-current/sys/arch/arm/arm/
H A Dcpufunc_asm_fa526.S38 cmp r1, #0 @ need to flush the cache / tlb?
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Dfarcall-b-plt.s8 # we need long branch veneer.
H A Dfarcall-bl-plt.s9 # we need long branch veneer.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dpop-op.s2 # No need to check the canonical three constants.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/nios2/
H A Dwarn_nobreak.l3 If you don't need to debug this code use .set nobreak to turn off this warning.
5 If you don't need to debug this code use .set nobreak to turn off this warning.
7 If you don't need to debug this code use .set nobreak to turn off this warning.
9 If you don't need to debug this code use .set nobreak to turn off this warning.
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dirpmarshall.c138 size_t need = 1 ; /*%< for null byte */ local
174 need += strlen(pw->pw_name) + 1; /*%< one for fieldsep */
175 need += strlen(pw->pw_passwd) + 1;
176 need += strlen(pwUid) + 1;
177 need += strlen(pwGid) + 1;
178 need += strlen(pwClass) + 1;
179 need += strlen(pwChange) + 1;
180 need += strlen(pwExpire) + 1;
181 need += strlen(pw->pw_gecos) + 1;
182 need
413 size_t need = 1; /*%< for null byte */ local
582 size_t need = 1; /*%< for null byte */ local
742 size_t need = 1; /*%< for null byte */ local
888 size_t need = 1; /*%< for null byte */ local
1151 size_t need = 1; /*%< for nul byte */ local
1317 size_t need = 1; /*%< for null byte */ local
1491 size_t need = 1; /*%< for null byte */ local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsystem.d19 This is for cases where you need a value representing the OS at
57 This is intended for cases where you need to deal with endianness at
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mach-o/
H A Dredef2.d3 # identical to ../all, we just need to reverse the relocs.
H A Dredef3.d3 #identical to ../all/redef, we just need to reverse the relocs.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dprefix-reloc.s10 # The following insn will need an alignment nop, testing the behaviour
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsystem.d20 This is for cases where you need a value representing the OS at
67 This is intended for cases where you need to deal with endianness at
/netbsd-current/tests/lib/libc/stdio/
H A Dt_intr.sh43 local need=$(( 3 * $MAX * 8 / 1000000 ))
44 if [ $avail -lt $need ]; then
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dstrip-14rel.s16 # With them `.dc.a' emits 16-bit quantities, so we need to use
H A Dstrip-15rel.s16 # With them `.dc.a' emits 16-bit quantities, so we need to use

Completed in 378 milliseconds

1234567891011>>