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

  /external/openssl/apps/
apps.h 299 int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix);
304 int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suffix);
apps.c     [all...]
  /external/elfutils/src/
nm.c 424 char new_suffix[suffix_len + 2]; local
435 cp = new_suffix;
490 new_suffix);
493 new_suffix);
497 new_prefix, arhdr->ar_name, new_suffix);
    [all...]
elflint.c 272 char new_suffix[(suffix == NULL ? 0 : strlen (suffix)) + 2]; local
280 strcpy (stpcpy (new_suffix, suffix), ")");
283 new_suffix[0] = '\0';
297 process_file (fd, subelf, new_prefix, new_suffix,
    [all...]

Completed in 4698 milliseconds