Home
last modified time | relevance | path

Searched defs:retS (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestWchar.cpp172 wchar_t *retS = fgetws(str, sizeof(str)/sizeof(str[0]), fp); in HWTEST_F() local
H A DIoTestStdio.cpp45 char *retS = fgets(str, sizeof(str), fp); in HWTEST_F() local
357 ssize_t retS = getline(&linePtr, &len, fp); in HWTEST_F() local
381 ssize_t retS = getdelim(&linePtr, &len, ' ', fp); in HWTEST_F() local

Completed in 4 milliseconds