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

12

/freebsd-9.3-release/contrib/diff/lib/
H A Dhard-locale.c0 /* hard-locale.c -- Determine whether a locale is hard.
23 #include "hard-locale.h"
32 /* Return nonzero if the current CATEGORY locale is hard, i.e. if you
41 int hard = 1;
48 hard = 0;
62 hard = 0;
71 return hard;
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dhard-locale.c0 /* hard-locale.c -- Determine whether a locale is hard.
25 #include "hard-locale.h"
34 /* Return true if the current CATEGORY locale is hard, i.e. if you
43 bool hard = true;
50 hard = false;
64 hard = false;
73 return hard;
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dhard-locale.c0 /* hard-locale.c -- Determine whether a locale is hard.
51 /* Return nonzero if the current CATEGORY locale is hard, i.e. if you
60 int hard = 1;
67 hard = 0;
77 hard = 0;
84 return hard;
H A DMakefile12 SRCS= closeout.c dfa.c error.c exclude.c grep.c grepmat.c hard-locale.c \
/freebsd-9.3-release/gnu/usr.bin/sort/
H A DMakefile15 hard-locale.c \
/freebsd-9.3-release/usr.sbin/manctl/
H A Dmanctl.sh40 # are replaced with hard links
92 echo moving hard link $pname 1>&2
175 # with a hard link!
178 echo replacing $fname with a hard link
197 # replace it with a hard link
226 echo moving hard link $pname 1>&2
251 # We need to watch out for hard links here.
280 echo moving hard link $pname 1>&2
/freebsd-9.3-release/contrib/openpam/
H A Dtest-driver47 [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT
69 --enable-hard-errors) enable_hard_errors=$2; shift;;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_traverse.c216 boolean_t hard = td->td_flags & TRAVERSE_HARD; local
308 if (!hard)
334 if (!hard)
362 if (err && hard) {
371 if (err && hard) {
394 ASSERT(!hard);
425 boolean_t hard = (td->td_flags & TRAVERSE_HARD); local
431 if (!hard)
441 if (!hard)
610 boolean_t hard local
[all...]
/freebsd-9.3-release/sys/mips/mips/
H A Dintr_machdep.c158 panic("%s called for unknown hard intr %d", __func__, irq);
197 panic("%s called for unknown hard intr %d", __func__, irq);
221 int hard, i, intr; local
240 hard = 0;
248 hard = 1;
256 hard ? "hard" : "soft", i);
262 hard ? "hard" : "soft", i);
/freebsd-9.3-release/gnu/usr.bin/diff/
H A DMakefile12 strftime.c c-stack.c basename.c exclude.c hard-locale.c \
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver47 [--enable-hard-errors={yes|no}] [--]
68 --enable-hard-errors) enable_hard_errors=$2; shift;;
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Dboot0.5.s53 # Scan hard drives
60 jmp exit # No hard drives
/freebsd-9.3-release/contrib/openbsm/libauditd/
H A Dauditd_lib.c116 "all audit log directories over hard limit", /* ADE_HARDLIM ( 5) */
201 * audit_control(5). Move the entries that are over the soft and hard limits
585 * function pointers to audit_warn functions for soft and hard limits. Returns:
591 * ADE_HARDLIM if all the directories are over the hard limit,
600 char soft, hard; local
620 * those over the hard limit.
630 hard = (sfs.f_bfree < AUDIT_HARD_LIMIT_FREE_BLOCKS) ? 1 : 0;
636 if (hard) {
645 dirent->hardlim = hard;
/freebsd-9.3-release/contrib/binutils/
H A DMakefile.def286 dependencies = { module=all-gcc; on=all-libiberty; hard=true; };
297 dependencies = { module=all-gcc; on=all-libcpp; hard=true; };
298 dependencies = { module=all-gcc; on=all-libdecnumber; hard=true; };
303 dependencies = { module=configure-libcpp; on=configure-libiberty; hard=true; };
305 dependencies = { module=all-libcpp; on=all-libiberty; hard=true; };
333 dependencies = { module=configure-bfd; on=configure-libiberty; hard=true; };
/freebsd-9.3-release/crypto/openssh/
H A Dssh-keyscan.c110 fdlim_get(int hard) argument
117 if ((hard ? rlfd.rlim_max : rlfd.rlim_cur) == RLIM_INFINITY)
120 return hard ? rlfd.rlim_max : rlfd.rlim_cur;
/freebsd-9.3-release/sys/kern/
H A Dkern_clock.c79 PMC_SOFT_DEFINE( , , clock, hard);
462 PMC_SOFT_CALL_TF( , , clock, hard, td->td_intr_frame);
552 PMC_SOFT_CALL_TF( , , clock, hard, td->td_intr_frame);
/freebsd-9.3-release/usr.sbin/cron/doc/
H A DINSTALL37 which will be hard since there will be name collisions. (Note that the man
/freebsd-9.3-release/sys/boot/i386/mbr/
H A Dmbr.s26 .set NHRDRV,0x475 # Number of hard drives
75 # is a valid hard drive number.
/freebsd-9.3-release/sys/cam/
H A DREADME.quirks23 hard drives, flash adapters, cameras) there are two standards, SBC
24 and RBC. SCSI hard drives are usually SBC-compliant and smaller
/freebsd-9.3-release/sys/dev/ata/
H A Datapi-tape.c544 ast_read_position(device_t dev, int hard, struct ast_readposition *position) argument
546 int8_t ccb[16] = { ATAPI_READ_POSITION, (hard ? 0x01 : 0), 0, 0, 0, 0, 0, 0,
567 ast_locate(device_t dev, int hard, u_int32_t pos) argument
569 int8_t ccb[16] = { ATAPI_LOCATE, 0x01 | (hard ? 0x4 : 0), 0,
/freebsd-9.3-release/sys/opencrypto/
H A Dcryptodev.h382 extern int crypto_newsession(u_int64_t *sid, struct cryptoini *cri, int hard);
/freebsd-9.3-release/lib/libc/regex/
H A Dengine.c428 /* cases where length of match is hard to find */
573 int hard; local
583 hard = 0;
584 for (ss = startst; !hard && ss < stopst; ss++)
657 hard = 1;
660 if (!hard) { /* that was it! */
667 /* the hard stuff */
668 AT("hard", sp, stop, ss, stopst);
/freebsd-9.3-release/usr.bin/limits/
H A Dlimits.c68 const char * hard; /* Hard limit text */ member in struct:__anon10784
403 * displaying), then check that hard limits are not lower than
404 * soft limits, and force rasing the hard limit if we need to if
406 * are lowering the hard limit.
517 shellparm[shelltype].hard);
/freebsd-9.3-release/contrib/diff/src/
H A Dcmp.c34 #include <hard-locale.h>
/freebsd-9.3-release/sys/boot/i386/pmbr/
H A Dpmbr.s58 .set NHRDRV,0x475 # Number of hard drives

Completed in 304 milliseconds

12