_sir_resolvepath   96 src/libsir/include/sir/filesystem.h int _sir_resolvepath(const char* restrict path, char* restrict buffer, size_t size);
_sir_resolvepath  610 src/libsir/src/sirfilesystem.c                     (void)_sir_resolvepath(tmp, buffer, *size);
_sir_resolvepath  663 src/libsir/src/sirfilesystem.c             if (-1 != _sir_resolvepath(argv[0], buffer2, sizeof(buffer2)))