Searched refs:Str (Results 1 – 5 of 5) sorted by relevance
53 #define coap_str_hash(Str,H) { \ argument54 assert(Str); \56 coap_hash((Str)->s, (Str)->length, (H)); \
69 Str=`cat $1`70 echo $Str > $276 word=${Str:i:8};87 Str=$194 word=${Str:i:8};
45 uint16_t osif_strlen(const char *Str);
486 char *Str,
14302 char *Str, in GetU1ByteIntegerFromStringInDecimal() argument14309 while (Str[i] != '\0') { in GetU1ByteIntegerFromStringInDecimal()14310 if (Str[i] >= '0' && Str[i] <= '9') { in GetU1ByteIntegerFromStringInDecimal()14312 *pInt += (Str[i] - '0'); in GetU1ByteIntegerFromStringInDecimal()