Home
last modified time | relevance | path

Searched refs:name_token (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/heimdal/appl/test/
H A Dgss_common.c139 gss_buffer_desc name_token; in print_gss_name() local
143 &name_token, in print_gss_name()
149 (int)name_token.length, in print_gss_name()
150 (char *)name_token.value); in print_gss_name()
152 gss_release_buffer (&min_stat, &name_token); in print_gss_name()
H A Dnt_gss_client.c57 gss_buffer_desc name_token; in proto() local
60 name_token.length = asprintf (&str, in proto()
64 name_token.value = str; in proto()
67 &name_token, in proto()
H A Dnt_gss_server.c77 gss_buffer_desc name_token; in proto() local
134 &name_token, in proto()
139 fprintf (stderr, "User is `%.*s'\n", (int)name_token.length, in proto()
140 (char *)name_token.value); in proto()
H A Dgssapi_client.c113 gss_buffer_desc name_token; in proto() local
121 name_token.length = asprintf (&str, in proto()
125 name_token.value = str; in proto()
128 &name_token, in proto()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp351 const void *name_token = in AddTypeSummary() local
366 name_token) && in AddTypeSummary()
443 const void *name_token = in AddTypeSynthetic() local
458 name_token) && in AddTypeSynthetic()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h58 const void *name_token = nullptr) override;
61 const void *name_token = nullptr) override;
64 const void *name_token = nullptr) override;
68 const void *name_token = nullptr) override;
H A DScriptInterpreterPython.cpp794 const void *name_token = nullptr) { in GenerateUniqueName() argument
800 if (!name_token) in GenerateUniqueName()
803 sstr.Printf("%s_%p", base_name_wanted, name_token); in GenerateUniqueName()
1378 StringList &user_input, std::string &output, const void *name_token) { in GenerateTypeScriptFunction() argument
1392 num_created_functions, name_token)); in GenerateTypeScriptFunction()
1431 StringList &user_input, std::string &output, const void *name_token) { in GenerateTypeSynthClass() argument
1444 "lldb_autogen_python_type_synth_class", num_created_classes, name_token)); in GenerateTypeSynthClass()
1782 const char *oneliner, std::string &output, const void *name_token) { in GenerateTypeScriptFunction() argument
1785 return GenerateTypeScriptFunction(input, output, name_token); in GenerateTypeScriptFunction()
1789 const char *oneliner, std::string &output, const void *name_token) { in GenerateTypeSynthClass() argument
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h208 const void *name_token = nullptr) {
214 const void *name_token = nullptr) {
224 const void *name_token = nullptr) {
229 const void *name_token = nullptr) {
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_console.c89 static char *name_token(char **p_last) in name_token() function
1576 p_cmd = name_token(p_last); in perfmgr_parse()
1588 p_cmd = name_token(p_last); in perfmgr_parse()
1592 p_cmd = name_token(p_last); in perfmgr_parse()
1595 p_cmd = name_token(p_last); in perfmgr_parse()