Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_config.h.in81 /* Define to 1 if you have the <strings.h> header file. */
H A Dcjson.h224 CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char *const *strings, int count);
H A Dcjson.c2639 CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char *const *strings, int count) in cJSON_CreateStringArray() argument
2646 if ((count < 0) || (strings == NULL)) in cJSON_CreateStringArray()
2655 n = cJSON_CreateString(strings[i]); in cJSON_CreateStringArray()
/iperf/
H A Daclocal.m4287 # double-quoted strings.
573 # Quote evaled strings.
586 # Double-quote double-evaled strings.
1210 AC_MSG_CHECKING([how to print strings])
5478 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
6546 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
H A Dconfigure2420 as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"