| /src/external/apache2/llvm/dist/llvm/lib/Extensions/ |
| Extensions.cpp | 8 namespace details { namespace in namespace:llvm
|
| Extensions.cpp | 8 namespace details { namespace in namespace:llvm
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| StructuralHash.cpp | 19 namespace details { namespace in namespace:__anon4418 68 } // namespace details 73 details::StructuralHash H; 79 details::StructuralHash H;
|
| StructuralHash.cpp | 19 namespace details { namespace in namespace:__anon4418 68 } // namespace details 73 details::StructuralHash H; 79 details::StructuralHash H;
|
| /src/external/bsd/less/dist/lesstest/ |
| lesstest.c | 8 int details = 0; variable 27 details = 1;
|
| lesstest.c | 8 int details = 0; variable 27 details = 1;
|
| /src/crypto/external/bsd/openssh/dist/ |
| ssh-ed25519-sk.c | 145 struct sshkey_sig_details *details = NULL; local 198 if ((details = calloc(1, sizeof(*details))) == NULL) { 202 details->sk_counter = sig_counter; 203 details->sk_flags = sig_flags; 239 *detailsp = details; 240 details = NULL; 245 sshkey_sig_details_free(details);
|
| ssh-ed25519-sk.c | 145 struct sshkey_sig_details *details = NULL; local 198 if ((details = calloc(1, sizeof(*details))) == NULL) { 202 details->sk_counter = sig_counter; 203 details->sk_flags = sig_flags; 239 *detailsp = details; 240 details = NULL; 245 sshkey_sig_details_free(details);
|
| ssh-ecdsa-sk.c | 236 struct sshkey_sig_details *details = NULL; local 254 if ((details = calloc(1, sizeof(*details))) == NULL) { 354 details->sk_counter = sig_counter; 355 details->sk_flags = sig_flags; 403 *detailsp = details; 404 details = NULL; 411 sshkey_sig_details_free(details);
|
| ssh-ecdsa-sk.c | 236 struct sshkey_sig_details *details = NULL; local 254 if ((details = calloc(1, sizeof(*details))) == NULL) { 354 details->sk_counter = sig_counter; 355 details->sk_flags = sig_flags; 403 *detailsp = details; 404 details = NULL; 411 sshkey_sig_details_free(details);
|
| /src/usr.bin/make/ |
| for.c | 487 char *details = ForLoop_Details(f); local 489 details, body->data); 490 free(details);
|
| for.c | 487 char *details = ForLoop_Details(f); local 489 details, body->data); 490 free(details);
|
| /src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| cmp_server.c | 253 OSSL_CMP_REVDETAILS *details; local 268 if ((details = sk_OSSL_CMP_REVDETAILS_value(req->body->value.rr, 274 tmpl = details->certDetails;
|
| cmp_server.c | 253 OSSL_CMP_REVDETAILS *details; local 268 if ((details = sk_OSSL_CMP_REVDETAILS_value(req->body->value.rr, 274 tmpl = details->certDetails;
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_handle.c | 156 char details[30]; local 210 (void) sprintf(details, " (0x%llx)", 215 details[0] = 0; 223 details, where, offinfo);
|
| dt_handle.c | 156 char details[30]; local 210 (void) sprintf(details, " (0x%llx)", 215 details[0] = 0; 223 details, where, offinfo);
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-connection.c | 15 GNU General Public License for more details. 268 /* Return a string that gives additional details about this connection, or 269 None, if there are no additional details for this connection type. */ 278 const char *details = conn->target->connection_string (); local 279 if (details != nullptr) 280 return host_string_to_python_string (details).release (); 473 { "details", connpy_get_connection_details, NULL, 474 "A string containing additional connection details.", NULL },
|
| py-connection.c | 15 GNU General Public License for more details. 268 /* Return a string that gives additional details about this connection, or 269 None, if there are no additional details for this connection type. */ 278 const char *details = conn->target->connection_string (); local 279 if (details != nullptr) 280 return host_string_to_python_string (details).release (); 473 { "details", connpy_get_connection_details, NULL, 474 "A string containing additional connection details.", NULL },
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-connection.c | 15 GNU General Public License for more details. 268 /* Return a string that gives additional details about this connection, or 269 None, if there are no additional details for this connection type. */ 278 const char *details = conn->target->connection_string (); local 279 if (details != nullptr) 280 return host_string_to_python_string (details).release (); 482 { "details", connpy_get_connection_details, NULL, 483 "A string containing additional connection details.", NULL },
|
| py-connection.c | 15 GNU General Public License for more details. 268 /* Return a string that gives additional details about this connection, or 269 None, if there are no additional details for this connection type. */ 278 const char *details = conn->target->connection_string (); local 279 if (details != nullptr) 280 return host_string_to_python_string (details).release (); 482 { "details", connpy_get_connection_details, NULL, 483 "A string containing additional connection details.", NULL },
|
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_server.c | 176 const char *txt = NULL, *details = NULL; local 195 details = ERR_reason_error_string(err); 202 msg = ossl_cmp_error_new(srv_ctx->ctx, si, errorCode, details, 320 OSSL_CMP_REVDETAILS *details; local 334 details = sk_OSSL_CMP_REVDETAILS_value(req->body->value.rr, 0); 335 if (details == NULL) { 340 tmpl = details->certDetails;
|
| cmp_server.c | 176 const char *txt = NULL, *details = NULL; local 195 details = ERR_reason_error_string(err); 202 msg = ossl_cmp_error_new(srv_ctx->ctx, si, errorCode, details, 320 OSSL_CMP_REVDETAILS *details; local 334 details = sk_OSSL_CMP_REVDETAILS_value(req->body->value.rr, 0); 335 if (details == NULL) { 340 tmpl = details->certDetails;
|
| /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| peers.cpp | 6 * See README for more details. 975 QString details; local 977 details = tr("P2P GO for interface ") + 980 details = tr("P2P client for interface ") + 984 details += "\nPersistent group"; 985 item->setData(details, peer_role_details);
|
| peers.cpp | 6 * See README for more details. 975 QString details; local 977 details = tr("P2P GO for interface ") + 980 details = tr("P2P client for interface ") + 984 details += "\nPersistent group"; 985 item->setData(details, peer_role_details);
|
| /src/external/bsd/wpa/dist/src/utils/ |
| http_curl.c | 6 * See README for more details. 515 LogotypeDetails *details; local 523 details = image->imageDetails; 524 if (details == NULL) 527 hash_num = sk_HashAlgAndValue_num(details->logotypeHash); 532 hash = sk_HashAlgAndValue_value(details->logotypeHash, 551 uri_num = sk_ASN1_IA5STRING_num(details->logotypeURI); 554 uri = sk_ASN1_IA5STRING_value(details->logotypeURI, j); 600 static void i2r_LogotypeDetails(LogotypeDetails *details, BIO *out, int indent) 605 if (details->mediaType) [all...] |