Searched refs:fret (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdiondk1.cpp | 863 int fret = fseek(fp, PARAM_0, SEEK_SET);
in Ftell_One() local 864 NAPI_ASSERT(env, fret == PARAM_0, "ftell fseek Error");
in Ftell_One() 879 int fret = fseek(fp, PARAM_0, SEEK_SET);
in Ftello_One() local 880 NAPI_ASSERT(env, fret == PARAM_0, "ftello fseek Error");
in Ftello_One() 895 int fret = fseek(fp, PARAM_0, SEEK_SET);
in Ftello64_One() local 896 NAPI_ASSERT(env, fret == PARAM_0, "ftello64 fseek Error");
in Ftello64_One() 1069 int fret = fseek(fp, PARAM_0, SEEK_SET);
in Getdelim_One() local 1070 NAPI_ASSERT(env, fret == PARAM_0, "getdelim fseek Error");
in Getdelim_One() 1088 int fret = fseek(fp, PARAM_0, SEEK_SET);
in Getline_One() local 1089 NAPI_ASSERT(env, fret in Getline_One() [all...] |
Completed in 3 milliseconds