Searched refs:fstr (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/crypto/openssl/crypto/engine/
H A Dtb_asnmth.c231 ENGINE_FIND_STR fstr; local
232 fstr.e = NULL;
233 fstr.ameth = NULL;
234 fstr.str = str;
235 fstr.len = len;
237 engine_table_doall(pkey_asn1_meth_table, look_str_cb, &fstr);
239 if (fstr.e) {
240 fstr.e->struct_ref++;
241 engine_ref_debug(fstr.e, 0, 1)
243 *pe = fstr
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c188 char *fstr = NULL, *ofstr = NULL; local
285 fstr = concat(fstr, str, offset);
288 fstr = concat(fstr, str, 0);
291 fstr, stab->n_type, 0, stab->n_desc,
303 if (ofstr && strcmp(fstr, ofstr) == 0) {
305 free(fstr);
306 fstr = NULL;
312 ofstr = fstr;
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h55 std::ifstream fstr; member in class:llvm::LineReader
62 fstr.open(filename.c_str());
66 ~LineReader() { fstr.close(); }
H A DNVPTXAsmPrinter.cpp2166 fstr.seekg(0, std::ios::beg);
2169 fstr.getline(buff, 500);
/freebsd-10.3-release/contrib/ntp/util/
H A Dntp-keygen.c326 FILE *fstr = NULL; /* file handle */ local
514 if ((fstr = fopen(filename, "r")) != NULL) {
515 cert = PEM_read_X509(fstr, NULL, NULL, NULL);
516 fclose(fstr);

Completed in 90 milliseconds