HomeSort by relevance Sort by last modified time
    Searched full:paramsf (Results 1 - 2 of 2) sorted by null

  /external/curl/tests/libtest/
lib572.c 47 FILE *paramsf = NULL; local
99 paramsf = fopen("log/file572.txt", "rb");
100 if(paramsf == NULL) {
107 test_setopt(curl, CURLOPT_READDATA, paramsf);
116 fclose(paramsf);
117 paramsf = NULL;
165 if(paramsf)
166 fclose(paramsf);
  /external/clang/test/SemaCXX/
attr-mode-tmpl.cpp 50 T2 __attribute__((mode(SF))) paramSF,

Completed in 237 milliseconds