HomeSort by relevance Sort by last modified time
    Searched refs:IGNORE (Results 1 - 18 of 18) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cachefspack/
rules.h 35 #define IGNORE "IGNORE"
rules.c 77 * Tack local IGNORE strings to end of globals
85 * and local IGNORE items.
102 * Free up space from local IGNORE item list
117 * Reset LIST item list and local IGNORE item
158 if (strcmp(s, IGNORE) == 0) {
160 printf("IGNORE - base_active = %d\n", base_active);
164 * Local IGNORE rule
173 * Global IGNORE rule
224 * Tack local IGNORE strings to end of globals
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.exp.c 24 #define IGNORE 1 /* in ignore, it means to ignore value, just parse */
25 #define NOGLOB 2 /* in ignore, it means not to globone */
110 exp0(tchar ***vp, bool ignore)
112 int p1 = exp1(vp, ignore);
124 p2 = exp0(vp, (ignore&IGNORE) || p1);
134 exp1(tchar ***vp, bool ignore)
136 int p1 = exp2(vp, ignore);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mail/
ckdlivopts.c 46 040 ==> /ignore requested
105 else if (defopts.ign) rc += IGNORE;
140 } else if (casncmp(op, "ignore", 6) == 0) {
goback.c 70 if (ckdlivopts(H_TCOPY, (int *)0) & IGNORE) {
gendeliv.c 77 if (ckdlivopts(H_DTCOPY, &svopts) & IGNORE) {
mail.h 173 #define IGNORE 040
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/libumem/
leaky_subr.c 317 dprintf(("ignore [%p, %p) -- realign\n", brkbase,
528 #define IGNORE(rsn) dprintf_cont(("no %s\n", (rsn)))
531 IGNORE("read-only");
538 IGNORE("in brk");
541 IGNORE("stack");
546 IGNORE("part of umem");
551 IGNORE("anon");
553 IGNORE(""); /* default to ignoring */
557 #undef IGNORE
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/bin/
nisserver.sh 1308 IGNORE="yes"
1323 IGNORE="yes"
1349 if [ -z "$IGNORE" -a $? -ne 0 ]
1391 if [ -z "$IGNORE" -a $? -ne 0 ]
    [all...]
  /onnv/onnv-gate/usr/src/lib/libadm/common/
getdev.c 89 * IGNORE Ignore this entry
97 #define IGNORE 5
873 * "IGNORE"
875 if (p->fcn != IGNORE) {
925 } /* Search function is not "IGNORE" */
973 * "IGNORE"
975 if (p->fcn != IGNORE) {
1022 } /* Search function is not "IGNORE" */
  /onnv/onnv-gate/usr/src/uts/common/io/kb8042/
at_keyprocess.c 43 #define KEYIGN 0xfe /* ignore this sequence */
47 #define IGNORE KEYIGN
224 * We ignore these fake shifts.
538 * We ignore these fake shifts.
559 /* 12 */ IGNORE, /* Fake L Shift */
630 /* 59 */ IGNORE, /* Fake R Shift */
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/t/
sigaction.t 26 sub IGNORE {
49 $oldaction->{HANDLER} eq 'IGNORE')
68 $newaction=POSIX::SigAction->new('IGNORE');
73 print $SIG{HUP} eq 'IGNORE' ? "ok 8\n" : "not ok 8\n";
  /onnv/onnv-gate/usr/src/lib/libfsmgt/common/
nfs_mntinfo.c 49 #define IGNORE 0
62 static int ignore(char *);
286 /* ignore non "nfs" and the "ignore" entries */
289 (ignore(fsmnt_list->mntopts))) {
459 * ignore - Checks for the ignore mount option in the mount opts string.
460 * Returns 1 if the ignore option is found and 0 if not.
463 ignore(char *opts) function
478 if (getsubopt(&s, mntopts, &value) == IGNORE) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsck/
fsck.h 140 DONTKNOW, NOFIX, FIX, IGNORE
  /onnv/onnv-gate/usr/src/cmd/fs.d/
mount.c 211 static int ignore(char *);
617 if (ignore(mget.mnt_mntopts))
891 #define IGNORE 0
894 * Return 1 if "ignore" appears in the options string
897 ignore(char *opts) function
911 * we act as if the "ignore" option isn't set rather than fail.
918 if (getsubopt(&my_opts, mntopts, &value) == IGNORE)
973 /* ignore fstype */
1058 * If mount points were not specified, then we ignore
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsqlite/src/
parse.y 129 GLOB IGNORE IMMEDIATE INITIALLY INSTEAD LIKE MATCH KEY
265 resolvetype(A) ::= IGNORE. { A = OE_Ignore; }
860 expr(A) ::= RAISE(X) LP IGNORE RP(Y). {
expr.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfsstat/
nfsstat.c 112 static int ignore(char *);
1061 /* ignore non "nfs" and save the "ignore" entries */
1089 if (ignore(m.mnt_mntopts)) {
1093 * nfs mount. The ignore is an indication
1130 /* ignore non "cachefs" */
1296 ignore(char *opts) function
    [all...]

Completed in 360 milliseconds