Home
last modified time | relevance | path

Searched refs:g_flags (Results 1 – 25 of 141) sorted by relevance

123456

/dports/converters/tnef/tnef-1.4.12/src/
H A Doptions.h32 extern int g_flags; /* program options */
35 #define DEBUG_ON ((g_flags)&DBG_OUT)
36 #define VERBOSE_ON ((g_flags)&VERBOSE)
37 #define LIST_ONLY ((g_flags)&LIST)
38 #define SHOW_MIME ((g_flags)&LISTMIME)
39 #define USE_PATHS ((g_flags)&PATHS)
40 #define INTERACTIVE ((g_flags)&CONFIRM)
42 #define NUMBER_FILES ((g_flags)&NUMBERED)
44 #define ENCODE_SKIP ((g_flags)&ENCODE_OK)
45 #define CRUFT_SKIP ((g_flags)&CRUFT_OK)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/example/jsonptr/
H A Djsonptr.cc760 } g_flags = {0}; variable
764 g_flags.spaces = 4; in parse_flags()
792 g_flags.max_output_depth = 1; in parse_flags()
862 g_flags.tabs = true; in parse_flags()
869 if (g_flags.query_c_string && in parse_flags()
870 !Query::validate(g_flags.query_c_string, strlen(g_flags.query_c_string), in parse_flags()
906 if (g_flags.output_comments && !g_flags.compact_output && in initialize_globals()
911 if (g_flags.input_allow_inf_nan_numbers && !g_flags.output_inf_nan_numbers) { in initialize_globals()
916 if (g_flags.remaining_argc > in initialize_globals()
923 g_bytes_per_indent_depth = g_flags.tabs ? 1 : g_flags.spaces; in initialize_globals()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dyara_clam.h83 (((x)->g_flags) & STRING_GFLAGS_NO_CASE)
86 (((x)->g_flags) & STRING_GFLAGS_ASCII)
89 (((x)->g_flags) & STRING_GFLAGS_WIDE)
92 (((x)->g_flags) & STRING_GFLAGS_REGEXP)
110 (((x)->g_flags) & STRING_GFLAGS_LITERAL)
140 (((x)->g_flags) & RULE_GFLAGS_PRIVATE)
143 (((x)->g_flags) & RULE_GFLAGS_GLOBAL)
146 (((x)->g_flags) & RULE_GFLAGS_NULL)
337 int32_t g_flags; member
473 uint32_t g_flags; member
[all …]
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dyara_clam.h83 (((x)->g_flags) & STRING_GFLAGS_NO_CASE)
86 (((x)->g_flags) & STRING_GFLAGS_ASCII)
89 (((x)->g_flags) & STRING_GFLAGS_WIDE)
92 (((x)->g_flags) & STRING_GFLAGS_REGEXP)
110 (((x)->g_flags) & STRING_GFLAGS_LITERAL)
140 (((x)->g_flags) & RULE_GFLAGS_PRIVATE)
143 (((x)->g_flags) & RULE_GFLAGS_GLOBAL)
146 (((x)->g_flags) & RULE_GFLAGS_NULL)
337 int32_t g_flags; member
473 uint32_t g_flags; member
[all …]
/dports/sysutils/modules/modules-4.6.0/compat/
H A DcmdInfo.c137 sprintf( tmpbuf, "%d", g_flags); in cmdModuleInfo()
146 if( g_flags & M_SWSTATE1) in cmdModuleInfo()
148 else if( g_flags & M_SWSTATE2) in cmdModuleInfo()
150 else if( g_flags & M_SWSTATE3) in cmdModuleInfo()
152 else if( g_flags & M_LOAD) in cmdModuleInfo()
154 else if( g_flags & M_REMOVE) in cmdModuleInfo()
156 else if( g_flags & M_DISPLAY) in cmdModuleInfo()
158 else if( g_flags & M_HELP) in cmdModuleInfo()
160 else if( g_flags & M_WHATIS) in cmdModuleInfo()
162 else if( g_flags & M_NONPERSIST) in cmdModuleInfo()
[all …]
H A DcmdSetenv.c156 if( g_flags & M_DISPLAY) { in cmdSetEnv()
238 if( g_flags & M_SWSTATE1) { in moduleSetenv()
241 } else if( g_flags & M_SWSTATE2) { in moduleSetenv()
243 } else if( g_flags & M_SWSTATE3) { in moduleSetenv()
252 } else if( (g_flags & M_REMOVE) && !force) { in moduleSetenv()
328 if (g_flags & M_NONPERSIST) { in cmdUnsetEnv()
336 if( g_flags & M_DISPLAY) { in cmdUnsetEnv()
341 } else if( g_flags & M_REMOVE && argc == 3) { in cmdUnsetEnv()
342 int save_flags = g_flags; in cmdUnsetEnv()
344 g_flags = (g_flags & ~M_REMOVE) | M_LOAD; in cmdUnsetEnv()
[all …]
H A DModuleCmd_Init.c164 if (g_flags & M_SWITCH) { in ModuleCmd_Init()
230 if (!(g_flags & M_DISPLAY) && in ModuleCmd_Init()
253 if (!(g_flags & M_DISPLAY)) in ModuleCmd_Init()
260 if (!(g_flags & M_DISPLAY)) in ModuleCmd_Init()
263 if (!(g_flags & M_CLEAR)) { in ModuleCmd_Init()
282 if (g_flags & M_DISPLAY) { in ModuleCmd_Init()
320 if (g_flags & M_REMOVE) in ModuleCmd_Init()
372 && !(g_flags & M_PREPEND)) { in ModuleCmd_Init()
402 if (!(g_flags & M_DISPLAY)) in ModuleCmd_Init()
406 if (g_flags & M_DISPLAY) { in ModuleCmd_Init()
[all …]
H A DModuleCmd_Load.c130 if (!(g_flags & M_SUBCMD)) { in ModuleCmd_Load()
132 g_flags |= M_LOAD; in ModuleCmd_Load()
133 g_flags &= ~M_REMOVE; in ModuleCmd_Load()
135 g_flags |= M_REMOVE; in ModuleCmd_Load()
136 g_flags &= ~M_LOAD; in ModuleCmd_Load()
138 g_flags |= M_SUBCMD; in ModuleCmd_Load()
141 g_flags |= M_REMOVE; in ModuleCmd_Load()
142 g_flags &= ~M_LOAD; in ModuleCmd_Load()
301 g_flags &= ~M_LOAD; in ModuleCmd_Load()
303 g_flags &= ~M_REMOVE; in ModuleCmd_Load()
H A DcmdAlias.c110 if( g_flags & (M_WHATIS | M_HELP)) in cmdSetAlias()
130 if( g_flags & M_DISPLAY) { in cmdSetAlias()
142 if( g_flags & M_SWSTATE1) { in cmdSetAlias()
145 } else if( g_flags & M_SWSTATE2) { in cmdSetAlias()
147 } else if( g_flags & M_SWSTATE3) { in cmdSetAlias()
155 } else if( g_flags & M_REMOVE) { in cmdSetAlias()
163 if( *argv[0] == 'u' || (g_flags & M_REMOVE)) in cmdSetAlias()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/example/cbor-to-json/
H A Dcbor-to-json.cc305 } g_flags = {0}; variable
309 g_flags.spaces = 4; in parse_flags()
332 g_flags.compact_output = true; in parse_flags()
351 g_flags.spaces = arg[0] - '0'; in parse_flags()
357 g_flags.tabs = true; in parse_flags()
364 g_flags.remaining_argc = argc - c; in parse_flags()
365 g_flags.remaining_argv = argv + c; in parse_flags()
457 if (!g_flags.compact_output) { in WritePreambleAndUpdateContext()
710 if (g_flags.compact_output) { in Pop()
744 g_bytes_per_indent_depth = g_flags.tabs ? 1 : g_flags.spaces; in main1()
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/
H A DmmOptionNetSettings.cpp92 flex_sizer3->Add(proxyNameTextCtr, g_flags); in Create()
94 flex_sizer3->Add(m_proxy_port, g_flags); in Create()
96 proxyStaticBoxSizer->Add(flex_sizer3, g_flags); in Create()
116 flex_sizer4->Add(m_webserver_checkbox, g_flags); in Create()
118 flex_sizer4->Add(m_webserver_port, g_flags); in Create()
120 webserverStaticBoxSizer->Add(flex_sizer4, g_flags); in Create()
133 usageStaticBoxSizer->Add(m_send_data, g_flags); in Create()
149 flex_sizer5->Add(m_network_timeout, g_flags); in Create()
151 timeoutStaticBoxSizer->Add(flex_sizer5, g_flags); in Create()
163 updateStaticBoxSizer->Add(m_check_update, g_flags); in Create()
[all …]
H A DmmOptionViewSettings.cpp68 view_sizer1->Add(m_choice_visible, g_flags); in Create()
95 view_sizer1->Add(m_choice_trans_visible, g_flags); in Create()
121 view_sizer1->Add(m_choice_font_size, g_flags); in Create()
127 viewsPanelSizer->Add(m_budget_financial_years, g_flags); in Create()
162 userColourSettingStBoxSizer->Add(m_UDFCB1, g_flags); in Create()
166 userColourSettingStBoxSizer->Add(m_UDFCB2, g_flags); in Create()
170 userColourSettingStBoxSizer->Add(m_UDFCB3, g_flags); in Create()
174 userColourSettingStBoxSizer->Add(m_UDFCB4, g_flags); in Create()
178 userColourSettingStBoxSizer->Add(m_UDFCB5, g_flags); in Create()
182 userColourSettingStBoxSizer->Add(m_UDFCB6, g_flags); in Create()
[all …]
H A DmmOptionMiscSettings.cpp57 othersPanelSizer->Add(itemStaticTextURL, g_flags); in Create()
106 newTransflexGridSizer->Add(defaultDateChoice, g_flags); in Create()
108 newTransflexGridSizer->Add(defaultPayeeChoice, g_flags); in Create()
110 newTransflexGridSizer->Add(defaultCategoryChoice, g_flags); in Create()
112 newTransflexGridSizer->Add(default_status, g_flags); in Create()
132 backupStaticBoxSizer->Add(backupCheckBox, g_flags); in Create()
138 backupStaticBoxSizer->Add(backupUpdateCheckBox, g_flags); in Create()
147 flex_sizer2->Add(new wxStaticText(this, wxID_STATIC, _("Max Files")), g_flags); in Create()
148 flex_sizer2->Add(m_max_files, g_flags); in Create()
160 csvStaticBoxSizer->Add(csvStaticBoxSizerGrid, g_flags); in Create()
[all …]
H A Dbudgetentrydialog.cpp107 itemGridSizer2->Add(new wxStaticText(itemPanel7, wxID_STATIC, _("Category: ")), g_flags); in CreateControls()
116 itemGridSizer2->Add(itemTextSubCatTag, g_flags); in CreateControls()
117 itemGridSizer2->Add(itemTextSubCatName, wxSizerFlags(g_flags).Align(wxALIGN_RIGHT)); in CreateControls()
120 itemGridSizer2->Add(itemTextEstCatAmt, wxSizerFlags(g_flags).Align(wxALIGN_RIGHT)); in CreateControls()
121 itemGridSizer2->Add(new wxStaticText(itemPanel7, wxID_STATIC, _("Actual:")), g_flags); in CreateControls()
122 itemGridSizer2->Add(itemTextActCatAmt, wxSizerFlags(g_flags).Align(wxALIGN_RIGHT)); in CreateControls()
124 itemGridSizer2->Add(new wxStaticText(itemPanel7, wxID_STATIC, _("Type:")), g_flags); in CreateControls()
143 itemGridSizer2->Add(new wxStaticText(itemPanel7, wxID_STATIC, _("Amount:")), g_flags); in CreateControls()
154 itemBoxSizer2->Add(itemBoxSizer9, wxSizerFlags(g_flags).Center()); in CreateControls()
157 itemBoxSizer9->Add(itemButton7, g_flags); in CreateControls()
[all …]
H A Dcurrencydialog.cpp160 itemBoxSizer2->Add(itemFlexGridSizer3, g_flags); in CreateControls()
166 itemFlexGridSizer3->Add(m_currencyName, g_flags); in CreateControls()
174 itemFlexGridSizer3->Add(new wxStaticText(this, wxID_STATIC, _("Unit Name")), g_flags); in CreateControls()
178 itemFlexGridSizer3->Add(new wxStaticText(this, wxID_STATIC, _("Cents Name")), g_flags); in CreateControls()
190 itemFlexGridSizer3->Add(new wxStaticText(this, wxID_STATIC, _("Decimal Char")), g_flags); in CreateControls()
202 itemFlexGridSizer3->Add(new wxStaticText(this, wxID_STATIC, _("Scale")), g_flags); in CreateControls()
220 itemStaticBoxSizer_02->Add(baseRateSample_, g_flags); in CreateControls()
228 itemStaticBoxSizer_01->Add(sampleText_, g_flags); in CreateControls()
232 itemBoxSizer2->Add(itemBoxSizer22, wxSizerFlags(g_flags).Centre()); in CreateControls()
235 itemBoxSizer22->Add(itemButton24, g_flags); in CreateControls()
[all …]
H A Dassetdialog.cpp107 itemBoxSizer3->Add(itemStaticBoxSizer4, g_flags); in CreateControls()
111 itemStaticBoxSizer4->Add(itemPanel5, g_flags); in CreateControls()
117 itemFlexGridSizer6->Add(n, g_flags); in CreateControls()
128 itemFlexGridSizer6->Add(m_dpc, g_flags); in CreateControls()
143 itemFlexGridSizer6->Add(v, g_flags); in CreateControls()
150 itemFlexGridSizer6->Add(m_value, g_flags); in CreateControls()
165 itemFlexGridSizer6->Add(m_valueChangeRateLabel, g_flags); in CreateControls()
171 itemFlexGridSizer6->Add(m_valueChangeRate, g_flags); in CreateControls()
189 itemBoxSizer3->Add(itemPanel27, wxSizerFlags(g_flags).Center()); in CreateControls()
195 itemBoxSizer28->Add(itemButton29, g_flags); in CreateControls()
[all …]
H A DmmOptionGeneralSettings.cpp69 headerStaticBoxSizer->Add(new wxStaticText(this, wxID_STATIC, _("User Name")), g_flags); in Create()
89 languageStaticBoxSizer->Add(languageButton, g_flags); in Create()
98 currencyStaticBoxSizer->Add(new wxStaticText(this, wxID_STATIC, _("Base Currency")), g_flags); in Create()
107 currencyStaticBoxSizer->Add(baseCurrencyButton, g_flags); in Create()
121 dateFormatStaticBoxSizer->Add(m_date_format_choice, g_flags); in Create()
127 _("New date format sample:")), wxSizerFlags(g_flags).Border(wxLEFT, 15)); in Create()
128 dateFormatStaticBoxSizer->Add(m_sample_date_text, wxSizerFlags(g_flags).Border(wxLEFT, 5)); in Create()
147 financialYearStaticBoxSizerGrid->Add(textFPSDay, g_flags); in Create()
157 financialYearStaticBoxSizerGrid->Add(m_month_selection, g_flags); in Create()
169 generalPanelSizer->Add(m_use_org_date_copy_paste, g_flags); in Create()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/example/jsonfindptrs/
H A Djsonfindptrs.cc216 } g_flags = {0}; variable
220 g_flags.max_output_depth = 0xFFFFFFFF; in parse_flags()
243 g_flags.max_output_depth = 1; in parse_flags()
274 g_flags.query_c_string = arg; in parse_flags()
278 g_flags.only_parse_dont_output = true; in parse_flags()
289 g_flags.remaining_argc = argc - c; in parse_flags()
290 g_flags.remaining_argv = argv + c; in parse_flags()
373 if (depth++ >= g_flags.max_output_depth) { in print_json_pointers()
515 if (g_flags.remaining_argc > 1) { in main1()
517 } else if (g_flags.remaining_argc == 1) { in main1()
[all …]
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dg_serialized.c1262 point->flags = g_flags; in lwpoint_from_gserialized_buffer()
1293 line->flags = g_flags; in lwline_from_gserialized_buffer()
1327 poly->flags = g_flags; in lwpoly_from_gserialized_buffer()
1382 triangle->flags = g_flags; in lwtriangle_from_gserialized_buffer()
1413 circstring->flags = g_flags; in lwcircstring_from_gserialized_buffer()
1449 collection->flags = g_flags; in lwcollection_from_gserialized_buffer()
1467 FLAGS_SET_BBOX(g_flags, 0); in lwcollection_from_gserialized_buffer()
1499 FLAGS_GET_Z(g_flags), FLAGS_GET_M(g_flags), FLAGS_GET_GEODETIC(g_flags), FLAGS_GET_BBOX(g_flags)); in lwgeom_from_gserialized_buffer()
1532 uint8_t g_flags = 0; in lwgeom_from_gserialized() local
1543 g_flags = g->flags; in lwgeom_from_gserialized()
[all …]
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Dg_serialized.c1006 point->flags = g_flags; in rtpoint_from_gserialized_buffer()
1037 line->flags = g_flags; in rtline_from_gserialized_buffer()
1071 poly->flags = g_flags; in rtpoly_from_gserialized_buffer()
1124 triangle->flags = g_flags; in rttriangle_from_gserialized_buffer()
1155 circstring->flags = g_flags; in rtcircstring_from_gserialized_buffer()
1191 collection->flags = g_flags; in rtcollection_from_gserialized_buffer()
1203 RTFLAGS_SET_BBOX(g_flags, 0); in rtcollection_from_gserialized_buffer()
1235 …RTFLAGS_GET_Z(g_flags), RTFLAGS_GET_M(g_flags), RTFLAGS_GET_GEODETIC(g_flags), RTFLAGS_GET_BBOX(g_… in rtgeom_from_gserialized_buffer()
1268 uint8_t g_flags = 0; in rtgeom_from_gserialized() local
1279 g_flags = g->flags; in rtgeom_from_gserialized()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dswaponoff.c107 #define g_flags (G.flags) macro
108 #define save_g_flags() int save_g_flags = g_flags
109 #define restore_g_flags() g_flags = save_g_flags
111 #define g_flags 0 macro
166 err = swapon(device, g_flags); in swap_enable_disable()
187 g_flags = (g_flags & ~SWAP_FLAG_DISCARD_MASK) | SWAP_FLAG_DISCARD; in set_discard_flag()
198 g_flags |= SWAP_FLAG_DISCARD_ONCE; in set_discard_flag()
200 g_flags |= SWAP_FLAG_DISCARD_PAGES; in set_discard_flag()
218 g_flags = (g_flags & ~SWAP_FLAG_PRIO_MASK) | SWAP_FLAG_PREFER | in set_priority_flag()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webxr_test_pages/
H A Dupdate_bucket.py51 g_flags = None variable
78 if g_flags.dry_run:
226 if not is_working_dir_clean() and not g_flags.ignore_unclean_status:
235 if latest_cr_position is None and not g_flags.force_destination_cr_position:
315 global g_flags
316 g_flags = parser.parse_args()
318 if g_flags.verbose:
328 if g_flags.direct_publish_samples_source and g_flags.direct_publish_samples_dest:
330 g_flags.direct_publish_samples_source,
331 g_flags.direct_publish_samples_dest)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/script/
H A Dprint-json-token-debug-format.c174 } g_flags = {0}; variable
199 g_flags.all_tokens = true; in parse_flags()
203 g_flags.human_readable = true; in parse_flags()
207 g_flags.input_format = FILE_FORMAT_CBOR; in parse_flags()
211 g_flags.input_format = FILE_FORMAT_JSON; in parse_flags()
215 g_flags.quirks = true; in parse_flags()
222 g_flags.remaining_argc = argc - c; in parse_flags()
223 g_flags.remaining_argv = argv + c; in parse_flags()
255 if (g_flags.remaining_argc > 0) { in main1()
285 if (g_flags.quirks) { in main1()
[all …]
H A Dprocess-json-numbers.c145 } g_flags = {0}; variable
170 g_flags.emit_number_str = true; in parse_flags()
174 g_flags.parse_number_f64 = true; in parse_flags()
178 g_flags.render_number_f64 = true; in parse_flags()
185 g_flags.remaining_argc = argc - c; in parse_flags()
186 g_flags.remaining_argv = argv + c; in parse_flags()
193 if (g_flags.remaining_argc > 0) { in main1()
232 if (g_flags.emit_number_str) { in main1()
238 if (g_flags.parse_number_f64) { in main1()
264 if (g_flags.render_number_f64) { in main1()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webxr_test_pages/
H A Dupdate_bucket.py51 g_flags = None variable
78 if g_flags.dry_run:
226 if not is_working_dir_clean() and not g_flags.ignore_unclean_status:
235 if latest_cr_position is None and not g_flags.force_destination_cr_position:
315 global g_flags
316 g_flags = parser.parse_args()
318 if g_flags.verbose:
328 if g_flags.direct_publish_samples_source and g_flags.direct_publish_samples_dest:
330 g_flags.direct_publish_samples_source,
331 g_flags.direct_publish_samples_dest)
[all …]

123456