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

  /external/toybox/toys/lsb/
seq.c 14 usage: seq [-w|-f fmt_str] [-s sep_str] [first] [increment] last
20 -f Use fmt_str as a printf-style floating point format string
48 char *sep_str = "\n", *fmt_str = "%g"; local
77 sprintf(fmt_str = toybuf, "%%0%d.%df", left+right+!!right, right);
79 if (toys.optflags & FLAG_f) insanitize(fmt_str = TT.fmt);
88 printf(fmt_str, dd);
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 92 const char * fmt_str; member in struct:__anon30345
109 if (!strcmp(va_fourcc_map[i].fmt_str, str)) {
123 return va_fourcc_map[i].fmt_str;
  /external/selinux/libsepol/src/
module_to_cil.c 1126 const char *fmt_str; local
1176 fmt_str = "(%s %s)";
1180 fmt_str = "(%s %s %s)";
1205 rlen = snprintf(new_val, len, fmt_str, op, val1, val2);
1630 const char *fmt_str; local
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 4770 const HChar* fmt_str = NULL; local
4893 const HChar* fmt_str = NULL; local
5332 const HChar* fmt_str = NULL; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 4530 const char *fmt_str; member in struct:log_idstr
    [all...]

Completed in 336 milliseconds