Searched refs:buflen (Results 1 – 2 of 2) sorted by relevance
26 _hurd_get_host_config (const char *item, char *buf, size_t buflen) in _hurd_get_host_config() argument44 if (buflen != 0) in _hurd_get_host_config()53 nread = buflen; in _hurd_get_host_config()54 err = __io_read (config, &data, &nread, -1, buflen); in _hurd_get_host_config()70 if (buflen != 0) in _hurd_get_host_config()80 if (nread < buflen) in _hurd_get_host_config()
25 char *buf, size_t buflen);
Completed in 5 milliseconds