Home
last modified time | relevance | path

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

/AliOS-Things-master/components/posix/src/
A Denviro.c457 int len_real = 0; in confstr() local
460 len_real = strlen(_POSIX_GNU_LIBC_VERSION); in confstr()
462 if (len < len_real) { in confstr()
468 return len_real; in confstr()
470 len_real = strlen(_POSIX_GNU_LIBPTHREAD_VERSION); in confstr()
472 if (len < len_real) { in confstr()
478 return len_real; in confstr()

Completed in 3 milliseconds