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

  /external/elfutils/src/
elfcompress.c 264 char *snamebuf = NULL; local
307 free (snamebuf);
624 snamebuf = xmalloc (maxnamelen + 2);
695 snamebuf[0] = '.';
696 strcpy (&snamebuf[1], &sname[2]);
697 newname = snamebuf;
718 snamebuf[0] = '.';
719 snamebuf[1] = 'z';
720 strcpy (&snamebuf[2], &sname[1]);
721 newname = snamebuf;
    [all...]

Completed in 165 milliseconds