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

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-powerpc/
H A Dattr-gnu-4-13.d5 #warning: Warning: .* uses double-precision hard float, .* uses single-precision hard float
H A Dattr-gnu-4-31.d5 #warning: Warning: .* uses double-precision hard float, .* uses single-precision hard float
H A Dattr-gnu-4-03.d10 Tag_GNU_Power_ABI_FP: Single-precision hard float
H A Dattr-gnu-4-12.d5 #warning: Warning: .* uses hard float, .* uses soft float
H A Dattr-gnu-4-21.d5 #warning: Warning: .* uses hard float, .* uses soft float
H A Dattr-gnu-4-23.d5 #warning: Warning: .* uses hard float, .* uses soft float
H A Dattr-gnu-4-32.d5 #warning: Warning: .* uses soft float, .* uses single-precision hard float
H A Dattr-gnu-4-33.d10 Tag_GNU_Power_ABI_FP: Single-precision hard float
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dhard-locale.c3 /* 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-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Dhard-locale.c0 /* hard-locale.c -- Determine whether a locale is hard.
24 #include "hard-locale.h"
38 /* Return true if the current CATEGORY locale is hard, i.e. if you
43 bool hard = true; local
51 hard = false;
65 hard = false;
74 return hard;
H A DMakefile.am33 hard-locale.h hard-locale.c
H A DMakefile.msvc70 hard-locale.obj \
90 hard-locale.obj : hard-locale.c
91 $(CC) $(INCLUDES) $(CFLAGS) -c hard-locale.c
H A DMakefile.vms36 hard-locale.obj, \
57 hard-locale.obj : hard-locale.c
58 $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) hard-locale.c
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dhard-locale.c1 /* $NetBSD: hard-locale.c,v 1.1.1.1 2003/01/26 23:15:12 wiz 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-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dattr-gnu-4-13.d5 #warning: Warning: .* uses hard float, .* uses soft float
H A Dattr-gnu-4-23.d5 #warning: Warning: .* uses hard float, .* uses soft float
H A Dattr-gnu-4-31.d5 #warning: Warning: .* uses hard float, .* uses soft float
H A Dattr-gnu-4-32.d5 #warning: Warning: .* uses hard float, .* uses soft float
H A Dattr-gnu-4-34.d5 #warning: Warning: .* uses hard float, .* uses soft float
H A Dattr-gnu-4-43.d5 #warning: Warning: .* uses hard float, .* uses soft float
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/gnu/usr.bin/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-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/
H A Dslapd-limits.conf60 limits dn.exact="cn=Soft Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=unlimited
61 limits dn.exact="cn=Hard Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=8
/netbsd-6-1-5-RELEASE/gnu/usr.bin/diffutils/lib/
H A DMakefile14 hard-locale.c imaxtostr.c offtostr.c prepargs.c posixver.c quotesys.c \
/netbsd-6-1-5-RELEASE/gnu/usr.bin/gettext/libgrep/
H A DMakefile10 hard-locale.c \

Completed in 517 milliseconds

12345678