Home
last modified time | relevance | path

Searched refs:mod_end (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/hci/
H A Dreadline.c46 unsigned int mod_end = string->mod_end; in sync_console() local
55 if ( mod_end < string->cursor ) in sync_console()
56 mod_end = string->cursor; in sync_console()
65 while ( cursor < mod_end ) { in sync_console()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/hci/
H A Dreadline.c50 unsigned int mod_end = string->mod_end; in sync_console() local
59 if ( mod_end < string->cursor ) in sync_console()
60 mod_end = string->cursor; in sync_console()
69 while ( cursor < mod_end ) { in sync_console()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/hci/
H A Dreadline.c50 unsigned int mod_end = string->mod_end; in sync_console() local
59 if ( mod_end < string->cursor ) in sync_console()
60 mod_end = string->cursor; in sync_console()
69 while ( cursor < mod_end ) { in sync_console()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/hci/
H A Dreadline.c50 unsigned int mod_end = string->mod_end; in sync_console() local
59 if ( mod_end < string->cursor ) in sync_console()
60 mod_end = string->cursor; in sync_console()
69 while ( cursor < mod_end ) { in sync_console()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/hci/
H A Dreadline.c50 unsigned int mod_end = string->mod_end; in sync_console() local
59 if ( mod_end < string->cursor ) in sync_console()
60 mod_end = string->cursor; in sync_console()
69 while ( cursor < mod_end ) { in sync_console()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/hci/
H A Dreadline.c50 unsigned int mod_end = string->mod_end; in sync_console() local
59 if ( mod_end < string->cursor ) in sync_console()
60 mod_end = string->cursor; in sync_console()
69 while ( cursor < mod_end ) { in sync_console()
/dports/net/ipxe/ipxe-2265a65/src/hci/
H A Dreadline.c50 unsigned int mod_end = string->mod_end; in sync_console() local
59 if ( mod_end < string->cursor ) in sync_console()
60 mod_end = string->cursor; in sync_console()
69 while ( cursor < mod_end ) { in sync_console()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/hci/
H A Dreadline.c50 unsigned int mod_end = string->mod_end; in sync_console() local
59 if ( mod_end < string->cursor ) in sync_console()
60 mod_end = string->cursor; in sync_console()
69 while ( cursor < mod_end ) { in sync_console()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/hci/
H A Dreadline.c50 unsigned int mod_end = string->mod_end; in sync_console() local
59 if ( mod_end < string->cursor ) in sync_console()
60 mod_end = string->cursor; in sync_console()
69 while ( cursor < mod_end ) { in sync_console()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/lib/
H A Dedit.cc218 int i, len, num_begin, num_end, mod_begin, mod_end; in GetModifier() local
263 mod_end = i; in GetModifier()
264 if (mod_len > (mod_end - mod_begin + 1)) { in GetModifier()
265 mod_len = mod_end - mod_begin + 1; in GetModifier()
269 str, num_begin, num_end, mod_begin, mod_end); in GetModifier()
277 bstrncpy(str, &str[mod_end], len); in GetModifier()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/lib/
H A Dedit.c205 int i, len, num_begin, num_end, mod_begin, mod_end; in get_modifier() local
242 mod_end = i; in get_modifier()
243 if (mod_len > (mod_end - mod_begin + 1)) { in get_modifier()
244 mod_len = mod_end - mod_begin + 1; in get_modifier()
247 str, num_begin, num_end, mod_begin, mod_end); in get_modifier()
253 bstrncpy(str, &str[mod_end], len); in get_modifier()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/lib/
H A Dedit.c205 int i, len, num_begin, num_end, mod_begin, mod_end; in get_modifier() local
242 mod_end = i; in get_modifier()
243 if (mod_len > (mod_end - mod_begin + 1)) { in get_modifier()
244 mod_len = mod_end - mod_begin + 1; in get_modifier()
247 str, num_begin, num_end, mod_begin, mod_end); in get_modifier()
253 bstrncpy(str, &str[mod_end], len); in get_modifier()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/lib/
H A Dedit.c205 int i, len, num_begin, num_end, mod_begin, mod_end; in get_modifier() local
242 mod_end = i; in get_modifier()
243 if (mod_len > (mod_end - mod_begin + 1)) { in get_modifier()
244 mod_len = mod_end - mod_begin + 1; in get_modifier()
247 str, num_begin, num_end, mod_begin, mod_end); in get_modifier()
253 bstrncpy(str, &str[mod_end], len); in get_modifier()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/lib/
H A Dedit.c205 int i, len, num_begin, num_end, mod_begin, mod_end; in get_modifier() local
242 mod_end = i; in get_modifier()
243 if (mod_len > (mod_end - mod_begin + 1)) { in get_modifier()
244 mod_len = mod_end - mod_begin + 1; in get_modifier()
247 str, num_begin, num_end, mod_begin, mod_end); in get_modifier()
253 bstrncpy(str, &str[mod_end], len); in get_modifier()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/lib/
H A Dedit.c205 int i, len, num_begin, num_end, mod_begin, mod_end; in get_modifier() local
242 mod_end = i; in get_modifier()
243 if (mod_len > (mod_end - mod_begin + 1)) { in get_modifier()
244 mod_len = mod_end - mod_begin + 1; in get_modifier()
247 str, num_begin, num_end, mod_begin, mod_end); in get_modifier()
253 bstrncpy(str, &str[mod_end], len); in get_modifier()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/lib/
H A Dedit.c205 int i, len, num_begin, num_end, mod_begin, mod_end; in get_modifier() local
242 mod_end = i; in get_modifier()
243 if (mod_len > (mod_end - mod_begin + 1)) { in get_modifier()
244 mod_len = mod_end - mod_begin + 1; in get_modifier()
247 str, num_begin, num_end, mod_begin, mod_end); in get_modifier()
253 bstrncpy(str, &str[mod_end], len); in get_modifier()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/lib/
H A Dedit.c205 int i, len, num_begin, num_end, mod_begin, mod_end; in get_modifier() local
242 mod_end = i; in get_modifier()
243 if (mod_len > (mod_end - mod_begin + 1)) { in get_modifier()
244 mod_len = mod_end - mod_begin + 1; in get_modifier()
247 str, num_begin, num_end, mod_begin, mod_end); in get_modifier()
253 bstrncpy(str, &str[mod_end], len); in get_modifier()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/lib/
H A Dedit.c205 int i, len, num_begin, num_end, mod_begin, mod_end; in get_modifier() local
242 mod_end = i; in get_modifier()
243 if (mod_len > (mod_end - mod_begin + 1)) { in get_modifier()
244 mod_len = mod_end - mod_begin + 1; in get_modifier()
247 str, num_begin, num_end, mod_begin, mod_end); in get_modifier()
253 bstrncpy(str, &str[mod_end], len); in get_modifier()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/lib/
H A Dedit.cc218 int i, len, num_begin, num_end, mod_begin, mod_end; in GetModifier() local
263 mod_end = i; in GetModifier()
264 if (mod_len > (mod_end - mod_begin + 1)) { in GetModifier()
265 mod_len = mod_end - mod_begin + 1; in GetModifier()
269 str, num_begin, num_end, mod_begin, mod_end); in GetModifier()
277 bstrncpy(str, &str[mod_end], len); in GetModifier()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/lib/
H A Dedit.cc218 int i, len, num_begin, num_end, mod_begin, mod_end; in GetModifier() local
263 mod_end = i; in GetModifier()
264 if (mod_len > (mod_end - mod_begin + 1)) { in GetModifier()
265 mod_len = mod_end - mod_begin + 1; in GetModifier()
269 str, num_begin, num_end, mod_begin, mod_end); in GetModifier()
277 bstrncpy(str, &str[mod_end], len); in GetModifier()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/lib/
H A Dedit.cc218 int i, len, num_begin, num_end, mod_begin, mod_end; in GetModifier() local
263 mod_end = i; in GetModifier()
264 if (mod_len > (mod_end - mod_begin + 1)) { in GetModifier()
265 mod_len = mod_end - mod_begin + 1; in GetModifier()
269 str, num_begin, num_end, mod_begin, mod_end); in GetModifier()
277 bstrncpy(str, &str[mod_end], len); in GetModifier()
/dports/emulators/qemu-utils/qemu-4.2.1/tests/multiboot/
H A Dmodules.c41 unsigned int size = mod->mod_end - mod->mod_start; in test_main()
44 mod, mod->mod_start, mod->mod_end, size, mod->string); in test_main()
/dports/emulators/qemu5/qemu-5.2.0/tests/multiboot/
H A Dmodules.c41 unsigned int size = mod->mod_end - mod->mod_start; in test_main()
44 mod, mod->mod_start, mod->mod_end, size, mod->string); in test_main()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/multiboot/
H A Dmodules.c41 unsigned int size = mod->mod_end - mod->mod_start; in test_main()
44 mod, mod->mod_start, mod->mod_end, size, mod->string); in test_main()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/multiboot/
H A Dmodules.c41 unsigned int size = mod->mod_end - mod->mod_start; in test_main()
44 mod, mod->mod_start, mod->mod_end, size, mod->string); in test_main()

12345678910