| /src/external/gpl3/gdb/dist/gdb/ |
| c-valprint.c | 206 const char *search_name = msymbol.minsym->search_name (); 207 wsym = lookup_symbol_search_name (search_name, NULL, 205 const char *search_name = msymbol.minsym->search_name (); local
|
| p-valprint.c | 255 const char *search_name = msymbol.minsym->search_name (); 256 wsym = lookup_symbol_search_name (search_name, NULL, 254 const char *search_name = msymbol.minsym->search_name (); local
|
| symtab.c | 553 /* See whether FILENAME matches SEARCH_NAME using the rule that we 559 compare_filenames_for_search (const char *filename, const char *search_name) 562 size_t search_len = strlen (search_name); 568 if (FILENAME_CMP (filename + len - search_len, search_name) != 0) 572 preceding the trailing SEARCH_NAME segment of FILENAME must be a 575 The check !IS_ABSOLUTE_PATH ensures SEARCH_NAME "/dir/file.c" 581 compatible with SEARCH_NAME "file.c". In such case a compiler had 585 || (!IS_ABSOLUTE_PATH (search_name) 598 const char *search_name) 603 int search_path_elements = count_path_elements (search_name); 1165 general_symbol_info::search_name () const function in class:general_symbol_info [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| c-valprint.c | 207 const char *search_name = msymbol.minsym->search_name (); 208 wsym = lookup_symbol_search_name (search_name, NULL, 206 const char *search_name = msymbol.minsym->search_name (); local
|
| p-valprint.c | 255 const char *search_name = msymbol.minsym->search_name (); 256 wsym = lookup_symbol_search_name (search_name, NULL, 254 const char *search_name = msymbol.minsym->search_name (); local
|
| symtab.c | 523 /* See whether FILENAME matches SEARCH_NAME using the rule that we 529 compare_filenames_for_search (const char *filename, const char *search_name) 532 size_t search_len = strlen (search_name); 538 if (FILENAME_CMP (filename + len - search_len, search_name) != 0) 542 preceding the trailing SEARCH_NAME segment of FILENAME must be a 545 The check !IS_ABSOLUTE_PATH ensures SEARCH_NAME "/dir/file.c" 551 compatible with SEARCH_NAME "file.c". In such case a compiler had 555 || (!IS_ABSOLUTE_PATH (search_name) 568 const char *search_name) 573 int search_path_elements = count_path_elements (search_name); 1146 general_symbol_info::search_name () const function in class:general_symbol_info [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/implementations/storemgmt/ |
| file_store.c | 90 * |search_name| contains the file basename to look for. 93 char search_name[9]; member in struct:file_ctx_st::__anon598::__anon600 366 BIO_snprintf(ctx->_.dir.search_name, sizeof(ctx->_.dir.search_name), 615 size_t len = strlen(ctx->_.dir.search_name); 618 if (ctx->_.dir.search_name[0] == '\0') 630 if (OPENSSL_strncasecmp(name, ctx->_.dir.search_name, len) != 0
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/ |
| file_store.c | 91 * |search_name| contains the file basename to look for. 94 char search_name[9]; member in struct:file_ctx_st::__anon1637::__anon1639 370 BIO_snprintf(ctx->_.dir.search_name, sizeof(ctx->_.dir.search_name), 578 size_t len = strlen(ctx->_.dir.search_name); 581 if (ctx->_.dir.search_name[0] == '\0') 593 if (OPENSSL_strncasecmp(name, ctx->_.dir.search_name, len) != 0
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/store/ |
| loader_file.c | 759 * |search_name| contains the file basename to look for. 762 char search_name[9]; member in struct:ossl_store_loader_ctx_st::__anon2123::__anon2125 989 BIO_snprintf(ctx->_.dir.search_name, sizeof(ctx->_.dir.search_name), 1225 if (ctx->_.dir.search_name[0] == '\0') 1237 if (strncasecmp(name, ctx->_.dir.search_name, 1238 sizeof(ctx->_.dir.search_name) - 1) != 0 1239 || name[sizeof(ctx->_.dir.search_name) - 1] != '.') 1241 p = &name[sizeof(ctx->_.dir.search_name)];
|
| /src/external/mpl/bind/dist/lib/dns/ |
| rbt.c | 702 dns_name_t *search_name, current_name, *callback_name; local 745 * search_name is the name segment being sought in each tree level. 746 * By using a fixedname, the search_name will definitely have offsets 750 search_name = dns_fixedname_initname(&fixedsearchname); 751 INSIST(search_name != NULL); 752 dns_name_clone(name, search_name); 761 compared = dns_name_fullcompare(search_name, ¤t_name, 805 nlabels = dns_name_countlabels(search_name); 829 dns_name_getlabelsequence(search_name, 920 dns_name_split(search_name, common_labels [all...] |
| /src/crypto/external/apache2/openssl/dist/engines/ |
| e_loader_attic.c | 889 * |search_name| contains the file basename to look for. 892 char search_name[9]; member in struct:ossl_store_loader_ctx_st::__anon383::__anon385 1148 BIO_snprintf(ctx->_.dir.search_name, sizeof(ctx->_.dir.search_name), 1436 size_t len = strlen(ctx->_.dir.search_name); 1439 if (ctx->_.dir.search_name[0] == '\0') 1451 if (OPENSSL_strncasecmp(name, ctx->_.dir.search_name, len) != 0
|
| /src/crypto/external/bsd/openssl/dist/engines/ |
| e_loader_attic.c | 890 * |search_name| contains the file basename to look for. 893 char search_name[9]; member in struct:ossl_store_loader_ctx_st::__anon1480::__anon1482 1162 BIO_snprintf(ctx->_.dir.search_name, sizeof(ctx->_.dir.search_name), 1452 size_t len = strlen(ctx->_.dir.search_name); 1455 if (ctx->_.dir.search_name[0] == '\0') 1467 if (OPENSSL_strncasecmp(name, ctx->_.dir.search_name, len) != 0
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rbt.c | 1544 dns_name_t *search_name, current_name, *callback_name; local 1586 * search_name is the name segment being sought in each tree level. 1587 * By using a fixedname, the search_name will definitely have offsets 1592 search_name = dns_fixedname_initname(&fixedsearchname); 1593 INSIST(search_name != NULL); 1594 dns_name_clone(name, search_name); 1603 compared = dns_name_fullcompare(search_name, ¤t_name, 1646 nlabels = dns_name_countlabels(search_name); 1668 dns_name_getlabelsequence(search_name, 1754 dns_name_split(search_name, common_labels [all...] |