mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-30 16:41:05 +08:00
11a07a7319
Add a function to splice a pathname consisting of a directory and a filename. It is worth noting that this function is limited to that particular use case: in particular, it does NOT currently support concatenating a filename which itself contains directory components to a non-null directory. Combining directory names is extremely system-dependent and probably needs more than just parameterized code in many cases, for example, on VMS combining "foo:[bar]" with "[baz]quux" should produce "foo:[bar.baz]quux" whereas combining "foo:[bar]" and baz:quux" is an outright error. Signed-off-by: H. Peter Anvin <hpa@zytor.com> |
||
---|---|---|
.. | ||
badenum.c | ||
bsi.c | ||
crc64.c | ||
file.c | ||
file.h | ||
filename.c | ||
hashtbl.c | ||
ilog2.c | ||
malloc.c | ||
md5c.c | ||
mmap.c | ||
path.c | ||
perfhash.c | ||
perfhash.pl | ||
raa.c | ||
rbtree.c | ||
readnum.c | ||
realpath.c | ||
saa.c | ||
srcfile.c | ||
string.c | ||
strlist.c | ||
ver.c | ||
zerobuf.c |