| /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;
|
| /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/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/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/games/larn/ |
| main.c | 81 int hard; local 139 hard = -1; 207 sscanf(&argv[i][1], "%d", &hard); 272 sethard(hard); /* set up the desired difficulty */
|
| /src/sys/dev/i2c/ |
| ibmhawkreg.h | 70 uint8_t hard; member in struct:ibmhawk_response::__anon2593
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| limits.c | 33 /* define to get an error if requesting limit higher than hard */ 371 * "time" [ "." { "soft" | "hard" } ] "=" <integer> 373 * "size" [ "." { "soft" | "hard" | "unchecked" } ] "=" <integer> 668 } else if ( STRSTART( arg, "hard=" ) ) { 669 arg += STRLENOF( "hard=" ); 679 int hard; local 681 if ( lutil_atoi( &hard, arg ) != 0 || hard < -1 ) { 685 if ( hard == -1 ) { 689 if ( hard == 0 ) 757 int hard; local [all...] |
| /src/tests/lib/libc/gen/ |
| t_ctype.c | 1121 int Hard = 0xff; /* Ъ, CYRILLIC CAPITAL LETTER HARD SIGN */ 1122 int hard = 0xdf; /* ъ, CYRILLIC SMALL LETTER HARD SIGN */ local 1126 * The CYRILLIC CAPITAL LETTER HARD SIGN code point 0xff in 1132 ATF_CHECK(isalpha(Hard)); 1133 ATF_CHECK(isupper(Hard)); 1134 ATF_CHECK(!islower(Hard)); 1135 ATF_CHECK(!isdigit(Hard)); 1136 ATF_CHECK(!isxdigit(Hard)); [all...] |
| /src/external/bsd/nvi/dist/regex/ |
| engine.c | 367 /* cases where length of match is hard to find */ 513 int hard; local 523 hard = 0; 524 for (ss = startst; !hard && ss < stopst; ss++) { 594 hard = 1; 598 if (!hard) { /* that was it! */ 605 /* the hard stuff */ 606 AT("hard", sp, stop, ss, stopst);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dmu_traverse.c | 228 boolean_t hard = td->td_flags & TRAVERSE_HARD; local 397 if (hard && (err == EIO || err == ECKSUM)) { 399 * Ignore this disk error as requested by the HARD flag, 670 boolean_t hard = (flags & TRAVERSE_HARD); local 685 if (hard) 698 if (hard)
|
| trim_map.c | 435 int64_t hard, soft; local 456 hard = 0; 458 hard = (tm->tm_pending - trim_vdev_max_pending) / 4; 459 soft = P2ROUNDUP(hard + tm->tm_pending / trim_timeout + 1, 64); 462 (ts = trim_map_first(tm, txgtarget, txgsafe, timelimit, hard > 0)) 479 hard -= TRIM_MAP_SEGS(size);
|
| /src/lib/libc/regex/ |
| engine.c | 501 /* cases where length of match is hard to find */ 658 int hard; local 672 hard = 0; 673 for (ss = startst; !hard && ss < stopst; ss++) 767 hard = 1; 770 if (!hard) { /* that was it! */ 777 /* the hard stuff */ 778 AT("hard", sp, stop, ss, stopst);
|
| /src/sys/dev/scsipi/ |
| st.c | 1849 * It's hard to write a negative number of file marks. 2025 int hard; local 2028 for (hard = 0; hard < sizeof(posdata); hard++) 2029 printf("%02x ", posdata[hard] & 0xff); 2055 st_rdpos(struct st_softc *st, int hard, uint32_t *blkptr) 2071 if (hard && (st->flags & ST_WRITTEN)) { 2086 if (hard) 2096 for (hard = 0; hard < sizeof(posdata); hard++ [all...] |
| /src/bin/csh/ |
| func.c | 1145 char hard; local 1147 hard = 0; 1150 hard = 1; 1155 plim(lp, hard); 1160 plim(lp, hard); 1164 if (setlim(lp, hard, limit) < 0) 1250 plim(const struct limits *lp, Char hard) 1258 limit = hard ? rlim.rlim_max : rlim.rlim_cur; 1276 Char hard; local 1279 hard = 0 [all...] |
| /src/sys/arch/vax/vax/ |
| ka820.c | 334 int m, hard, csr1, csr2; local 354 hard = 1; 364 hard = 0; 369 hard ? "hard error: " : "soft ecc",
|
| /src/usr.sbin/edquota/ |
| edquota.c | 804 fprintf(fd, "\t\t%slimits: soft %s, hard %s\n", comm, 819 fprintf(fd, "\t\t%slimits: soft %s, hard %s\n", comm, 851 uint64_t soft, hard, current; local 957 /* limits: soft %llu, hard %llu */ 979 if (intrd(t, &hard, objtypeflags) != 0) { 997 hard != qv->qv_hardlimit) { 999 qv->qv_hardlimit = hard; 1146 char *soft, char *hard, char *grace, 1168 if (hard) { 1169 str = strsep(&hard, "/"); 1318 char *soft = NULL, *hard = NULL, *grace = NULL; local [all...] |