/external/oprofile/opcontrol/ |
D | opcontrol.cpp | 447 char fullname[512]; in echo_dev() local 452 snprintf(fullname, 512, OP_DRIVER_BASE"/%d/%s", counter, file); in echo_dev() 455 snprintf(fullname, 512, OP_DRIVER_BASE"/%s", file); in echo_dev() 457 fd = open(fullname, O_WRONLY); in echo_dev() 459 fprintf(stderr, "Cannot open %s: %s\n", fullname, strerror(errno)); in echo_dev() 468 verbose("Configure %s (%s)\n", fullname, content); in echo_dev() 487 char fullname[512]; in do_status() local 493 sprintf(fullname, OP_DRIVER_BASE"/%d/enabled", i); in do_status() 494 num = read_num(fullname); in do_status() 499 sprintf(fullname, OP_DRIVER_BASE"/%d/event", i); in do_status() [all …]
|
/external/e2fsprogs/debugfs/ |
D | dump.c | 189 const char *fullname) in rdump_symlink() argument 231 if (symlink(buf, fullname) == -1) { in rdump_symlink() 232 com_err("rdump", errno, "while creating symlink %s -> %s", buf, fullname); in rdump_symlink() 245 char *fullname; in rdump_inode() local 249 fullname = malloc(strlen(dumproot) + strlen(name) + 2); in rdump_inode() 250 if (!fullname) { in rdump_inode() 254 sprintf(fullname, "%s/%s", dumproot, name); in rdump_inode() 257 rdump_symlink(ino, inode, fullname); in rdump_inode() 260 fd = open(fullname, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE, S_IRWXU); in rdump_inode() 262 com_err("rdump", errno, "while dumping %s", fullname); in rdump_inode() [all …]
|
/external/elfutils/src/ |
D | size.c | 94 static void handle_elf (Elf *elf, const char *fullname, const char *fname); 416 const char *fullname) in show_sysv() argument 437 INTERNAL_ERROR (fullname); in show_sysv() 492 const char *fullname) in show_sysv_one_line() argument 550 const char *fullname) in show_bsd() argument 566 INTERNAL_ERROR (fullname); in show_bsd() 621 const char *fullname) in show_segments() argument 631 INTERNAL_ERROR (fullname); in show_segments() 640 INTERNAL_ERROR (fullname); in show_segments() 675 char fullname[prefix_len + 1 + fname_len]; in handle_elf() local [all …]
|
D | nm.c | 724 const char *prefix, const char *fname, const char *fullname, in show_symbols_sysv() argument 730 INTERNAL_ERROR (fullname); in show_symbols_sysv() 762 printf (gettext ("\n\nSymbols from %s:\n\n"), fullname); in show_symbols_sysv() 768 print_file_name ? (int) strlen (fullname) + 1: 0, "", in show_symbols_sysv() 798 fputs_unlocked (fullname, stdout); in show_symbols_sysv() 843 const char *prefix, const char *fname, const char *fullname, in show_symbols_bsd() argument 878 fputs_unlocked (fullname, stdout); in show_symbols_bsd() 907 const char *fullname, GElf_SymX *syms, size_t nsyms) in show_symbols_posix() argument 910 printf ("%s:\n", fullname); in show_symbols_posix() 936 fputs_unlocked (fullname, stdout); in show_symbols_posix() [all …]
|
/external/valgrind/main/coregrind/ |
D | launcher-linux.c | 94 static char fullname[PATH_MAX]; in find_client() local 102 strcpy(fullname, path); in find_client() 107 memcpy(fullname, path, colon - path); in find_client() 108 fullname[colon - path] = '\0'; in find_client() 112 strcat(fullname, "/"); in find_client() 113 strcat(fullname, clientname); in find_client() 115 if (access(fullname, R_OK|X_OK) == 0) in find_client() 116 return fullname; in find_client()
|
D | launcher-darwin.c | 101 static char fullname[PATH_MAX]; in find_client() local 109 strcpy(fullname, path); in find_client() 114 memcpy(fullname, path, colon - path); in find_client() 115 fullname[colon - path] = '\0'; in find_client() 119 strcat(fullname, "/"); in find_client() 120 strcat(fullname, clientname); in find_client() 122 if (access(fullname, R_OK|X_OK) == 0) in find_client() 123 return fullname; in find_client()
|
D | launcher-aix5.c | 172 static char fullname[PATH_MAX]; in find_client() local 180 strcpy(fullname, path); in find_client() 185 memcpy(fullname, path, colon - path); in find_client() 186 fullname[colon - path] = '\0'; in find_client() 189 strcat(fullname, "/"); in find_client() 190 strcat(fullname, clientname); in find_client() 192 if (access(fullname, R_OK|X_OK) == 0) in find_client() 193 return fullname; in find_client()
|
D | pub_core_libcfile.h | 92 extern Int VG_(mkstemp) ( HChar* part_of_name, /*OUT*/HChar* fullname );
|
D | m_libcfile.c | 608 Int VG_(mkstemp) ( HChar* part_of_name, /*OUT*/HChar* fullname ) in VG_() 637 if (fullname) in VG_() 638 VG_(strcpy)( fullname, buf ); in VG_()
|
/external/chromium/sdch/open-vcdiff/packages/ |
D | rpm.sh | 15 fullname="${PACKAGE}-${VERSION}" 16 archive=../$fullname.tar.gz 39 RPM_SOURCE_DIR="/tmp/rpmsource-$fullname" 40 RPM_BUILD_DIR="/tmp/rpmbuild-$fullname"
|
/external/valgrind/main/tests/ |
D | vg_regtest | 272 my ($fullname, $name, $mid, $f_exps) = @_; 302 push(@failures, sprintf("%-40s ($mid)", "$fullname")); 311 my $fullname = "$dir/$name"; 356 do_diffs($fullname, $name, "stdout", \@stdout_exps); 364 do_diffs($fullname, $name, "stderr", \@stderr_exps); 375 do_diffs($fullname, $name, "post", \@post_exps);
|
D | vg_regtest.in | 272 my ($fullname, $name, $mid, $f_exps) = @_; 302 push(@failures, sprintf("%-40s ($mid)", "$fullname")); 311 my $fullname = "$dir/$name"; 356 do_diffs($fullname, $name, "stdout", \@stdout_exps); 364 do_diffs($fullname, $name, "stderr", \@stderr_exps); 375 do_diffs($fullname, $name, "post", \@post_exps);
|
/external/icu4c/tools/genrb/ |
D | parse.c | 1563 char *fullname = NULL; in parseImport() local 1594 fullname = (char *) uprv_malloc(filenameLength + 1); in parseImport() 1595 uprv_strcpy(fullname, filename); in parseImport() 1607 fullname = (char *) uprv_malloc(state->inputdirLength + count + 2); in parseImport() 1610 if(fullname == NULL) in parseImport() 1616 uprv_strcpy(fullname, state->inputdir); in parseImport() 1618 fullname[state->inputdirLength] = U_FILE_SEP_CHAR; in parseImport() 1619 fullname[state->inputdirLength + 1] = '\0'; in parseImport() 1621 uprv_strcat(fullname, filename); in parseImport() 1625 fullname = (char *) uprv_malloc(state->inputdirLength + count + 1); in parseImport() [all …]
|
/external/libxml2/ |
D | valid.c | 680 xmlChar *fullname; in xmlValidBuildAContentModel() local 682 fullname = xmlBuildQName(content->name, content->prefix, fn, 50); in xmlValidBuildAContentModel() 683 if (fullname == NULL) { in xmlValidBuildAContentModel() 691 ctxt->state, NULL, fullname, NULL); in xmlValidBuildAContentModel() 695 ctxt->state, NULL, fullname, NULL); in xmlValidBuildAContentModel() 700 ctxt->state, NULL, fullname, NULL); in xmlValidBuildAContentModel() 702 ctxt->state, fullname, NULL); in xmlValidBuildAContentModel() 708 ctxt->state, ctxt->state, fullname, NULL); in xmlValidBuildAContentModel() 711 if ((fullname != fn) && (fullname != content->name)) in xmlValidBuildAContentModel() 712 xmlFree(fullname); in xmlValidBuildAContentModel() [all …]
|
D | SAX2.c | 703 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, in xmlSAX2AttributeDecl() argument 717 elem, fullname, type, def, defaultValue); in xmlSAX2AttributeDecl() 719 if ((xmlStrEqual(fullname, BAD_CAST "xml:id")) && in xmlSAX2AttributeDecl() 730 name = xmlSplitQName(ctxt, fullname, &prefix); in xmlSAX2AttributeDecl() 1065 xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname, in xmlSAX2AttributeInternal() argument 1076 name = xmlStrdup(fullname); in xmlSAX2AttributeInternal() 1083 name = xmlSplitQName(ctxt, fullname, &ns); in xmlSAX2AttributeInternal() 1088 fullname, NULL); in xmlSAX2AttributeInternal() 1092 fullname, NULL); in xmlSAX2AttributeInternal() 1098 name = xmlStrdup(fullname); in xmlSAX2AttributeInternal() [all …]
|
D | legacy.c | 996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, in attributeDecl() argument 1001 xmlSAX2AttributeDecl(ctx, elem, fullname, type, def, defaultValue, in attributeDecl() 1121 const xmlChar * fullname ATTRIBUTE_UNUSED, in attribute() 1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts) in startElement() argument 1139 xmlSAX2StartElement(ctx, fullname, atts); in startElement()
|
D | xmlreader.c | 643 xmlTextReaderStartElement(void *ctx, const xmlChar *fullname, in xmlTextReaderStartElement() argument 649 printf("xmlTextReaderStartElement(%s)\n", fullname); in xmlTextReaderStartElement() 652 reader->startElement(ctx, fullname, atts); in xmlTextReaderStartElement() 670 xmlTextReaderEndElement(void *ctx, const xmlChar *fullname) { in xmlTextReaderEndElement() argument 675 printf("xmlTextReaderEndElement(%s)\n", fullname); in xmlTextReaderEndElement() 678 reader->endElement(ctx, fullname); in xmlTextReaderEndElement()
|
/external/libxml2/include/libxml/ |
D | SAX.h | 77 const xmlChar *fullname, 105 const xmlChar *fullname, 109 const xmlChar *fullname,
|
D | SAX2.h | 75 const xmlChar *fullname, 104 const xmlChar *fullname,
|
D | parser.h | 434 const xmlChar *fullname,
|
/external/openssl/crypto/x509v3/ |
D | v3_crld.c | 175 (*pdp)->name.fullname = fnm; in set_dist_point_name() 357 point->distpoint->name.fullname = gens; in v2i_crld() 397 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0), 524 print_gens(out, dpn->name.fullname, indent); in print_distpoint()
|
/external/icu4c/tools/tzcode/ |
D | zic.c | 1611 static char * fullname; local 1689 fullname = erealloc(fullname, 1691 (void) sprintf(fullname, "%s/%s", directory, name); 1695 if (!itsdir(fullname) && remove(fullname) != 0 && errno != ENOENT) { 1699 progname, fullname, e); 1702 if ((fp = fopen(fullname, "wb")) == NULL) { 1703 if (mkdirs(fullname) != 0) 1705 if ((fp = fopen(fullname, "wb")) == NULL) { 1709 progname, fullname, e); 1869 progname, fullname);
|
D | localtime.c | 364 char fullname[FILENAME_MAX + 1]; local 372 if ((strlen(p) + strlen(name) + 1) >= sizeof fullname) 374 (void) strcpy(fullname, p); 375 (void) strcat(fullname, "/"); 376 (void) strcat(fullname, name); 382 name = fullname;
|
/external/openssl/crypto/x509/ |
D | x509_vfy.c | 1196 gens = b->name.fullname; in idp_check_dp() 1203 gens = a->name.fullname; in idp_check_dp() 1223 for (i = 0; i < sk_GENERAL_NAME_num(a->name.fullname); i++) in idp_check_dp() 1225 gena = sk_GENERAL_NAME_value(a->name.fullname, i); in idp_check_dp() 1226 for (j = 0; j < sk_GENERAL_NAME_num(b->name.fullname); j++) in idp_check_dp() 1228 genb = sk_GENERAL_NAME_value(b->name.fullname, j); in idp_check_dp()
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
D | cpp.py | 634 fullname = self.full_name() 636 if os.path.exists(fullname): 637 project_dir = os.path.dirname(fullname) 650 return fullname[len(prefix) + 1:] 654 root_dir = os.path.dirname(fullname) 660 return fullname[len(prefix) + 1:] 663 return fullname
|