Home
last modified time | relevance | path

Searched refs:ident_str (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/codegen/
H A Ddyngen.rs180 let ident_str = codegen::helpers::ast_ty::cstr_expr(ident.to_string());
182 quote!(unsafe { __library.get(#ident_str) })
184 quote!(__library.get(#ident_str))
/third_party/python/Modules/
H A Dsyslogmodule.c123 const char *ident_str = NULL; in syslog_openlog() local
142 ident_str = PyUnicode_AsUTF8(ident); in syslog_openlog()
143 if (ident_str == NULL) { in syslog_openlog()
153 openlog(ident_str, logopt, facility); in syslog_openlog()

Completed in 2 milliseconds