HomeSort by relevance Sort by last modified time
    Searched refs:new_suffix (Results 1 - 5 of 5) 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 416 char new_suffix[suffix_len + 2]; local
427 cp = new_suffix;
482 new_suffix);
485 new_suffix);
489 new_prefix, arhdr->ar_name, new_suffix);
    [all...]
objdump.c 310 char new_suffix[suffix_len + 2]; local
321 cp = new_suffix;
338 new_suffix);
341 new_suffix);
345 new_prefix, arhdr->ar_name, new_suffix);
elflint.c 271 char new_suffix[(suffix == NULL ? 0 : strlen (suffix)) + 2]; local
279 strcpy (stpcpy (new_suffix, suffix), ")");
282 new_suffix[0] = '\0';
296 process_file (fd, subelf, new_prefix, new_suffix,
    [all...]

Completed in 400 milliseconds