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

  /external/e2fsprogs/intl/
log.c 56 static char *last_logfilename = NULL; local
61 if (last_logfilename == NULL || strcmp (logfilename, last_logfilename) != 0)
64 if (last_logfilename != NULL)
71 free (last_logfilename);
72 last_logfilename = NULL;
75 last_logfilename = (char *) malloc (strlen (logfilename) + 1);
76 if (last_logfilename == NULL)
78 strcpy (last_logfilename, logfilename);
  /toolchain/binutils/binutils-2.27/intl/
log.c 62 static char *last_logfilename = NULL; local
67 if (last_logfilename == NULL || strcmp (logfilename, last_logfilename) != 0)
70 if (last_logfilename != NULL)
77 free (last_logfilename);
78 last_logfilename = NULL;
81 last_logfilename = (char *) malloc (strlen (logfilename) + 1);
82 if (last_logfilename == NULL)
84 strcpy (last_logfilename, logfilename);

Completed in 179 milliseconds