HomeSort by relevance Sort by last modified time
    Searched full:max_format_len (Results 1 - 2 of 2) sorted by null

  /external/grub/stage2/
tparm.c 63 #define MAX_FORMAT_LEN 256
337 static int len_fmt = MAX_FORMAT_LEN;
339 static char format[MAX_FORMAT_LEN];
  /external/icu4c/tools/tzcode/
zic.c 200 static int max_format_len; variable
1216 if (max_format_len < strlen(z.z_format))
1217 max_format_len = strlen(z.z_format);
    [all...]

Completed in 246 milliseconds