Searched refs:module_file (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/radiusd/
H A Dradiusd_file.c50 struct module_file { struct
79 static void auth_pap(struct module_file *, u_int, RADIUS_PACKET *, char *,
81 static void auth_md5chap(struct module_file *, u_int, RADIUS_PACKET *,
83 static void auth_mschapv2(struct module_file *, u_int, RADIUS_PACKET *,
85 static void auth_reject(struct module_file *, u_int, RADIUS_PACKET *,
235 struct module_file module_file; local
239 memset(&module_file, 0, sizeof(module_file));
240 if ((module_file
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dinccode.t293 my (undef,$module_file) = @_;
/openbsd-current/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2597 FileSpec module_file(pathname);
2598 FileSystem::Instance().Resolve(module_file);
2601 std::error_code ec = status(module_file.GetPath(), st);
2615 if (module_file.GetDirectory().IsEmpty()) {
2620 ExtendSysPath(module_file.GetDirectory().GetCString())) {
2624 module_name = module_file.GetFilename().GetCString();
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp930 const FileSpec module_file(shlibs.GetFileSpecAtIndex(shlib_idx));
931 ModuleSpec module_spec(module_file);
949 module_file.GetPath().c_str());

Completed in 178 milliseconds