HomeSort by relevance Sort by last modified time
    Searched defs:fmt_u (Results 1 - 5 of 5) sorted by null

  /external/curl/tests/libtest/
lib518.c 111 char fmt_u[] = "%u"; local
120 fmt = (sizeof(rl.rlim_max) < sizeof(long))?fmt_u:fmt_lu;
lib537.c 112 char fmt_u[] = "%u"; local
121 fmt = (sizeof(rl.rlim_max) < sizeof(long))?fmt_u:fmt_lu;
  /external/c-ares/
ares_getnameinfo.c 362 static const char fmt_u[] = "%u"; local
367 fmt_lu:fmt_u;
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
vfprintf.c 223 static char *fmt_u(uintmax_t x, char *s) function
286 estr=fmt_u(e2<0 ? -e2 : e2, ebuf);
414 estr=fmt_u(e<0 ? -e : e, ebuf);
428 char *s = fmt_u(*d, buf+9);
435 char *s = fmt_u(*d, buf+9);
443 char *s = fmt_u(*d, buf+9);
612 a = fmt_u(arg.i, z);
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
vfprintf.c 223 static char *fmt_u(uintmax_t x, char *s) function
286 estr=fmt_u(e2<0 ? -e2 : e2, ebuf);
414 estr=fmt_u(e<0 ? -e : e, ebuf);
428 char *s = fmt_u(*d, buf+9);
435 char *s = fmt_u(*d, buf+9);
443 char *s = fmt_u(*d, buf+9);
612 a = fmt_u(arg.i, z);

Completed in 79 milliseconds