Searched refs:p_concat (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dfilenamecat-lgpl.c71 char *p_concat = malloc (dirlen + needs_separator + baselen + 1); local
74 if (p_concat == NULL)
77 p = mempcpy (p_concat, dir, dirlen);
87 return p_concat;
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dfilenamecat.c72 char *p_concat = malloc (dirlen + needs_separator + baselen + 1); local
75 if (p_concat == NULL)
78 p = mempcpy (p_concat, dir, dirlen);
88 return p_concat;

Completed in 102 milliseconds