/src/distrib/utils/more/ |
screen.c | 246 int hard; local in function:get_term 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 in function:main 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::__anonb95b376d0508
|
/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 in function:ATF_TC_BODY 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/sys/dev/scsipi/ |
st.c | 1849 * It's hard to write a negative number of file marks. 2025 int hard; local in function:st_updatefilepos 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/lib/libc/regex/ |
engine.c | 501 /* cases where length of match is hard to find */ 658 int hard; local in function:backref 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/arch/vax/vax/ |
ka820.c | 334 int m, hard, csr1, csr2; local in function:ka820_memerr 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 in function:readprivs 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 in function:main [all...] |
/src/bin/csh/ |
func.c | 1145 char hard; local in function:dolimit 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 in function:dounlimit 1279 hard = 0 [all...] |