Searched refs:flag (Results 26 - 50 of 3418) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/db/
H A DRecoveryOperation.java62 private int flag; field in class:RecoveryOperation
64 private RecoveryOperation(String operationName, int flag) { argument
66 this.flag = flag;
79 @param flag
80 the internal flag value to be wrapped in a RecoveryException object
82 public static RecoveryOperation fromFlag(int flag) { argument
83 switch (flag) {
96 "Unknown recover operation: " + flag);
H A DLockDetectMode.java79 static LockDetectMode fromFlag(int flag) { argument
80 switch (flag) {
103 "Unknown lock detect mode: " + flag);
108 private int flag; field in class:LockDetectMode
110 private LockDetectMode(final String modeName, final int flag) { argument
112 this.flag = flag;
117 return flag;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/db/
H A DRecoveryOperation.java62 private int flag; field in class:RecoveryOperation
64 private RecoveryOperation(String operationName, int flag) { argument
66 this.flag = flag;
79 @param flag
80 the internal flag value to be wrapped in a RecoveryException object
82 public static RecoveryOperation fromFlag(int flag) { argument
83 switch (flag) {
96 "Unknown recover operation: " + flag);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/db/
H A DRecoveryOperation.java62 private int flag; field in class:RecoveryOperation
64 private RecoveryOperation(String operationName, int flag) { argument
66 this.flag = flag;
79 @param flag
80 the internal flag value to be wrapped in a RecoveryException object
82 public static RecoveryOperation fromFlag(int flag) { argument
83 switch (flag) {
96 "Unknown recover operation: " + flag);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/bin/misc/
H A Dnetacnv.c15 #define flag(x) {x, #x} macro
18 int flag; member in struct:flag_map
23 flag(CONV_ESCAPEHEX),
24 flag(CONV_UNESCAPEHEX),
25 flag(CONV_ESCAPEDOTS),
26 flag(CONV_IGNORE),
27 flag(CONV_FORCE),
28 flag(CONV__EILSEQ),
29 flag(CONV_TOUPPER),
30 flag(CONV_TOLOWE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/bin/misc/
H A Dnetacnv.c15 #define flag(x) {x, #x} macro
18 int flag; member in struct:flag_map
23 flag(CONV_ESCAPEHEX),
24 flag(CONV_UNESCAPEHEX),
25 flag(CONV_ESCAPEDOTS),
26 flag(CONV_IGNORE),
27 flag(CONV_FORCE),
28 flag(CONV__EILSEQ),
29 flag(CONV_TOUPPER),
30 flag(CONV_TOLOWE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/bin/misc/
H A Dnetacnv.c15 #define flag(x) {x, #x} macro
18 int flag; member in struct:flag_map
23 flag(CONV_ESCAPEHEX),
24 flag(CONV_UNESCAPEHEX),
25 flag(CONV_ESCAPEDOTS),
26 flag(CONV_IGNORE),
27 flag(CONV_FORCE),
28 flag(CONV__EILSEQ),
29 flag(CONV_TOUPPER),
30 flag(CONV_TOLOWE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/json-c/tests/
H A Dtest1.test14 for flag in plain spaced pretty ; do
15 run_output_test -o test1Formatted_${flag} test1Formatted ${flag}
H A Dtest2.test14 for flag in plain spaced pretty ; do
15 run_output_test -o test2Formatted_${flag} test2Formatted ${flag}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/smbfs/
H A Dgetopt.c18 * @flag: output; may be NULL; should point to a long for or'ing flags
27 char **optopt, char **optarg, unsigned long *flag,
50 if (!opts[i].flag && (!val || !*val)) {
56 if (flag && opts[i].flag)
57 *flag |= opts[i].flag;
26 smb_getopt(char *caller, char **options, struct option *opts, char **optopt, char **optarg, unsigned long *flag, unsigned long *value) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/smbfs/
H A Dgetopt.c18 * @flag: output; may be NULL; should point to a long for or'ing flags
27 char **optopt, char **optarg, unsigned long *flag,
50 if (!opts[i].flag && (!val || !*val)) {
56 if (flag && opts[i].flag)
57 *flag |= opts[i].flag;
26 smb_getopt(char *caller, char **options, struct option *opts, char **optopt, char **optarg, unsigned long *flag, unsigned long *value) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/json-c/tests/
H A Dtest1.test14 for flag in plain spaced pretty ; do
15 run_output_test -o test1Formatted_${flag} test1Formatted ${flag}
H A Dtest2.test14 for flag in plain spaced pretty ; do
15 run_output_test -o test2Formatted_${flag} test2Formatted ${flag}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/json-c/tests/
H A Dtest1.test14 for flag in plain spaced pretty ; do
15 run_output_test -o test1Formatted_${flag} test1Formatted ${flag}
H A Dtest2.test14 for flag in plain spaced pretty ; do
15 run_output_test -o test2Formatted_${flag} test2Formatted ${flag}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/sysdeps/ralink/
H A Dra3052.h20 #define LED_CONTROL(led,flag) ra_gpio_write_spec(led, flag)
49 void ra_gpio_write_spec(bit_idx, flag);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.cp/
H A Dexception.cc34 extern "C" int bar (int k, unsigned long eharg, int flag);
36 int bar (int k, unsigned long eharg, int flag) argument
38 cout << "k is " << k << " eharg is " << eharg << " flag is " << flag << endl;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.cp/
H A Dexception.cc34 extern "C" int bar (int k, unsigned long eharg, int flag);
36 int bar (int k, unsigned long eharg, int flag) argument
38 cout << "k is " << k << " eharg is " << eharg << " flag is " << flag << endl;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/sysdeps/ralink/
H A Dra3052.h20 #define LED_CONTROL(led,flag) ra_gpio_write_spec(led, flag)
49 void ra_gpio_write_spec(bit_idx, flag);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.cp/
H A Dexception.cc34 extern "C" int bar (int k, unsigned long eharg, int flag);
36 int bar (int k, unsigned long eharg, int flag) argument
38 cout << "k is " << k << " eharg is " << eharg << " flag is " << flag << endl;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/sysdeps/ralink/
H A Dra3052.h20 #define LED_CONTROL(led,flag) ra_gpio_write_spec(led, flag)
49 void ra_gpio_write_spec(bit_idx, flag);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dfilter.h38 /* true if the flag is in the list */
41 (const char *flag,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Dfilter.h38 /* true if the flag is in the list */
41 (const char *flag,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Dfilter.h38 /* true if the flag is in the list */
41 (const char *flag,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dfd-safer-flag.c37 descriptors, e.g., fd_safer_flag (open ("file", O_RDONLY | flag), flag). */
40 fd_safer_flag (int fd, int flag) argument
44 int f = dup_safer_flag (fd, flag);

Completed in 170 milliseconds

1234567891011>>