/external/elfutils/tests/ |
D | run-readelf-dw-form-indirect.sh | 73 …producer (strp) "GNU C17 8.4.1 20200928 (Red Hat 8.4.1-1) -mtune=generic -march=x86-64… 75 name (strp) "primes.c" 76 comp_dir (strp) "/home/osandov/bolt" 83 name (strp) "unsigned char" 87 name (strp) "short unsigned int" 91 name (strp) "unsigned int" 95 name (strp) "long unsigned int" 99 name (strp) "signed char" 103 name (strp) "short int" 109 name (strp) "__uint32_t" [all …]
|
D | run-exprlocs.sh | 46 producer (strp) 49 name (strp) 50 comp_dir (strp) 57 name (strp) 59 name (strp) 65 name (strp) 71 name (strp) 81 name (strp) 86 name (strp) 96 name (strp) [all …]
|
D | run-readelf-discr.sh | 82 …producer (strp) "GNU Ada 9.1.1 20190503 (Red Hat 9.1.1-1) -g -fgnat-encodings=minimal … 84 name (strp) "rng.ads" 85 comp_dir (strp) "/home/mark" 90 name (strp) "rng__rec" 207 name (strp) "integer" 212 name (strp) "boolean" 214 name (strp) "rng__r" 224 name (strp) "rng___elabs" 239 …producer (strp) "GNU Ada 9.1.1 20190503 (Red Hat 9.1.1-1) -g -fgnat-encodings=minimal … 241 name (strp) "urng.ads" [all …]
|
D | run-readelf-zdebug-rel.sh | 55 …producer (strp) "GNU C11 5.3.1 20151207 (Red Hat 5.3.1-2) -mtune=generic -march=x86-64… 57 name (strp) "testfile-zdebug-rel.c" 58 comp_dir (strp) "/tmp" 64 name (strp) "main" 76 name (strp) "argc" 82 name (strp) "argv" 114 name (strp) "char" 118 name (strp) "long unsigned int" 160 …producer (strp) "GNU C11 7.3.1 20180712 (Red Hat 7.3.1-6) -Asystem=linux -Asystem=unix… 162 name (strp) "testfile-zdebug-rel.c" [all …]
|
D | run-readelf-dwz-multi.sh | 88 …producer (strp) "GNU C 4.7.0 20120507 (Red Hat 4.7.0-5) -mtune=generic -march=x86-64 -… 90 name (strp) "main.c" 102 name (strp) "main" 114 name (strp) "argc" 121 name (strp) "argv" 149 …producer (strp) "GNU C 4.7.0 20120507 (Red Hat 4.7.0-5) -mtune=generic -march=x86-64 -… 151 name (strp) "main.c" 163 name (strp) "main" 175 name (strp) "argc" 182 name (strp) "argv" [all …]
|
D | run-readelf-const-values.sh | 68 …producer (strp) "GNU C11 7.3.1 20180303 (Red Hat 7.3.1-5) -mtune=generic -march=x86-64… 71 comp_dir (strp) "/home/mark/build/elfutils-obj" 106 …producer (strp) "GNU C11 7.3.1 20180303 (Red Hat 7.3.1-5) -mtune=generic -march=x86-64… 109 comp_dir (strp) "/home/mark/build/elfutils-obj" 115 name (strp) "main" 186 name (strp) "signed char" 192 name (strp) "unsigned char" 198 name (strp) "short int" 204 name (strp) "short unsigned int" 210 name (strp) "unsigned int" [all …]
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | string_posix.cc | 30 int gpr_asprintf(char** strp, const char* format, ...) { in gpr_asprintf() argument 41 *strp = nullptr; in gpr_asprintf() 47 if ((*strp = static_cast<char*>(gpr_malloc(strp_buflen))) == nullptr) { in gpr_asprintf() 54 memcpy(*strp, buf, strp_buflen); in gpr_asprintf() 60 ret = vsnprintf(*strp, strp_buflen, format, args); in gpr_asprintf() 67 gpr_free(*strp); in gpr_asprintf() 68 *strp = nullptr; in gpr_asprintf()
|
D | string_windows.cc | 34 int gpr_asprintf(char** strp, const char* format, ...) { in gpr_asprintf() argument 44 *strp = NULL; in gpr_asprintf() 50 if ((*strp = (char*)gpr_malloc(strp_buflen)) == NULL) { in gpr_asprintf() 57 ret = vsnprintf_s(*strp, strp_buflen, _TRUNCATE, format, args); in gpr_asprintf() 64 gpr_free(*strp); in gpr_asprintf() 65 *strp = NULL; in gpr_asprintf()
|
/external/libpcap/missing/ |
D | win_asprintf.c | 8 pcap_vasprintf(char **strp, const char *format, va_list args) in pcap_vasprintf() argument 17 *strp = NULL; in pcap_vasprintf() 23 *strp = NULL; in pcap_vasprintf() 29 *strp = NULL; in pcap_vasprintf() 32 *strp = str; in pcap_vasprintf() 42 pcap_asprintf(char **strp, const char *format, ...) in pcap_asprintf() argument 48 ret = pcap_vasprintf(strp, format, args); in pcap_asprintf()
|
D | asprintf.c | 14 pcap_vasprintf(char **strp, const char *format, va_list args) in pcap_vasprintf() argument 66 *strp = NULL; in pcap_vasprintf() 72 *strp = NULL; in pcap_vasprintf() 78 *strp = NULL; in pcap_vasprintf() 81 *strp = str; in pcap_vasprintf() 91 pcap_asprintf(char **strp, const char *format, ...) in pcap_asprintf() argument 97 ret = pcap_vasprintf(strp, format, args); in pcap_asprintf()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
D | string_posix.cc | 30 int gpr_asprintf(char** strp, const char* format, ...) { in gpr_asprintf() argument 41 *strp = nullptr; in gpr_asprintf() 47 if ((*strp = static_cast<char*>(gpr_malloc(strp_buflen))) == nullptr) { in gpr_asprintf() 54 memcpy(*strp, buf, strp_buflen); in gpr_asprintf() 60 ret = vsnprintf(*strp, strp_buflen, format, args); in gpr_asprintf() 67 gpr_free(*strp); in gpr_asprintf() 68 *strp = nullptr; in gpr_asprintf()
|
D | string_windows.cc | 34 int gpr_asprintf(char** strp, const char* format, ...) { in gpr_asprintf() argument 44 *strp = NULL; in gpr_asprintf() 50 if ((*strp = (char*)gpr_malloc(strp_buflen)) == NULL) { in gpr_asprintf() 57 ret = vsnprintf_s(*strp, strp_buflen, _TRUNCATE, format, args); in gpr_asprintf() 64 gpr_free(*strp); in gpr_asprintf() 65 *strp = NULL; in gpr_asprintf()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 138 static const char * getzname(const char * strp) ATTRIBUTE_PURE; 139 static const char * getqzname(const char * strp, const int delim) 141 static const char * getnum(const char * strp, int * nump, int min, 143 static const char * getsecs(const char * strp, int_fast32_t * secsp); 144 static const char * getoffset(const char * strp, int_fast32_t * offsetp); 145 static const char * getrule(const char * strp, struct rule * rulep); 651 getzname(register const char *strp) in getzname() argument 655 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' && in getzname() 657 ++strp; in getzname() 658 return strp; in getzname() [all …]
|
/external/cronet/third_party/icu/source/tools/tzcode/ |
D | localtime.c | 138 static const char * getzname(const char * strp) ATTRIBUTE_PURE; 139 static const char * getqzname(const char * strp, const int delim) 141 static const char * getnum(const char * strp, int * nump, int min, 143 static const char * getsecs(const char * strp, int_fast32_t * secsp); 144 static const char * getoffset(const char * strp, int_fast32_t * offsetp); 145 static const char * getrule(const char * strp, struct rule * rulep); 651 getzname(register const char *strp) in getzname() argument 655 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' && in getzname() 657 ++strp; in getzname() 658 return strp; in getzname() [all …]
|
/external/icing/icing/legacy/core/ |
D | icing-string-util.cc | 62 void IcingStringUtil::SStringAppendV(std::string *strp, int bufsize, in SStringAppendV() argument 72 size_t start = strp->size(); in SStringAppendV() 73 strp->resize(strp->size() + capacity + 1); in SStringAppendV() 75 int written = vsnprintf(&(*strp)[start], capacity + 1, fmt, arglist); in SStringAppendV() 77 strp->resize(start + std::min(capacity, written)); in SStringAppendV() 80 void IcingStringUtil::SStringAppendF(std::string *strp, int bufsize, in SStringAppendF() argument 84 SStringAppendV(strp, bufsize, fmt, arglist); in SStringAppendF()
|
/external/libtextclassifier/native/utils/strings/ |
D | append.cc | 28 void SStringAppendV(std::string *strp, int bufsize, const char *fmt, in SStringAppendV() argument 38 size_t start = strp->size(); in SStringAppendV() 39 strp->resize(strp->size() + capacity + 1); in SStringAppendV() 41 int written = vsnprintf(&(*strp)[start], capacity + 1, fmt, arglist); in SStringAppendV() 43 strp->resize(start + std::min(capacity, written)); in SStringAppendV() 46 void SStringAppendF(std::string *strp, in SStringAppendF() argument 51 SStringAppendV(strp, bufsize, fmt, arglist); in SStringAppendF()
|
/external/dtc/tests/ |
D | setprop_inplace.c | 25 const char *strp; in main() local 43 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main() 57 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main() 60 verbose_printf("Old string value was \"%s\"\n", strp); in main() 61 xstr = xstrdup(strp); in main() 70 strp = check_getprop(fdt, 0, "prop-str", xlen+1, xstr); in main() 71 verbose_printf("New string value is \"%s\"\n", strp); in main()
|
D | nop_property.c | 23 const char *strp; in main() local 43 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main() 45 verbose_printf("string value was \"%s\"\n", strp); in main() 50 strp = fdt_getprop(fdt, 0, "prop-str", &lenerr); in main() 51 if (strp) in main()
|
D | del_property.c | 23 const char *strp; in main() local 48 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main() 50 verbose_printf("string value was \"%s\"\n", strp); in main() 55 strp = fdt_getprop(fdt, 0, "prop-str", &lenerr); in main() 56 if (strp) in main()
|
D | setprop.c | 27 const char *strp; in main() local 49 strp = check_getprop_string(fdt, 0, "prop-int", NEW_STRING); in main() 50 verbose_printf("New value is \"%s\"\n", strp); in main() 52 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, in main() 55 verbose_printf("Old string value was \"%s\"\n", strp); in main()
|
/external/cronet/base/allocator/partition_allocator/shim/ |
D | allocator_shim_override_linker_wrapped_symbols.h | 123 SHIM_ALWAYS_EXPORT int __wrap_vasprintf(char** strp, in __wrap_vasprintf() argument 127 *strp = static_cast<char*>( in __wrap_vasprintf() 130 int actual_size = vsnprintf(*strp, kInitialSize, fmt, va_args); in __wrap_vasprintf() 133 *strp = in __wrap_vasprintf() 134 static_cast<char*>(realloc(*strp, static_cast<size_t>(actual_size + 1))); in __wrap_vasprintf() 143 return vsnprintf(*strp, static_cast<size_t>(actual_size + 1), fmt, va_args); in __wrap_vasprintf() 148 SHIM_ALWAYS_EXPORT int __wrap_asprintf(char** strp, const char* fmt, ...) { in __wrap_asprintf() argument 151 int retval = vasprintf(strp, fmt, va_args); in __wrap_asprintf()
|
/external/selinux/libselinux/src/android/ |
D | android.c | 181 char *strp; in __selinux_log_callback() local 195 int len = vasprintf(&strp, fmt, ap); in __selinux_log_callback() 204 if (len > 0 && strp[len - 1] == '\n') { in __selinux_log_callback() 205 strp[len - 1] = '\0'; in __selinux_log_callback() 207 LOG_PRI(priority, "SELinux", "%s", strp); in __selinux_log_callback() 209 LOG_EVENT_STRING(AUDITD_LOG_TAG, strp); in __selinux_log_callback() 211 free(strp); in __selinux_log_callback()
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/ibm/ |
D | xlocale.h | 101 vasprintf(char **strp, const char *fmt, va_list ap) { in vasprintf() argument 103 if ((*strp = (char *)malloc(buff_size)) == NULL) { in vasprintf() 114 int str_size = vsnprintf(*strp, buff_size, fmt, ap_copy); in vasprintf() 118 if ((*strp = (char *)realloc(*strp, str_size + 1)) == NULL) { in vasprintf() 121 str_size = vsnprintf(*strp, str_size + 1, fmt, ap); in vasprintf()
|
/external/dtc/ |
D | util.c | 47 int xavsprintf_append(char **strp, const char *fmt, va_list ap) in xavsprintf_append() argument 53 p = *strp; in xavsprintf_append() 65 *strp = p; in xavsprintf_append() 69 int xasprintf_append(char **strp, const char *fmt, ...) in xasprintf_append() argument 75 n = xavsprintf_append(strp, fmt, ap); in xasprintf_append() 81 int xasprintf(char **strp, const char *fmt, ...) in xasprintf() argument 86 *strp = NULL; in xasprintf() 89 n = xavsprintf_append(strp, fmt, ap); in xasprintf()
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 248 int vasprintf(char **strp, const char *fmt, va_list ap) in vasprintf() argument 252 if ((*strp = (char *)malloc(buff_size)) == NULL) in vasprintf() 256 if ((str_size = vsnprintf(*strp, buff_size, fmt, ap)) >= buff_size) in vasprintf() 258 if ((*strp = (char *)realloc(*strp, str_size + 1)) == NULL) in vasprintf() 262 str_size = vsnprintf(*strp, str_size + 1, fmt, ap); in vasprintf()
|