/ndk/tests/device/b16355626-bad-atof-strtod/jni/ |
D | b16355626-bad-atof-strtod.cpp | 26 sprintf(buf, "%08x", *(unsigned*)&f); in main() 31 sprintf(buf, "%08x", *(unsigned*)&f); in main()
|
/ndk/sources/host-tools/make-3.81/ |
D | remote-cstms.c | 241 (void) sprintf (sock_buf, "%d", sock); in start_remote_job() 242 (void) sprintf (retsock_buf, "%d", retsock); in start_remote_job() 243 (void) sprintf (id_buf, "%x", permit.id); in start_remote_job()
|
D | main.c | 669 sprintf(errmsg, in handle_runtime_exceptions() 676 sprintf(errmsg, in handle_runtime_exceptions() 683 sprintf(&errmsg[strlen(errmsg)], in handle_runtime_exceptions() 759 sprintf (sh_path, "%s", search_token); in find_and_set_default_shell() 770 sprintf(sh_path, "%s", search_token); in find_and_set_default_shell() 790 sprintf(sh_path, "%s/%s", p, search_token); in find_and_set_default_shell() 807 sprintf(sh_path, "%s/%s", p, search_token); in find_and_set_default_shell() 1735 sprintf (jobserver_fds->list[0], "%d,%d", job_fds[0], job_fds[1]); in main() 2042 sprintf (*p, "%s=%u", MAKELEVEL_NAME, makelevel); in main() 2049 sprintf (*p, "MAKE_RESTARTS=%u", restarts); in main() [all …]
|
D | signame.c | 251 sprintf (buf, "Signal %d", signal); in strsignal()
|
D | vmsjobs.c | 326 sprintf (procname, "GMAKE_%05x", getpid () & 0xfffff); in child_execute_job() 566 sprintf (cmd, "$ @%s", comname); in child_execute_job()
|
D | file.c | 847 sprintf (p, "%04d-%02d-%02d %02d:%02d:%02d", in file_timestamp_sprintf() 851 sprintf (p, "%ld", (long) t); in file_timestamp_sprintf() 853 sprintf (p, "%lu", (unsigned long) t); in file_timestamp_sprintf() 861 sprintf (p, ".%09d", FILE_TIMESTAMP_NS (ts)); in file_timestamp_sprintf()
|
D | variable.c | 712 sprintf (buf, "%u", makelevel); in define_automatic_variables() 715 sprintf (buf, "%s%s%s", in define_automatic_variables() 981 (void) sprintf (*result, "%s=%u", MAKELEVEL_NAME, makelevel + 1); in target_environment() 1146 sprintf (path_string, "PATH=.;%s", pathv ? pathv->value : ""); in do_variable_definition()
|
D | function.c | 712 sprintf (buf, "%d", i); in func_words() 1532 sprintf (buf, "SHELL=%s", sh->value); in msdos_openpipe() 1616 sprintf (error_prefix, in func_shell() 2298 sprintf (num, "%d", i); in func_call() 2311 sprintf (num, "%d", i); in func_call()
|
D | vmsfunctions.c | 46 sprintf (searchspec, "%s*.*;", dspec); in opendir()
|
D | arscan.c | 793 sprintf (ar_hdr.ar_date, "%ld", (long int) statbuf.st_mtime); in ar_member_touch()
|
D | misc.c | 306 sprintf (buf, _("Unknown error %d"), errnum); in strerror()
|
/ndk/sources/android/support/src/musl-stdio/ |
D | sprintf.c | 4 int sprintf(char *restrict s, const char *restrict fmt, ...) in sprintf() function
|
/ndk/tests/device/whole-static-libs/jni/ |
D | main.c | 14 sprintf(buf, "%s/libbar.so", getcwd(NULL, 0)); in main()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | run.c | 847 sprintf(t-1, "%d", fmtwd=(int) getfval(x)); in format() 894 case '?': sprintf(p, "%s", fmt); /* unknown, so dump it too */ in format() 901 sprintf(p, "%s", t); in format() 903 case 'f': sprintf(p, fmt, getfval(x)); break; in format() 904 case 'd': sprintf(p, fmt, (long) getfval(x)); break; in format() 905 case 'u': sprintf(p, fmt, (int) getfval(x)); break; in format() 913 sprintf(p, fmt, t); in format() 918 sprintf(p, fmt, (int) getfval(x)); in format() 924 sprintf(p, fmt, getsval(x)[0]); in format() 1250 sprintf(num, "%d", n); in split() [all …]
|
D | tran.c | 111 sprintf(temp, "%d", i); in arginit() 377 sprintf(s, "%.30g", vp->fval); in get_str_val() 379 sprintf(s, *fmt, vp->fval); in get_str_val()
|
D | lib.c | 81 sprintf(temp, "%d", i); in makefields() 229 sprintf(temp, "%d", n); in getargv()
|
/ndk/sources/host-tools/make-3.81/config/ |
D | printf-posix.m4 | 28 sprintf (buf, format, 33, 55);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdio.h | 113 using _STLP_VENDOR_CSTD::sprintf;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdio | 78 using ::sprintf;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdio | 78 using ::sprintf;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdio | 61 int sprintf(char* restrict s, const char* restrict format, ...); 187 using ::sprintf;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 105 static_assert((std::is_same<decltype(sprintf(cp," ")), int>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 106 static_assert((std::is_same<decltype(std::sprintf(cp," ")), int>::value), ""); in main()
|
/ndk/sources/android/support/ |
D | Android.mk | 118 src/musl-stdio/sprintf.c \
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_put_float.cpp | 411 sprintf(buf, fmtbuf, n, x < 0.0l ? -x : x); in _Stl_ecvtR() 451 sprintf(buf, fmtbuf, n, x < 0.0l ? -x : x); in _Stl_fcvtR()
|