Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dstruct-union-BE.c17 void fstr(int n, ...) { in fstr() function
47 fstr(1, x[0]); in foo()
/external/wpa_supplicant_8/src/ap/
Dtaxonomy.c85 static void ie_to_string(char *fstr, size_t fstr_len, const struct wpabuf *ies) in ie_to_string() argument
87 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()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h48 std::ifstream fstr; variable
55 fstr.open(filename.c_str()); in LineReader()
59 ~LineReader() { fstr.close(); } in ~LineReader()
DNVPTXAsmPrinter.cpp2360 fstr.seekg(0, std::ios::beg); in readLine()
2363 fstr.getline(buff, 500); in readLine()