Searched refs:IGNORE (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts7 use constant IGNORE => 'ignore' ;
16 DBM_INSERT => IGNORE,
17 DBM_REPLACE => IGNORE,
18 DBM_SUFFIX => IGNORE,
20 DB_AM_DUP => IGNORE,
21 DB_AM_INMEM => IGNORE,
22 DB_AM_LOCKING => IGNORE,
23 DB_AM_LOGGING => IGNORE,
24 DB_AM_MLOCAL => IGNORE,
25 DB_AM_PGDEF => IGNORE,
[all...]
H A Dscan92 { $seen_define{$def} = 'IGNORE' }
124 { $value = "IGNORE, # $version" }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Ddevfsd.conf41 REGISTER ^log$ IGNORE
42 CREATE ^log$ IGNORE
43 CHANGE ^log$ IGNORE
44 DELETE ^log$ IGNORE
49 REGISTER ^pt[sy] IGNORE
50 CREATE ^pt[sy] IGNORE
51 CHANGE ^pt[sy] IGNORE
52 DELETE ^pt[sy] IGNORE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DReplicationStatus.java140 return IGNORE;
153 private static final ReplicationStatus IGNORE = field in class:ReplicationStatus
154 new ReplicationStatus("IGNORE", DbConstants.DB_REP_IGNORE);
H A DSecondaryCursor.java454 int errCode = dup1.get(DatabaseEntry.IGNORE, DatabaseEntry.IGNORE,
459 errCode = dup2.get(DatabaseEntry.IGNORE,
460 DatabaseEntry.IGNORE,
569 dbc.pget(DatabaseEntry.IGNORE, secondaryRecno, primaryRecno,
H A DDatabaseEntry.java116 * IGNORE is used to avoid returning data that is not needed. It may not
122 static final DatabaseEntry IGNORE = new DatabaseEntry(); field in class:DatabaseEntry
124 IGNORE.setUserBuffer(0, true);
125 IGNORE.setPartial(0, 0, true); // dlen == 0, so no data ever returned
H A DJoinCursor.java149 dbc.get(key, DatabaseEntry.IGNORE,
H A DCursor.java575 dbc.get(DatabaseEntry.IGNORE, data,
947 int errCode = tempDbc.get(key, DatabaseEntry.IGNORE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr013/
H A Dchk.stats33 cat << END_OF_IGNORE > IGNORE
47 if egrep -w $i IGNORE > /dev/null; then
86 if egrep -w $i IGNORE > /dev/null; then
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/os2/
H A DMakefile192 @echo *** YOU CAN SAFELY IGNORE WARNINGS FROM EMXBIND BELOW ***
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Du14-34f.c371 #define IGNORE 4 macro
628 HD(j)->cp_stat[0] = IGNORE;
1629 if (HD(j)->cp_stat[i] == IGNORE) {
H A Deata.c568 #define IGNORE 4 macro
2383 if (ha->cp_stat[i] == IGNORE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.c304 "conditional section INCLUDE or IGNORE keyword expected\n";
5550 * [63] ignoreSect ::= '<![' S? 'IGNORE' S? '[' ignoreSectContents* ']]>'
5628 "Entering IGNORE Conditional Section\n");
5663 "Leaving IGNORE Conditional Section\n");
9651 "PP: try IGNORE\n");break;
10424 "PP: internal error, state == IGNORE");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c401 "conditional section INCLUDE or IGNORE keyword expected\n";
6206 * [63] ignoreSect ::= '<![' S? 'IGNORE' S? '[' ignoreSectContents* ']]>'
6296 "Entering IGNORE Conditional Section\n");
6331 "Leaving IGNORE Conditional Section\n");
10514 "PP: try IGNORE\n");break;
11304 "PP: internal error, state == IGNORE");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.c304 "conditional section INCLUDE or IGNORE keyword expected\n";
5550 * [63] ignoreSect ::= '<![' S? 'IGNORE' S? '[' ignoreSectContents* ']]>'
5628 "Entering IGNORE Conditional Section\n");
5663 "Leaving IGNORE Conditional Section\n");
9651 "PP: try IGNORE\n");break;
10424 "PP: internal error, state == IGNORE");

Completed in 322 milliseconds