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

  /external/e2fsprogs/debugfs/
util.c 191 static int do_gmt = -1; local
195 if (do_gmt == -1) {
200 do_gmt = !strcmp(tz, "GMT");
203 return asctime((do_gmt) ? gmtime(&t) : localtime(&t));
  /external/e2fsprogs/e2fsck/
message.c 247 int do_gmt = -1; local
286 if (do_gmt == -1) {
290 do_gmt = !strcmp(time_str, "GMT");
293 time_str = asctime(do_gmt ? gmtime(&t) : localtime(&t));

Completed in 30 milliseconds