Home
last modified time | relevance | path

Searched refs:input (Results 1 – 5 of 5) sorted by relevance

/iperf/src/
H A Dcjson.c628 if ((input[i] >= '0') && (input[i] <= '9')) in parse_hex4()
632 else if ((input[i] >= 'A') && (input[i] <= 'F')) in parse_hex4()
636 else if ((input[i] >= 'a') && (input[i] <= 'f')) in parse_hex4()
922 if (input == NULL) in print_string_ptr()
2757 *input += static_strlen("//"); in skip_oneline_comment()
2759 for (; (*input)[0] != '\0'; ++(*input)) in skip_oneline_comment()
2772 for (; (*input)[0] != '\0'; ++(*input)) in skip_multiline_comment()
2774 if (((*input)[0] == '*') && ((*input)[1] == '/')) in skip_multiline_comment()
2783 (*output)[0] = (*input)[0]; in minify_string()
2788 for (; (*input)[0] != '\0'; (void)++(*input), ++(*output)) { in minify_string()
[all …]
/iperf/
H A DLICENSE231 * input and output numbers, converting with kilo, mega, giga
H A Daclocal.m44213 [Specify filename containing input files for $NM])
5924 …$CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $…
6221 [Specify filename containing input files])
7199 …bobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test…
8284 # 10000 chars as input seems more than enough
H A Dconfigure10707 …$CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $…
/iperf/config/
H A Dltmain.sh9971 func_verbose "creating $NM input file list: $output"
10128 func_verbose "creating linker input file list: $output"