Home
last modified time | relevance | path

Searched refs:insert_slash (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/gpl2/diffutils/dist/src/
H A Dsdiff.c339 bool insert_slash = *base_name (name) && name[namelen - 1] != '/'; in expand_name() local
340 char *r = xmalloc (namelen + insert_slash + baselen + 1); in expand_name()
343 memcpy (r + namelen + insert_slash, base, baselen + 1); in expand_name()