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

  /external/elfutils/tests/
elfstrmerge.c 41 static char *fnew = NULL; variable
79 unlink (fnew);
85 // free (fnew);
359 fnew = malloc (fname_len + sizeof (".XXXXXX"));
360 if (fnew == NULL)
362 strcpy (mempcpy (fnew, fname, fname_len), ".XXXXXX");
364 fdnew = mkstemp (fnew);
368 fnew = argv[2];
369 fdnew = open (fnew, O_WRONLY | O_CREAT, st.st_mode & ALLPERMS);
373 fail_errno ("couldn't create output file", fnew);
    [all...]
  /external/elfutils/src/
elfcompress.c 259 char *fnew = NULL; local
300 if (fnew != NULL)
302 unlink (fnew);
303 free (fnew);
304 fnew = NULL;
541 fnew = xmalloc (fname_len + sizeof (".XXXXXX"));
542 strcpy (mempcpy (fnew, fname, fname_len), ".XXXXXX");
543 fdnew = mkstemp (fnew);
547 fnew = xstrdup (foutput);
548 fdnew = open (fnew, O_WRONLY | O_CREAT, st.st_mode & ALLPERMS)
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 728 milliseconds