Home
last modified time | relevance | path

Searched refs:argument_value (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/devel/libvsgpt/libvsgpt-20210207/tests/
H A Dvsgpt_test_getopt.c64 system_character_t *argument_value = NULL; in vsgpt_test_getopt() local
71 argument_value = next_option; in vsgpt_test_getopt()
80 argument_value = argument_values[ optind ]; in vsgpt_test_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in vsgpt_test_getopt()
90 if( *argument_value != (system_character_t) '-' ) in vsgpt_test_getopt()
94 argument_value++; in vsgpt_test_getopt()
98 if( *argument_value == (system_character_t) '-' ) in vsgpt_test_getopt()
108 optopt = *argument_value; in vsgpt_test_getopt()
114 argument_value++; in vsgpt_test_getopt()
152 next_option = argument_value; in vsgpt_test_getopt()
[all …]
/dports/devel/libvsgpt/libvsgpt-20210207/vsgpttools/
H A Dvsgpttools_getopt.c64 system_character_t *argument_value = NULL; in vsgpttools_getopt() local
71 argument_value = next_option; in vsgpttools_getopt()
80 argument_value = argument_values[ optind ]; in vsgpttools_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in vsgpttools_getopt()
90 if( *argument_value != (system_character_t) '-' ) in vsgpttools_getopt()
94 argument_value++; in vsgpttools_getopt()
98 if( *argument_value == (system_character_t) '-' ) in vsgpttools_getopt()
108 optopt = *argument_value; in vsgpttools_getopt()
114 argument_value++; in vsgpttools_getopt()
152 next_option = argument_value; in vsgpttools_getopt()
[all …]
/dports/devel/libvslvm/libvslvm-20210807/tests/
H A Dvslvm_test_getopt.c64 system_character_t *argument_value = NULL; in vslvm_test_getopt() local
71 argument_value = next_option; in vslvm_test_getopt()
80 argument_value = argument_values[ optind ]; in vslvm_test_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in vslvm_test_getopt()
90 if( *argument_value != (system_character_t) '-' ) in vslvm_test_getopt()
94 argument_value++; in vslvm_test_getopt()
98 if( *argument_value == (system_character_t) '-' ) in vslvm_test_getopt()
108 optopt = *argument_value; in vslvm_test_getopt()
114 argument_value++; in vslvm_test_getopt()
152 next_option = argument_value; in vslvm_test_getopt()
[all …]
/dports/devel/libvshadow/libvshadow-20210425/tests/
H A Dvshadow_test_getopt.c64 system_character_t *argument_value = NULL; in vshadow_test_getopt() local
71 argument_value = next_option; in vshadow_test_getopt()
80 argument_value = argument_values[ optind ]; in vshadow_test_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in vshadow_test_getopt()
90 if( *argument_value != (system_character_t) '-' ) in vshadow_test_getopt()
94 argument_value++; in vshadow_test_getopt()
98 if( *argument_value == (system_character_t) '-' ) in vshadow_test_getopt()
108 optopt = *argument_value; in vshadow_test_getopt()
114 argument_value++; in vshadow_test_getopt()
152 next_option = argument_value; in vshadow_test_getopt()
[all …]
/dports/devel/libvshadow/libvshadow-20210425/vshadowtools/
H A Dvshadowtools_getopt.c64 system_character_t *argument_value = NULL; in vshadowtools_getopt() local
71 argument_value = next_option; in vshadowtools_getopt()
80 argument_value = argument_values[ optind ]; in vshadowtools_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in vshadowtools_getopt()
90 if( *argument_value != (system_character_t) '-' ) in vshadowtools_getopt()
94 argument_value++; in vshadowtools_getopt()
98 if( *argument_value == (system_character_t) '-' ) in vshadowtools_getopt()
108 optopt = *argument_value; in vshadowtools_getopt()
114 argument_value++; in vshadowtools_getopt()
152 next_option = argument_value; in vshadowtools_getopt()
[all …]
/dports/devel/libvslvm/libvslvm-20210807/vslvmtools/
H A Dvslvmtools_getopt.c64 system_character_t *argument_value = NULL; in vslvmtools_getopt() local
71 argument_value = next_option; in vslvmtools_getopt()
80 argument_value = argument_values[ optind ]; in vslvmtools_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in vslvmtools_getopt()
90 if( *argument_value != (system_character_t) '-' ) in vslvmtools_getopt()
94 argument_value++; in vslvmtools_getopt()
98 if( *argument_value == (system_character_t) '-' ) in vslvmtools_getopt()
108 optopt = *argument_value; in vslvmtools_getopt()
114 argument_value++; in vslvmtools_getopt()
152 next_option = argument_value; in vslvmtools_getopt()
[all …]
/dports/devel/libbde/libbde-20210605/tests/
H A Dbde_test_getopt.c64 system_character_t *argument_value = NULL; in bde_test_getopt() local
71 argument_value = next_option; in bde_test_getopt()
80 argument_value = argument_values[ optind ]; in bde_test_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in bde_test_getopt()
90 if( *argument_value != (system_character_t) '-' ) in bde_test_getopt()
94 argument_value++; in bde_test_getopt()
98 if( *argument_value == (system_character_t) '-' ) in bde_test_getopt()
108 optopt = *argument_value; in bde_test_getopt()
114 argument_value++; in bde_test_getopt()
152 next_option = argument_value; in bde_test_getopt()
[all …]
/dports/devel/libbde/libbde-20210605/bdetools/
H A Dbdetools_getopt.c64 system_character_t *argument_value = NULL; in bdetools_getopt() local
71 argument_value = next_option; in bdetools_getopt()
80 argument_value = argument_values[ optind ]; in bdetools_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in bdetools_getopt()
90 if( *argument_value != (system_character_t) '-' ) in bdetools_getopt()
94 argument_value++; in bdetools_getopt()
98 if( *argument_value == (system_character_t) '-' ) in bdetools_getopt()
108 optopt = *argument_value; in bdetools_getopt()
114 argument_value++; in bdetools_getopt()
152 next_option = argument_value; in bdetools_getopt()
[all …]
/dports/devel/libcreg/libcreg-20210502/cregtools/
H A Dcregtools_getopt.c64 system_character_t *argument_value = NULL; in cregtools_getopt() local
71 argument_value = next_option; in cregtools_getopt()
80 argument_value = argument_values[ optind ]; in cregtools_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in cregtools_getopt()
90 if( *argument_value != (system_character_t) '-' ) in cregtools_getopt()
94 argument_value++; in cregtools_getopt()
98 if( *argument_value == (system_character_t) '-' ) in cregtools_getopt()
108 optopt = *argument_value; in cregtools_getopt()
114 argument_value++; in cregtools_getopt()
152 next_option = argument_value; in cregtools_getopt()
[all …]
/dports/devel/libcreg/libcreg-20210502/tests/
H A Dcreg_test_getopt.c64 system_character_t *argument_value = NULL; in creg_test_getopt() local
71 argument_value = next_option; in creg_test_getopt()
80 argument_value = argument_values[ optind ]; in creg_test_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in creg_test_getopt()
90 if( *argument_value != (system_character_t) '-' ) in creg_test_getopt()
94 argument_value++; in creg_test_getopt()
98 if( *argument_value == (system_character_t) '-' ) in creg_test_getopt()
108 optopt = *argument_value; in creg_test_getopt()
114 argument_value++; in creg_test_getopt()
152 next_option = argument_value; in creg_test_getopt()
[all …]
/dports/devel/libfsapfs/libfsapfs-20210424/fsapfstools/
H A Dfsapfstools_getopt.c64 system_character_t *argument_value = NULL; in fsapfstools_getopt() local
71 argument_value = next_option; in fsapfstools_getopt()
80 argument_value = argument_values[ optind ]; in fsapfstools_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in fsapfstools_getopt()
90 if( *argument_value != (system_character_t) '-' ) in fsapfstools_getopt()
94 argument_value++; in fsapfstools_getopt()
98 if( *argument_value == (system_character_t) '-' ) in fsapfstools_getopt()
108 optopt = *argument_value; in fsapfstools_getopt()
114 argument_value++; in fsapfstools_getopt()
152 next_option = argument_value; in fsapfstools_getopt()
[all …]
/dports/devel/libfshfs/libfshfs-20210722/tests/
H A Dfshfs_test_getopt.c64 system_character_t *argument_value = NULL; in fshfs_test_getopt() local
71 argument_value = next_option; in fshfs_test_getopt()
80 argument_value = argument_values[ optind ]; in fshfs_test_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in fshfs_test_getopt()
90 if( *argument_value != (system_character_t) '-' ) in fshfs_test_getopt()
94 argument_value++; in fshfs_test_getopt()
98 if( *argument_value == (system_character_t) '-' ) in fshfs_test_getopt()
108 optopt = *argument_value; in fshfs_test_getopt()
114 argument_value++; in fshfs_test_getopt()
152 next_option = argument_value; in fshfs_test_getopt()
[all …]
/dports/devel/libfsext/libfsext-20210721/tests/
H A Dfsext_test_getopt.c64 system_character_t *argument_value = NULL; in fsext_test_getopt() local
71 argument_value = next_option; in fsext_test_getopt()
80 argument_value = argument_values[ optind ]; in fsext_test_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in fsext_test_getopt()
90 if( *argument_value != (system_character_t) '-' ) in fsext_test_getopt()
94 argument_value++; in fsext_test_getopt()
98 if( *argument_value == (system_character_t) '-' ) in fsext_test_getopt()
108 optopt = *argument_value; in fsext_test_getopt()
114 argument_value++; in fsext_test_getopt()
152 next_option = argument_value; in fsext_test_getopt()
[all …]
/dports/devel/libevtx/libevtx-20210525/tests/
H A Devtx_test_getopt.c64 system_character_t *argument_value = NULL; in evtx_test_getopt() local
71 argument_value = next_option; in evtx_test_getopt()
80 argument_value = argument_values[ optind ]; in evtx_test_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in evtx_test_getopt()
90 if( *argument_value != (system_character_t) '-' ) in evtx_test_getopt()
94 argument_value++; in evtx_test_getopt()
98 if( *argument_value == (system_character_t) '-' ) in evtx_test_getopt()
108 optopt = *argument_value; in evtx_test_getopt()
114 argument_value++; in evtx_test_getopt()
152 next_option = argument_value; in evtx_test_getopt()
[all …]
/dports/devel/libfsxfs/libfsxfs-20210726/tests/
H A Dfsxfs_test_getopt.c64 system_character_t *argument_value = NULL; in fsxfs_test_getopt() local
71 argument_value = next_option; in fsxfs_test_getopt()
80 argument_value = argument_values[ optind ]; in fsxfs_test_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in fsxfs_test_getopt()
90 if( *argument_value != (system_character_t) '-' ) in fsxfs_test_getopt()
94 argument_value++; in fsxfs_test_getopt()
98 if( *argument_value == (system_character_t) '-' ) in fsxfs_test_getopt()
108 optopt = *argument_value; in fsxfs_test_getopt()
114 argument_value++; in fsxfs_test_getopt()
152 next_option = argument_value; in fsxfs_test_getopt()
[all …]
/dports/devel/libfshfs/libfshfs-20210722/fshfstools/
H A Dfshfstools_getopt.c64 system_character_t *argument_value = NULL; in fshfstools_getopt() local
71 argument_value = next_option; in fshfstools_getopt()
80 argument_value = argument_values[ optind ]; in fshfstools_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in fshfstools_getopt()
90 if( *argument_value != (system_character_t) '-' ) in fshfstools_getopt()
94 argument_value++; in fshfstools_getopt()
98 if( *argument_value == (system_character_t) '-' ) in fshfstools_getopt()
108 optopt = *argument_value; in fshfstools_getopt()
114 argument_value++; in fshfstools_getopt()
152 next_option = argument_value; in fshfstools_getopt()
[all …]
/dports/devel/libfsapfs/libfsapfs-20210424/tests/
H A Dfsapfs_test_getopt.c64 system_character_t *argument_value = NULL; in fsapfs_test_getopt() local
71 argument_value = next_option; in fsapfs_test_getopt()
80 argument_value = argument_values[ optind ]; in fsapfs_test_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in fsapfs_test_getopt()
90 if( *argument_value != (system_character_t) '-' ) in fsapfs_test_getopt()
94 argument_value++; in fsapfs_test_getopt()
98 if( *argument_value == (system_character_t) '-' ) in fsapfs_test_getopt()
108 optopt = *argument_value; in fsapfs_test_getopt()
114 argument_value++; in fsapfs_test_getopt()
152 next_option = argument_value; in fsapfs_test_getopt()
[all …]
/dports/devel/libfsext/libfsext-20210721/fsexttools/
H A Dfsexttools_getopt.c64 system_character_t *argument_value = NULL; in fsexttools_getopt() local
71 argument_value = next_option; in fsexttools_getopt()
80 argument_value = argument_values[ optind ]; in fsexttools_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in fsexttools_getopt()
90 if( *argument_value != (system_character_t) '-' ) in fsexttools_getopt()
94 argument_value++; in fsexttools_getopt()
98 if( *argument_value == (system_character_t) '-' ) in fsexttools_getopt()
108 optopt = *argument_value; in fsexttools_getopt()
114 argument_value++; in fsexttools_getopt()
152 next_option = argument_value; in fsexttools_getopt()
[all …]
/dports/devel/libsmraw/libsmraw-20210807/tests/
H A Dsmraw_test_getopt.c64 system_character_t *argument_value = NULL; in smraw_test_getopt() local
71 argument_value = next_option; in smraw_test_getopt()
80 argument_value = argument_values[ optind ]; in smraw_test_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in smraw_test_getopt()
90 if( *argument_value != (system_character_t) '-' ) in smraw_test_getopt()
94 argument_value++; in smraw_test_getopt()
98 if( *argument_value == (system_character_t) '-' ) in smraw_test_getopt()
108 optopt = *argument_value; in smraw_test_getopt()
114 argument_value++; in smraw_test_getopt()
152 next_option = argument_value; in smraw_test_getopt()
[all …]
/dports/devel/libvhdi/libvhdi-20210425/tests/
H A Dvhdi_test_getopt.c64 system_character_t *argument_value = NULL; in vhdi_test_getopt() local
71 argument_value = next_option; in vhdi_test_getopt()
80 argument_value = argument_values[ optind ]; in vhdi_test_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in vhdi_test_getopt()
90 if( *argument_value != (system_character_t) '-' ) in vhdi_test_getopt()
94 argument_value++; in vhdi_test_getopt()
98 if( *argument_value == (system_character_t) '-' ) in vhdi_test_getopt()
108 optopt = *argument_value; in vhdi_test_getopt()
114 argument_value++; in vhdi_test_getopt()
152 next_option = argument_value; in vhdi_test_getopt()
[all …]
/dports/devel/libvmdk/libvmdk-20210807/tests/
H A Dvmdk_test_getopt.c64 system_character_t *argument_value = NULL; in vmdk_test_getopt() local
71 argument_value = next_option; in vmdk_test_getopt()
80 argument_value = argument_values[ optind ]; in vmdk_test_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in vmdk_test_getopt()
90 if( *argument_value != (system_character_t) '-' ) in vmdk_test_getopt()
94 argument_value++; in vmdk_test_getopt()
98 if( *argument_value == (system_character_t) '-' ) in vmdk_test_getopt()
108 optopt = *argument_value; in vmdk_test_getopt()
114 argument_value++; in vmdk_test_getopt()
152 next_option = argument_value; in vmdk_test_getopt()
[all …]
/dports/devel/libvmdk/libvmdk-20210807/vmdktools/
H A Dvmdktools_getopt.c64 system_character_t *argument_value = NULL; in vmdktools_getopt() local
71 argument_value = next_option; in vmdktools_getopt()
80 argument_value = argument_values[ optind ]; in vmdktools_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in vmdktools_getopt()
90 if( *argument_value != (system_character_t) '-' ) in vmdktools_getopt()
94 argument_value++; in vmdktools_getopt()
98 if( *argument_value == (system_character_t) '-' ) in vmdktools_getopt()
108 optopt = *argument_value; in vmdktools_getopt()
114 argument_value++; in vmdktools_getopt()
152 next_option = argument_value; in vmdktools_getopt()
[all …]
/dports/devel/libsigscan/libsigscan-20210419/sigscantools/
H A Dsigscantools_getopt.c64 system_character_t *argument_value = NULL; in sigscantools_getopt() local
71 argument_value = next_option; in sigscantools_getopt()
80 argument_value = argument_values[ optind ]; in sigscantools_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in sigscantools_getopt()
90 if( *argument_value != (system_character_t) '-' ) in sigscantools_getopt()
94 argument_value++; in sigscantools_getopt()
98 if( *argument_value == (system_character_t) '-' ) in sigscantools_getopt()
108 optopt = *argument_value; in sigscantools_getopt()
114 argument_value++; in sigscantools_getopt()
152 next_option = argument_value; in sigscantools_getopt()
[all …]
/dports/devel/libvhdi/libvhdi-20210425/vhditools/
H A Dvhditools_getopt.c64 system_character_t *argument_value = NULL; in vhditools_getopt() local
71 argument_value = next_option; in vhditools_getopt()
80 argument_value = argument_values[ optind ]; in vhditools_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in vhditools_getopt()
90 if( *argument_value != (system_character_t) '-' ) in vhditools_getopt()
94 argument_value++; in vhditools_getopt()
98 if( *argument_value == (system_character_t) '-' ) in vhditools_getopt()
108 optopt = *argument_value; in vhditools_getopt()
114 argument_value++; in vhditools_getopt()
152 next_option = argument_value; in vhditools_getopt()
[all …]
/dports/devel/libsmraw/libsmraw-20210807/smrawtools/
H A Dsmrawtools_getopt.c64 system_character_t *argument_value = NULL; in smrawtools_getopt() local
71 argument_value = next_option; in smrawtools_getopt()
80 argument_value = argument_values[ optind ]; in smrawtools_getopt()
84 if( *argument_value == (system_character_t) '\0' ) in smrawtools_getopt()
90 if( *argument_value != (system_character_t) '-' ) in smrawtools_getopt()
94 argument_value++; in smrawtools_getopt()
98 if( *argument_value == (system_character_t) '-' ) in smrawtools_getopt()
108 optopt = *argument_value; in smrawtools_getopt()
114 argument_value++; in smrawtools_getopt()
152 next_option = argument_value; in smrawtools_getopt()
[all …]

12345678910>>...12