Searched refs:m_options (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dmodprobe.c27 struct mod_opt_t * m_options; /* the module options */ member in struct:dep_t
42 struct mod_opt_t * m_options; member in struct:mod_list_t
300 dt->m_options = append_option(dt->m_options, new_opt);
303 dt->m_options = append_option(dt->m_options, opt);
411 current->m_options = NULL;
622 opts = list->m_options;
745 struct mod_opt_t *opts = dt->m_options;
748 adt->m_options
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.h39 int GetOptions() const { return m_options; }
41 bool IsSeekable() const { return (m_options & PipeOut) == 0; }
53 int m_options; member in class:TestOutputStream
79 bool IsSeekable() const { return (m_options & PipeIn) == 0; }
90 int m_options; member in class:TestInputStream
215 int m_options; // test options member in class:ArchiveTestCase
H A Dziptest.cpp122 if (arc && (m_options & PipeIn) == 0 && entry.IsDir())
164 m_options(options),
170 int m_options; member in class:ZipPipeTestCase
176 TestOutputStream out(m_options);
187 TestInputStream in(out, m_id % ((m_options & PipeIn) ? 4 : 3));
193 if ((m_options & PipeIn) == 0)
H A Darchivetest.cpp90 : m_options(options)
102 if (m_options & Stub) {
111 if ((m_options & PipeOut) == 0) {
127 return (m_options & PipeOut) == 0 ? (wxFileOffset)m_pos : wxInvalidOffset;
169 if (m_options & Stub) {
197 m_options(in.m_options),
208 if ((m_options & Stub) && (m_options & PipeIn))
226 m_options
1194 int m_options; // test options member in class:CorruptionTestCase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcmdline.cpp182 wxArrayOptions m_options; // all possible options and switchrs member in struct:wxCmdLineParserData
258 size_t count = m_options.GetCount();
261 if ( m_options[n].shortName == name )
274 size_t count = m_options.GetCount();
277 if ( m_options[n].longName == name )
390 m_data->m_options.Add(option);
406 m_data->m_options.Add(option);
448 wxCmdLineOption& opt = m_data->m_options[(size_t)i];
463 wxCmdLineOption& opt = m_data->m_options[(size_t)i];
482 wxCmdLineOption& opt = m_data->m_options[(size_
[all...]
H A Dstrconv.cpp748 if ((m_options & MAP_INVALID_UTF8_TO_OCTAL)
787 else if ((m_options & MAP_INVALID_UTF8_TO_PUA) &&
820 if (m_options & MAP_INVALID_UTF8_TO_PUA)
840 else if (m_options & MAP_INVALID_UTF8_TO_OCTAL)
892 if ( (m_options & MAP_INVALID_UTF8_TO_PUA)
899 else if ( (m_options & MAP_INVALID_UTF8_TO_OCTAL)
907 else if ( (m_options & MAP_INVALID_UTF8_TO_OCTAL) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstrconv.h254 wxMBConvUTF8(int options = MAP_INVALID_UTF8_NOT) : m_options(options) { }
258 virtual wxMBConv *Clone() const { return new wxMBConvUTF8(m_options); }
261 int m_options; member in class:wxMBConvUTF8
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dorb.h73 sw_string m_options; member in struct:_sw_corby_orb_config
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dorb.h73 sw_string m_options; member in struct:_sw_corby_orb_config

Completed in 85 milliseconds