HomeSort by relevance Sort by last modified time
    Searched defs:fmt_str (Results 1 - 6 of 6) 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);
89 printf(fmt_str, dd);
  /external/ltp/utils/ffsb-6.0-rc2/
filelist.c 365 char fmt_str[FILENAME_MAX]; local
366 if (FILENAME_MAX <= snprintf(fmt_str, FILENAME_MAX,
372 sscanf(name, fmt_str, &retval);
379 char fmt_str[FILENAME_MAX]; local
380 if (FILENAME_MAX <= snprintf(fmt_str, FILENAME_MAX, "%s%s%%d",
386 sscanf(name, fmt_str, &retval);
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 92 const char * fmt_str; member in struct:__anon40422
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 1246 const char *fmt_str; local
1296 fmt_str = "(%s %s)";
1300 fmt_str = "(%s %s %s)";
1325 rlen = snprintf(new_val, len, fmt_str, op, val1, val2);
1702 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 512 milliseconds