Home
last modified time | relevance | path

Searched refs:option_ptr (Results 1 – 25 of 133) sorted by relevance

123456

/dports/sysutils/freeipmi/freeipmi-1.6.8/common/toolcommon/
H A Dtool-config-file-common.c85 assert (option_ptr); in _config_file_bool()
106 assert (option_ptr); in _config_file_uint8()
136 assert (option_ptr);
165 assert (option_ptr); in _config_file_positive_int()
193 assert (option_ptr); in _config_file_percent_int()
221 assert (option_ptr); in _config_file_unsigned_int()
249 assert (option_ptr); in _config_file_positive_unsigned_int()
277 assert (option_ptr); in _config_file_string()
305 assert (option_ptr); in _config_file_driver_type()
340 assert (option_ptr); in _config_file_username()
[all …]
/dports/devel/cccc/cccc-3.1.6/cccc/
H A Dcccc_opt.cc186 const char **option_ptr; in Load_Options() local
188 option_ptr=default_fileext_options; in Load_Options()
189 while( (*option_ptr)!=NULL) in Load_Options()
192 option_string+=(*option_ptr); in Load_Options()
195 option_ptr++; in Load_Options()
199 while( (*option_ptr)!=NULL) in Load_Options()
202 option_string+=(*option_ptr); in Load_Options()
205 option_ptr++; in Load_Options()
209 while( (*option_ptr)!=NULL) in Load_Options()
212 option_string+=(*option_ptr); in Load_Options()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Ddumpfile.c736 for (option_ptr = dump_options; option_ptr->name; option_ptr++) in dump_switch_p_1()
737 if (strlen (option_ptr->name) == length in dump_switch_p_1()
738 && !memcmp (option_ptr->name, ptr, length)) in dump_switch_p_1()
740 flags |= option_ptr->value; in dump_switch_p_1()
836 for (option_ptr = optinfo_verbosity_options; option_ptr->name; in opt_info_switch_p_1()
837 option_ptr++) in opt_info_switch_p_1()
838 if (strlen (option_ptr->name) == length in opt_info_switch_p_1()
839 && !memcmp (option_ptr->name, ptr, length)) in opt_info_switch_p_1()
841 *flags |= option_ptr->value; in opt_info_switch_p_1()
845 for (option_ptr = optgroup_options; option_ptr->name; option_ptr++) in opt_info_switch_p_1()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Ddumpfile.c706 for (option_ptr = dump_options; option_ptr->name; option_ptr++) in dump_switch_p_1()
707 if (strlen (option_ptr->name) == length in dump_switch_p_1()
708 && !memcmp (option_ptr->name, ptr, length)) in dump_switch_p_1()
710 flags |= option_ptr->value; in dump_switch_p_1()
805 for (option_ptr = optinfo_verbosity_options; option_ptr->name; in opt_info_switch_p_1()
806 option_ptr++) in opt_info_switch_p_1()
807 if (strlen (option_ptr->name) == length in opt_info_switch_p_1()
808 && !memcmp (option_ptr->name, ptr, length)) in opt_info_switch_p_1()
810 *flags |= option_ptr->value; in opt_info_switch_p_1()
814 for (option_ptr = optgroup_options; option_ptr->name; option_ptr++) in opt_info_switch_p_1()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Ddumpfile.c706 for (option_ptr = dump_options; option_ptr->name; option_ptr++) in dump_switch_p_1()
707 if (strlen (option_ptr->name) == length in dump_switch_p_1()
708 && !memcmp (option_ptr->name, ptr, length)) in dump_switch_p_1()
710 flags |= option_ptr->value; in dump_switch_p_1()
805 for (option_ptr = optinfo_verbosity_options; option_ptr->name; in opt_info_switch_p_1()
806 option_ptr++) in opt_info_switch_p_1()
807 if (strlen (option_ptr->name) == length in opt_info_switch_p_1()
808 && !memcmp (option_ptr->name, ptr, length)) in opt_info_switch_p_1()
810 *flags |= option_ptr->value; in opt_info_switch_p_1()
814 for (option_ptr = optgroup_options; option_ptr->name; option_ptr++) in opt_info_switch_p_1()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddumpfile.c841 for (option_ptr = dump_options; option_ptr->name; option_ptr++) in dump_switch_p_1()
842 if (strlen (option_ptr->name) == length in dump_switch_p_1()
843 && !memcmp (option_ptr->name, ptr, length)) in dump_switch_p_1()
845 flags |= option_ptr->value; in dump_switch_p_1()
941 for (option_ptr = optinfo_verbosity_options; option_ptr->name; in opt_info_switch_p_1()
942 option_ptr++) in opt_info_switch_p_1()
943 if (strlen (option_ptr->name) == length in opt_info_switch_p_1()
944 && !memcmp (option_ptr->name, ptr, length)) in opt_info_switch_p_1()
946 *flags |= option_ptr->value; in opt_info_switch_p_1()
950 for (option_ptr = optgroup_options; option_ptr->name; option_ptr++) in opt_info_switch_p_1()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Ddumpfile.c797 for (option_ptr = dump_options; option_ptr->name; option_ptr++) in dump_switch_p_1()
798 if (strlen (option_ptr->name) == length in dump_switch_p_1()
799 && !memcmp (option_ptr->name, ptr, length)) in dump_switch_p_1()
801 flags |= option_ptr->value; in dump_switch_p_1()
897 for (option_ptr = optinfo_verbosity_options; option_ptr->name; in opt_info_switch_p_1()
898 option_ptr++) in opt_info_switch_p_1()
899 if (strlen (option_ptr->name) == length in opt_info_switch_p_1()
900 && !memcmp (option_ptr->name, ptr, length)) in opt_info_switch_p_1()
902 *flags |= option_ptr->value; in opt_info_switch_p_1()
906 for (option_ptr = optgroup_options; option_ptr->name; option_ptr++) in opt_info_switch_p_1()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Ddumpfile.c841 for (option_ptr = dump_options; option_ptr->name; option_ptr++) in dump_switch_p_1()
842 if (strlen (option_ptr->name) == length in dump_switch_p_1()
843 && !memcmp (option_ptr->name, ptr, length)) in dump_switch_p_1()
845 flags |= option_ptr->value; in dump_switch_p_1()
941 for (option_ptr = optinfo_verbosity_options; option_ptr->name; in opt_info_switch_p_1()
942 option_ptr++) in opt_info_switch_p_1()
943 if (strlen (option_ptr->name) == length in opt_info_switch_p_1()
944 && !memcmp (option_ptr->name, ptr, length)) in opt_info_switch_p_1()
946 *flags |= option_ptr->value; in opt_info_switch_p_1()
950 for (option_ptr = optgroup_options; option_ptr->name; option_ptr++) in opt_info_switch_p_1()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Ddumpfile.c841 for (option_ptr = dump_options; option_ptr->name; option_ptr++) in dump_switch_p_1()
842 if (strlen (option_ptr->name) == length in dump_switch_p_1()
843 && !memcmp (option_ptr->name, ptr, length)) in dump_switch_p_1()
845 flags |= option_ptr->value; in dump_switch_p_1()
941 for (option_ptr = optinfo_verbosity_options; option_ptr->name; in opt_info_switch_p_1()
942 option_ptr++) in opt_info_switch_p_1()
943 if (strlen (option_ptr->name) == length in opt_info_switch_p_1()
944 && !memcmp (option_ptr->name, ptr, length)) in opt_info_switch_p_1()
946 *flags |= option_ptr->value; in opt_info_switch_p_1()
950 for (option_ptr = optgroup_options; option_ptr->name; option_ptr++) in opt_info_switch_p_1()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Ddumpfile.c841 for (option_ptr = dump_options; option_ptr->name; option_ptr++) in dump_switch_p_1()
842 if (strlen (option_ptr->name) == length in dump_switch_p_1()
843 && !memcmp (option_ptr->name, ptr, length)) in dump_switch_p_1()
845 flags |= option_ptr->value; in dump_switch_p_1()
941 for (option_ptr = optinfo_verbosity_options; option_ptr->name; in opt_info_switch_p_1()
942 option_ptr++) in opt_info_switch_p_1()
943 if (strlen (option_ptr->name) == length in opt_info_switch_p_1()
944 && !memcmp (option_ptr->name, ptr, length)) in opt_info_switch_p_1()
946 *flags |= option_ptr->value; in opt_info_switch_p_1()
950 for (option_ptr = optgroup_options; option_ptr->name; option_ptr++) in opt_info_switch_p_1()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddumpfile.c841 for (option_ptr = dump_options; option_ptr->name; option_ptr++) in dump_switch_p_1()
842 if (strlen (option_ptr->name) == length in dump_switch_p_1()
843 && !memcmp (option_ptr->name, ptr, length)) in dump_switch_p_1()
845 flags |= option_ptr->value; in dump_switch_p_1()
941 for (option_ptr = optinfo_verbosity_options; option_ptr->name; in opt_info_switch_p_1()
942 option_ptr++) in opt_info_switch_p_1()
943 if (strlen (option_ptr->name) == length in opt_info_switch_p_1()
944 && !memcmp (option_ptr->name, ptr, length)) in opt_info_switch_p_1()
946 *flags |= option_ptr->value; in opt_info_switch_p_1()
950 for (option_ptr = optgroup_options; option_ptr->name; option_ptr++) in opt_info_switch_p_1()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Ddumpfile.c841 for (option_ptr = dump_options; option_ptr->name; option_ptr++) in dump_switch_p_1()
842 if (strlen (option_ptr->name) == length in dump_switch_p_1()
843 && !memcmp (option_ptr->name, ptr, length)) in dump_switch_p_1()
845 flags |= option_ptr->value; in dump_switch_p_1()
941 for (option_ptr = optinfo_verbosity_options; option_ptr->name; in opt_info_switch_p_1()
942 option_ptr++) in opt_info_switch_p_1()
943 if (strlen (option_ptr->name) == length in opt_info_switch_p_1()
944 && !memcmp (option_ptr->name, ptr, length)) in opt_info_switch_p_1()
946 *flags |= option_ptr->value; in opt_info_switch_p_1()
950 for (option_ptr = optgroup_options; option_ptr->name; option_ptr++) in opt_info_switch_p_1()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Ddumpfile.c797 for (option_ptr = dump_options; option_ptr->name; option_ptr++) in dump_switch_p_1()
798 if (strlen (option_ptr->name) == length in dump_switch_p_1()
799 && !memcmp (option_ptr->name, ptr, length)) in dump_switch_p_1()
801 flags |= option_ptr->value; in dump_switch_p_1()
897 for (option_ptr = optinfo_verbosity_options; option_ptr->name; in opt_info_switch_p_1()
898 option_ptr++) in opt_info_switch_p_1()
899 if (strlen (option_ptr->name) == length in opt_info_switch_p_1()
900 && !memcmp (option_ptr->name, ptr, length)) in opt_info_switch_p_1()
902 *flags |= option_ptr->value; in opt_info_switch_p_1()
906 for (option_ptr = optgroup_options; option_ptr->name; option_ptr++) in opt_info_switch_p_1()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/lwip/core/
H A Ddhcp.c193 if (option_ptr != NULL) in dhcp_handle_offer()
421 u8_t *option_ptr; in dhcp_handle_ack() local
429 if (option_ptr != NULL) { in dhcp_handle_ack()
434 option_ptr = dhcp_get_option_ptr(dhcp, DHCP_OPTION_T1); in dhcp_handle_ack()
435 if (option_ptr != NULL) { in dhcp_handle_ack()
444 option_ptr = dhcp_get_option_ptr(dhcp, DHCP_OPTION_T2); in dhcp_handle_ack()
445 if (option_ptr != NULL) { in dhcp_handle_ack()
473 if (option_ptr != NULL) { in dhcp_handle_ack()
479 if (option_ptr != NULL) { in dhcp_handle_ack()
485 if (option_ptr != NULL) { in dhcp_handle_ack()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/core/
H A Ddhcp.c221 if (option_ptr != NULL) { in dhcp_handle_offer()
471 u8_t *option_ptr; in dhcp_handle_ack() local
479 if (option_ptr != NULL) { in dhcp_handle_ack()
484 option_ptr = dhcp_get_option_ptr(dhcp, DHCP_OPTION_T1); in dhcp_handle_ack()
485 if (option_ptr != NULL) { in dhcp_handle_ack()
494 option_ptr = dhcp_get_option_ptr(dhcp, DHCP_OPTION_T2); in dhcp_handle_ack()
495 if (option_ptr != NULL) { in dhcp_handle_ack()
523 if (option_ptr != NULL) { in dhcp_handle_ack()
529 if (option_ptr != NULL) { in dhcp_handle_ack()
535 if (option_ptr != NULL) { in dhcp_handle_ack()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/core/
H A Ddhcp.c221 if (option_ptr != NULL) { in dhcp_handle_offer()
471 u8_t *option_ptr; in dhcp_handle_ack() local
479 if (option_ptr != NULL) { in dhcp_handle_ack()
484 option_ptr = dhcp_get_option_ptr(dhcp, DHCP_OPTION_T1); in dhcp_handle_ack()
485 if (option_ptr != NULL) { in dhcp_handle_ack()
494 option_ptr = dhcp_get_option_ptr(dhcp, DHCP_OPTION_T2); in dhcp_handle_ack()
495 if (option_ptr != NULL) { in dhcp_handle_ack()
523 if (option_ptr != NULL) { in dhcp_handle_ack()
529 if (option_ptr != NULL) { in dhcp_handle_ack()
535 if (option_ptr != NULL) { in dhcp_handle_ack()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/
H A Ddhcp.c230 if (option_ptr != NULL) { in dhcp_handle_offer()
484 u8_t *option_ptr; in dhcp_handle_ack() local
492 if (option_ptr != NULL) { in dhcp_handle_ack()
497 option_ptr = dhcp_get_option_ptr(dhcp, DHCP_OPTION_T1); in dhcp_handle_ack()
498 if (option_ptr != NULL) { in dhcp_handle_ack()
507 option_ptr = dhcp_get_option_ptr(dhcp, DHCP_OPTION_T2); in dhcp_handle_ack()
508 if (option_ptr != NULL) { in dhcp_handle_ack()
536 if (option_ptr != NULL) { in dhcp_handle_ack()
542 if (option_ptr != NULL) { in dhcp_handle_ack()
548 if (option_ptr != NULL) { in dhcp_handle_ack()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/
H A Ddhcp.c230 if (option_ptr != NULL) { in dhcp_handle_offer()
484 u8_t *option_ptr; in dhcp_handle_ack() local
492 if (option_ptr != NULL) { in dhcp_handle_ack()
497 option_ptr = dhcp_get_option_ptr(dhcp, DHCP_OPTION_T1); in dhcp_handle_ack()
498 if (option_ptr != NULL) { in dhcp_handle_ack()
507 option_ptr = dhcp_get_option_ptr(dhcp, DHCP_OPTION_T2); in dhcp_handle_ack()
508 if (option_ptr != NULL) { in dhcp_handle_ack()
536 if (option_ptr != NULL) { in dhcp_handle_ack()
542 if (option_ptr != NULL) { in dhcp_handle_ack()
548 if (option_ptr != NULL) { in dhcp_handle_ack()
[all …]
/dports/sysutils/freeipmi/freeipmi-1.6.8/libipmiconsole/
H A Dipmiconsole.c149 assert (option_ptr); in _config_file_unsigned_int_positive()
151 value = (unsigned int *)option_ptr; in _config_file_unsigned_int_positive()
168 void *option_ptr, in _config_file_username() argument
192 void *option_ptr, in _config_file_password() argument
216 void *option_ptr, in _config_file_k_g() argument
243 void *option_ptr, in _config_file_privilege_level() argument
363 void *option_ptr, in _config_file_engine_flags() argument
400 void *option_ptr, in _config_file_behavior_flags() argument
433 void *option_ptr, in _config_file_debug_flags() argument
478 assert (option_ptr); in _config_file_sol_payload_instance()
[all …]
/dports/sysutils/freeipmi/freeipmi-1.6.8/common/miscutil/
H A Dconffile.h269 void *option_ptr,
280 void *option_ptr, \
320 void *option_ptr; member
H A Dconffile.c678 option->option_ptr, in _parseline()
784 if (option_ptr == NULL) { in CONFFILE_OPTION_FUNC()
789 *((int *)option_ptr) = data->boolval; in CONFFILE_OPTION_FUNC()
795 if (option_ptr == NULL) { in CONFFILE_OPTION_FUNC()
800 *((int *)option_ptr) = data->intval; in CONFFILE_OPTION_FUNC()
806 if (option_ptr == NULL) { in CONFFILE_OPTION_FUNC()
811 *((double *)option_ptr) = data->doubleval; in CONFFILE_OPTION_FUNC()
817 if (option_ptr == NULL || option_data <= 0) { in CONFFILE_OPTION_FUNC()
822 strncpy((char *)option_ptr, data->string, option_data); in CONFFILE_OPTION_FUNC()
823 ((char *)option_ptr)[option_data - 1] = '\0'; in CONFFILE_OPTION_FUNC()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmnghttp2/lib/
H A Dnghttp2_option.c29 int nghttp2_option_new(nghttp2_option **option_ptr) { in nghttp2_option_new() argument
30 *option_ptr = calloc(1, sizeof(nghttp2_option)); in nghttp2_option_new()
32 if (*option_ptr == NULL) { in nghttp2_option_new()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmnghttp2/lib/
H A Dnghttp2_option.c29 int nghttp2_option_new(nghttp2_option **option_ptr) { in nghttp2_option_new() argument
30 *option_ptr = calloc(1, sizeof(nghttp2_option)); in nghttp2_option_new()
32 if (*option_ptr == NULL) { in nghttp2_option_new()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmnghttp2/lib/
H A Dnghttp2_option.c29 int nghttp2_option_new(nghttp2_option **option_ptr) { in nghttp2_option_new() argument
30 *option_ptr = calloc(1, sizeof(nghttp2_option)); in nghttp2_option_new()
32 if (*option_ptr == NULL) { in nghttp2_option_new()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/lib/
H A Dnghttp2_option.c29 int nghttp2_option_new(nghttp2_option **option_ptr) { in nghttp2_option_new() argument
30 *option_ptr = calloc(1, sizeof(nghttp2_option)); in nghttp2_option_new()
32 if (*option_ptr == NULL) { in nghttp2_option_new()

123456