Home
last modified time | relevance | path

Searched refs:mod_str (Results 1 – 25 of 123) sorted by relevance

12345

/dports/x11/xnee/xnee-3.19/libxnee/src/
H A Dxnee_km.c44 get_modifier_sub(xnee_data *xd, char *mod_str) ;
121 if (xnee_check (mod_str, in get_modifier_from_mapping_sub()
154 if (xnee_check(mod_str, "Alt", "Alt")) in get_modifier_from_mapping()
159 else if (xnee_check(mod_str, "Shift", "Shift")) in get_modifier_from_mapping()
164 else if (xnee_check(mod_str, "Control", "Control")) in get_modifier_from_mapping()
169 else if (xnee_check(mod_str, "Scroll_Lock", "Scroll")) in get_modifier_from_mapping()
173 else if (xnee_check(mod_str, "Caps_Lock", "Caps")) in get_modifier_from_mapping()
187 get_modifier_sub(xnee_data *xd, char *mod_str) in get_modifier_sub() argument
191 if( xnee_check (mod_str, "ShiftMask", "ShiftMask" ) ) in get_modifier_sub()
227 else if( xnee_check (mod_str, "none", "0" ) ) in get_modifier_sub()
[all …]
/dports/misc/xiphos/xiphos-4.2.1/src/editor/
H A Dlink_dialog.c62 const gchar *mod_str = NULL; in button_ok_clicked_cb() local
70 mod_str = gtk_entry_get_text(GTK_ENTRY(entry_module)); in button_ok_clicked_cb()
74 type = main_get_mod_type((gchar *)mod_str); in button_ok_clicked_cb()
76 if (mod_str) in button_ok_clicked_cb()
77 encoded_mod = main_url_encode(mod_str); in button_ok_clicked_cb()
106 const gchar *mod_str = NULL; in button_test_clicked_cb() local
112 mod_str = gtk_entry_get_text(GTK_ENTRY(entry_module)); in button_test_clicked_cb()
115 if (mod_str) in button_test_clicked_cb()
116 encoded_mod = main_url_encode(mod_str); in button_test_clicked_cb()
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/front/
H A Dlinker_c.c28 value FRONT_link(value mod_str, value verb) in FRONT_link() argument
30 CAMLparam2 (mod_str, verb); in FRONT_link()
37 LoadTopModule(String_val(mod_str)); in FRONT_link()
38 WriteAll(String_val(mod_str)); in FRONT_link()
/dports/lang/micropython/micropython-1.17/py/
H A Dbuiltinimport.c270 const char *mod_str = mp_obj_str_get_data(module_name, &mod_len); in mp_builtin___import__() local
324 memcpy(new_mod + (p - this_name) + 1, mod_str, mod_len); in mp_builtin___import__()
331 mod_str = qstr_str(new_mod_q); in mp_builtin___import__()
345 char *p = strchr(mod_str, '.'); in mp_builtin___import__()
354 qstr pkg_name = qstr_from_strn(mod_str, p - mod_str); in mp_builtin___import__()
366 if (i == mod_len || mod_str[i] == '.') { in mp_builtin___import__()
368 qstr mod_name = qstr_from_strn(mod_str, i); in mp_builtin___import__()
376 stat = find_file(mod_str, i, &path); in mp_builtin___import__()
380 vstr_add_strn(&path, mod_str + last, i - last); in mp_builtin___import__()
390 module_obj = mp_module_search_umodule(mod_str); in mp_builtin___import__()
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/lib/
H A Dedit.cc292 char mod_str[20]; in DurationToUtime() local
325 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in DurationToUtime()
332 mod_len = strlen(mod_str); in DurationToUtime()
337 if (bstrncasecmp(mod_str, mod[i], mod_len)) { in DurationToUtime()
423 char mod_str[20]; in strunit_to_uint64() local
435 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
442 mod_len = strlen(mod_str); in strunit_to_uint64()
447 if (bstrncasecmp(mod_str, mod[i], mod_len)) { in strunit_to_uint64()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/lib/
H A Dedit.c270 char mod_str[20]; in duration_to_utime() local
283 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in duration_to_utime()
287 mod_len = strlen(mod_str); in duration_to_utime()
292 if (strncasecmp(mod_str, mod[i], mod_len) == 0) { in duration_to_utime()
346 char mod_str[20]; in strunit_to_uint64() local
362 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
366 mod_len = strlen(mod_str); in strunit_to_uint64()
371 if (strncasecmp(mod_str, mod[i], mod_len) == 0) { in strunit_to_uint64()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/lib/
H A Dedit.c268 char mod_str[20]; in duration_to_utime() local
281 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in duration_to_utime()
285 mod_len = strlen(mod_str); in duration_to_utime()
290 if (strncasecmp(mod_str, mod[i], mod_len) == 0) { in duration_to_utime()
344 char mod_str[20]; in strunit_to_uint64() local
356 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
360 mod_len = strlen(mod_str); in strunit_to_uint64()
365 if (strncasecmp(mod_str, mod[i], mod_len) == 0) { in strunit_to_uint64()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/lib/
H A Dedit.c270 char mod_str[20]; in duration_to_utime() local
283 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in duration_to_utime()
287 mod_len = strlen(mod_str); in duration_to_utime()
292 if (strncasecmp(mod_str, mod[i], mod_len) == 0) { in duration_to_utime()
346 char mod_str[20]; in strunit_to_uint64() local
362 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
366 mod_len = strlen(mod_str); in strunit_to_uint64()
371 if (strncasecmp(mod_str, mod[i], mod_len) == 0) { in strunit_to_uint64()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/lib/
H A Dedit.c270 char mod_str[20]; in duration_to_utime() local
283 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in duration_to_utime()
287 mod_len = strlen(mod_str); in duration_to_utime()
292 if (strncasecmp(mod_str, mod[i], mod_len) == 0) { in duration_to_utime()
346 char mod_str[20]; in strunit_to_uint64() local
362 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
366 mod_len = strlen(mod_str); in strunit_to_uint64()
371 if (strncasecmp(mod_str, mod[i], mod_len) == 0) { in strunit_to_uint64()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/lib/
H A Dedit.c268 char mod_str[20]; in duration_to_utime() local
281 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in duration_to_utime()
285 mod_len = strlen(mod_str); in duration_to_utime()
290 if (strncasecmp(mod_str, mod[i], mod_len) == 0) { in duration_to_utime()
344 char mod_str[20]; in strunit_to_uint64() local
356 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
360 mod_len = strlen(mod_str); in strunit_to_uint64()
365 if (strncasecmp(mod_str, mod[i], mod_len) == 0) { in strunit_to_uint64()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/lib/
H A Dedit.c270 char mod_str[20]; in duration_to_utime() local
283 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in duration_to_utime()
287 mod_len = strlen(mod_str); in duration_to_utime()
292 if (strncasecmp(mod_str, mod[i], mod_len) == 0) { in duration_to_utime()
346 char mod_str[20]; in strunit_to_uint64() local
362 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
366 mod_len = strlen(mod_str); in strunit_to_uint64()
371 if (strncasecmp(mod_str, mod[i], mod_len) == 0) { in strunit_to_uint64()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/lib/
H A Dedit.c268 char mod_str[20]; in duration_to_utime() local
281 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in duration_to_utime()
285 mod_len = strlen(mod_str); in duration_to_utime()
290 if (strncasecmp(mod_str, mod[i], mod_len) == 0) { in duration_to_utime()
344 char mod_str[20]; in strunit_to_uint64() local
356 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
360 mod_len = strlen(mod_str); in strunit_to_uint64()
365 if (strncasecmp(mod_str, mod[i], mod_len) == 0) { in strunit_to_uint64()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/lib/
H A Dedit.c268 char mod_str[20]; in duration_to_utime() local
281 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in duration_to_utime()
285 mod_len = strlen(mod_str); in duration_to_utime()
290 if (strncasecmp(mod_str, mod[i], mod_len) == 0) { in duration_to_utime()
344 char mod_str[20]; in strunit_to_uint64() local
356 if (!get_modifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
360 mod_len = strlen(mod_str); in strunit_to_uint64()
365 if (strncasecmp(mod_str, mod[i], mod_len) == 0) { in strunit_to_uint64()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/lib/
H A Dedit.cc292 char mod_str[20]; in DurationToUtime() local
325 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in DurationToUtime()
332 mod_len = strlen(mod_str); in DurationToUtime()
337 if (bstrncasecmp(mod_str, mod[i], mod_len)) { in DurationToUtime()
423 char mod_str[20]; in strunit_to_uint64() local
435 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
442 mod_len = strlen(mod_str); in strunit_to_uint64()
447 if (bstrncasecmp(mod_str, mod[i], mod_len)) { in strunit_to_uint64()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/lib/
H A Dedit.cc292 char mod_str[20]; in DurationToUtime() local
325 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in DurationToUtime()
332 mod_len = strlen(mod_str); in DurationToUtime()
337 if (bstrncasecmp(mod_str, mod[i], mod_len)) { in DurationToUtime()
423 char mod_str[20]; in strunit_to_uint64() local
435 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
442 mod_len = strlen(mod_str); in strunit_to_uint64()
447 if (bstrncasecmp(mod_str, mod[i], mod_len)) { in strunit_to_uint64()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/lib/
H A Dedit.cc292 char mod_str[20]; in DurationToUtime() local
325 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in DurationToUtime()
332 mod_len = strlen(mod_str); in DurationToUtime()
337 if (bstrncasecmp(mod_str, mod[i], mod_len)) { in DurationToUtime()
423 char mod_str[20]; in strunit_to_uint64() local
435 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
442 mod_len = strlen(mod_str); in strunit_to_uint64()
447 if (bstrncasecmp(mod_str, mod[i], mod_len)) { in strunit_to_uint64()
/dports/sysutils/triton/Triton-0.8.1/doc/autocomplete/
H A Dgenerate_autocomplete.py220 mod_str = '{aarch64_class}\n\n{x86_class}\n\n{x86_64_class}\n\n{reg_class}'.format(
226 return mod_str
269 mod_str = """
277 return mod_str
306 mod_str = gen_module_for_object(obj_name, input_str)
307 modules.append(mod_str)
317 mod_str = gen_reg_module_str(src_dir)
319 mod_str = gen_module_for_namespace(name_name, input_str)
320 modules.append(mod_str)
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/lib/
H A Dedit.cc262 char mod_str[20]; in DurationToUtime() local
283 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in DurationToUtime()
290 mod_len = strlen(mod_str); in DurationToUtime()
295 if (bstrncasecmp(mod_str, mod[i], mod_len)) { break; } in DurationToUtime()
366 char mod_str[20]; in strunit_to_uint64() local
378 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
385 mod_len = strlen(mod_str); in strunit_to_uint64()
390 if (bstrncasecmp(mod_str, mod[i], mod_len)) { break; } in strunit_to_uint64()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/lib/
H A Dedit.cc262 char mod_str[20]; in DurationToUtime() local
283 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in DurationToUtime()
290 mod_len = strlen(mod_str); in DurationToUtime()
295 if (bstrncasecmp(mod_str, mod[i], mod_len)) { break; } in DurationToUtime()
366 char mod_str[20]; in strunit_to_uint64() local
391 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
398 mod_len = strlen(mod_str); in strunit_to_uint64()
403 if (bstrncasecmp(mod_str, mod[i], mod_len)) { break; } in strunit_to_uint64()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/lib/
H A Dedit.cc262 char mod_str[20]; in DurationToUtime() local
283 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in DurationToUtime()
290 mod_len = strlen(mod_str); in DurationToUtime()
295 if (bstrncasecmp(mod_str, mod[i], mod_len)) { break; } in DurationToUtime()
366 char mod_str[20]; in strunit_to_uint64() local
378 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
385 mod_len = strlen(mod_str); in strunit_to_uint64()
390 if (bstrncasecmp(mod_str, mod[i], mod_len)) { break; } in strunit_to_uint64()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/lib/
H A Dedit.cc262 char mod_str[20]; in DurationToUtime() local
283 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in DurationToUtime()
290 mod_len = strlen(mod_str); in DurationToUtime()
295 if (bstrncasecmp(mod_str, mod[i], mod_len)) { break; } in DurationToUtime()
366 char mod_str[20]; in strunit_to_uint64() local
391 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
398 mod_len = strlen(mod_str); in strunit_to_uint64()
403 if (bstrncasecmp(mod_str, mod[i], mod_len)) { break; } in strunit_to_uint64()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/lib/
H A Dedit.cc262 char mod_str[20]; in DurationToUtime() local
283 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in DurationToUtime()
290 mod_len = strlen(mod_str); in DurationToUtime()
295 if (bstrncasecmp(mod_str, mod[i], mod_len)) { break; } in DurationToUtime()
366 char mod_str[20]; in strunit_to_uint64() local
391 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
398 mod_len = strlen(mod_str); in strunit_to_uint64()
403 if (bstrncasecmp(mod_str, mod[i], mod_len)) { break; } in strunit_to_uint64()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/lib/
H A Dedit.cc262 char mod_str[20]; in DurationToUtime() local
283 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in DurationToUtime()
290 mod_len = strlen(mod_str); in DurationToUtime()
295 if (bstrncasecmp(mod_str, mod[i], mod_len)) { break; } in DurationToUtime()
366 char mod_str[20]; in strunit_to_uint64() local
378 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
385 mod_len = strlen(mod_str); in strunit_to_uint64()
390 if (bstrncasecmp(mod_str, mod[i], mod_len)) { break; } in strunit_to_uint64()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/lib/
H A Dedit.cc262 char mod_str[20]; in DurationToUtime() local
283 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in DurationToUtime()
290 mod_len = strlen(mod_str); in DurationToUtime()
295 if (bstrncasecmp(mod_str, mod[i], mod_len)) { break; } in DurationToUtime()
366 char mod_str[20]; in strunit_to_uint64() local
391 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
398 mod_len = strlen(mod_str); in strunit_to_uint64()
403 if (bstrncasecmp(mod_str, mod[i], mod_len)) { break; } in strunit_to_uint64()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/lib/
H A Dedit.cc262 char mod_str[20]; in DurationToUtime() local
283 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in DurationToUtime()
290 mod_len = strlen(mod_str); in DurationToUtime()
295 if (bstrncasecmp(mod_str, mod[i], mod_len)) { break; } in DurationToUtime()
366 char mod_str[20]; in strunit_to_uint64() local
378 if (!GetModifier(str, num_str, sizeof(num_str), mod_str, sizeof(mod_str))) { in strunit_to_uint64()
385 mod_len = strlen(mod_str); in strunit_to_uint64()
390 if (bstrncasecmp(mod_str, mod[i], mod_len)) { break; } in strunit_to_uint64()

12345