Searched refs:fstr (Results 1 – 4 of 4) sorted by relevance
17 void fstr(int n, ...) { in fstr() function47 fstr(1, x[0]); in foo()
85 static void ie_to_string(char *fstr, size_t fstr_len, const struct wpabuf *ies) in ie_to_string() argument87 char *fpos = fstr; in ie_to_string()88 char *fend = fstr + fstr_len; in ie_to_string()234 fstr[0] = '\0'; in ie_to_string()
48 std::ifstream fstr; variable55 fstr.open(filename.c_str()); in LineReader()59 ~LineReader() { fstr.close(); } in ~LineReader()
2360 fstr.seekg(0, std::ios::beg); in readLine()2363 fstr.getline(buff, 500); in readLine()