| /src/external/gpl2/diffutils/dist/lib/ |
| hard-locale.c | 1 /* $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;
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| hard-locale.c | 0 /* 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;
|
| Makefile.am | 33 hard-locale.h hard-locale.c
|
| /src/external/gpl2/grep/dist/lib/ |
| hard-locale.c | 1 /* $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;
|
| /src/distrib/utils/more/ |
| screen.c | 246 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_out == NULL [all...] |
| /src/external/gpl2/grep/lib/ |
| Makefile | 12 SRCS= closeout.c error.c exclude.c hard-locale.c isdir.c \ 16 COPTS.hard-locale.c = -Wno-stack-protector
|
| /src/external/bsd/openldap/dist/tests/data/ |
| slapd-limits.conf | 49 limits dn.exact="cn=Soft Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=unlimited 50 limits dn.exact="cn=Hard Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=8
|
| /src/external/lgpl2/userspace-rcu/dist/scripts/ |
| urcu-api-list.sh | 188 git reset --hard origin/master 1>&2 197 git reset --hard $tag 1>&2
|
| /src/sys/arch/sparc64/sparc64/ |
| lock_stubs.s | 67 nop ! hard way 82 bne,pn CCCR, 1f ! nope, hard case
|
| /src/external/bsd/openldap/dist/tests/scripts/ |
| test067-tls | 101 echo -n "Using ldapsearch with startTLS with hard require cert...." 102 $LDAPSEARCH -o tls_cacert=$TESTDIR/tls/ca/certs/testsuiteCA.crt -o tls_reqcert=hard -ZZ -b "" -s base -H $URIP1 \ 115 $LDAPSEARCH -o tls_cacert=$TESTDIR/tls/ca/certs/testsuiteCA.crt -o tls_reqcert=hard -o tls_protocol_min=3.3 -ZZ -b "" -s base -H $URIP1 \ 141 $LDAPSEARCH -o tls_reqcert=hard -o tls_cacert=$TESTDIR/tls/ca/certs/testsuiteCA.crt \ 158 $LDAPSEARCH -o tls_reqcert=hard -o tls_cacert=$TESTDIR/tls/ca/certs/testsuiteCA.crt \ 175 $LDAPSEARCH -o tls_reqcert=hard -o tls_cacert=$TESTDIR/tls/ca/certs/testsuiteCA.crt \ 203 echo -n "Using ldapsearch on $SURI2 with reqcert HARD and no CA cert. Should fail..." 204 $LDAPSEARCH -o tls_reqcert=hard -b "cn=Subschema" -s base -H $SURIP2 \ 216 echo -n "Using ldapsearch on $SURI2 with CA cert and reqcert HARD..." 217 $LDAPSEARCH -o tls_cacert=$TESTDIR/tls/ca/certs/testsuiteCA.crt -o tls_reqcert=hard -b "cn=Subschema" -s base -H $SURIP2 [all...] |
| /src/external/bsd/wpa/dist/src/drivers/ |
| rfkill.c | 24 u8 hard; member in struct:rfkill_event 78 "op=%u soft=%u hard=%u", 80 event.hard); 82 if (event.hard) { 83 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked"); 170 "op=%u soft=%u hard=%u", 172 event.hard); 175 if (event.hard) { 176 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
|
| /src/games/quiz/ |
| Makefile | 14 seq-hard sexes sov spell state trek ucc
|
| /src/external/gpl2/diffutils/lib/ |
| Makefile | 13 hard-locale.c imaxtostr.c offtostr.c prepargs.c posixver.c quotesys.c \
|
| /src/external/gpl2/gettext/lib/libgrep/ |
| Makefile | 10 hard-locale.c \
|
| /src/external/lgpl2/userspace-rcu/dist/tests/utils/ |
| tap-driver.sh | 42 [--enable-hard-errors={yes|no}] [--ignore-exit] 69 --enable-hard-errors) shift;; # No-op.
|
| /src/sys/arch/sparc/sparc/ |
| memreg.c | 235 panic("hard memory error"); 266 goto hard; 276 hard: 299 goto hard; 317 goto hard; 325 hard:
|
| /src/games/larn/ |
| tok.c | 132 enter with hard= -1 for default hardness, else any desired hardness 135 sethard(int hard) 143 if (hard >= 0) 144 c[HARDGAME] = hard;
|
| /src/distrib/mac68k/miniroot/ |
| install.md | 147 As with anything which modifies your hard disk's contents, this 149 to make sure your hard drive is backed up before beginning the
|
| /src/sys/arch/sh3/sh3/ |
| lock_stubs.S | 96 bf.s 1f ! hard case if cas failed 118 bf.s 1f ! hard case if cas failed
|
| /src/sys/arch/sun68k/stand/ |
| README | 9 stage program from a set of filesystem block numbers that are hard-coded
|
| /src/sys/external/isc/libsodium/dist/build-aux/ |
| test-driver | 47 [--enable-hard-errors={yes|no}] [--] 68 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
| /src/crypto/external/bsd/heimdal/dist/ |
| test-driver | 47 [--enable-hard-errors {yes|no}] [--] 70 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
| /src/external/bsd/flex/dist/build-aux/ |
| test-driver | 47 [--enable-hard-errors={yes|no}] [--] 68 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
| /src/external/bsd/libevent/dist/build-aux/ |
| test-driver | 47 [--enable-hard-errors={yes|no}] [--] 68 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
| /src/external/bsd/ntp/dist/sntp/libevent/build-aux/ |
| test-driver | 47 [--enable-hard-errors={yes|no}] [--] 68 --enable-hard-errors) enable_hard_errors=$2; shift;;
|