Searched refs:hard (Results 1 - 25 of 394) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Deabi-hard-float.d1 #source: eabi-hard-float.s
7 # Check that we set the hard-float ABI flag directly
11 Flags: 0x5000400, Version5 EABI, hard-float ABI
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dhard-locale.c1 /* $NetBSD: hard-locale.c,v 1.1.1.1 2016/01/13 03:15:30 christos Exp $ */
3 /* hard-locale.c -- Determine whether a locale is hard.
37 #include "hard-locale.h"
39 /* Return nonzero if the current CATEGORY locale is hard, i.e. if you
48 int hard = 1;
55 hard = 0;
69 hard = 0;
78 return hard;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dhard-locale.c0 /* hard-locale.c -- Determine whether a locale is hard.
23 #include "hard-locale.h"
37 /* Return true if the current CATEGORY locale is hard, i.e. if you
42 bool hard = true; local
50 hard = false;
64 hard = false;
73 return hard;
H A DMakefile.am33 hard-locale.h hard-locale.c
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Dattr-gnu-4-13.d5 #error: .* uses double-precision hard float, .* uses single-precision hard float
H A Dattr-gnu-4-31.d5 #error: .* uses double-precision hard float, .* uses single-precision hard float
H A Dattr-gnu-4-12.d5 #error: .* uses hard float, .* uses soft float
H A Dattr-gnu-4-21.d5 #error: .* uses hard float, .* uses soft float
H A Dattr-gnu-4-23.d5 #error: .* uses hard float, .* uses soft float
H A Dattr-gnu-4-32.d5 #error: .* uses hard float, .* uses soft float
H A Dattr-gnu-4-01.d10 Tag_GNU_Power_ABI_FP: hard float, unspecified long double
H A Dattr-gnu-4-03.d10 Tag_GNU_Power_ABI_FP: single-precision hard float, unspecified long double
H A Dattr-gnu-4-10.d10 Tag_GNU_Power_ABI_FP: hard float, unspecified long double
H A Dattr-gnu-4-11.d10 Tag_GNU_Power_ABI_FP: hard float, unspecified long double
H A Dattr-gnu-4-33.d10 Tag_GNU_Power_ABI_FP: single-precision hard float, unspecified long double
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-m68k/
H A Dattr-gnu-4-12.d4 #error: .* uses hard float, .* uses soft float.*
H A Dattr-gnu-4-21.d4 #error: .* uses hard float, .* uses soft float.*
H A Dattr-gnu-4-01.d8 Tag_GNU_M68K_ABI_FP: hard float
H A Dattr-gnu-4-10.d8 Tag_GNU_M68K_ABI_FP: hard float
H A Dattr-gnu-4-11.d8 Tag_GNU_M68K_ABI_FP: hard float
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dhard-locale.c1 /* $NetBSD: hard-locale.c,v 1.3 2021/12/14 21:38:24 christos Exp $ */
3 /* hard-locale.c -- Determine whether a locale is hard.
55 /* Return nonzero if the current CATEGORY locale is hard, i.e. if you
64 int hard = 1;
71 hard = 0;
81 hard = 0;
88 return hard;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dmve-vctp-bad.d3 #as: -march=armv8.1-m.main+mve.fp -mfloat-abi=hard
/netbsd-current/distrib/utils/more/
H A Dscreen.c246 int hard; local
278 hard = (sc_height < 0 || tgetflag("hc"));
279 if (hard) {
330 if (hard || sc_eol_clear == NULL || *sc_eol_clear == '\0')
336 if (hard || sc_clear == NULL || *sc_clear == '\0')
342 if (hard || sc_move == NULL || *sc_move == '\0')
353 if (hard || sc_s_in == NULL)
357 if (hard || sc_s_out == NULL)
361 if (hard || sc_u_in == NULL)
365 if (hard || sc_u_ou
[all...]
/netbsd-current/external/gpl2/grep/lib/
H A DMakefile12 SRCS= closeout.c error.c exclude.c hard-locale.c isdir.c \
16 COPTS.hard-locale.c = -Wno-stack-protector
/netbsd-current/external/bsd/openldap/dist/tests/data/
H A Dslapd-limits.conf51 limits dn.exact="cn=Soft Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=unlimited
52 limits dn.exact="cn=Hard Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=8

Completed in 168 milliseconds

1234567891011>>