Searched refs:bufferSize (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/jam/
H A Dpathsys.h52 char *normalize_path(const char *path, char *buffer, size_t bufferSize);
H A Dpathunix.c248 normalize_path(const char *path, char *buffer, size_t bufferSize) argument
266 if (cwdLen + pathLen + 2 > bufferSize)
H A Djcache.c54 file_read_line(FILE *file, char *buffer, int bufferSize) argument
58 if (!fgets(buffer, bufferSize, file))

Completed in 22 milliseconds