Searched refs:_hurd_set_host_config (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/sysdeps/mach/hurd/ |
D | setdomain.c | 27 ssize_t n = _hurd_set_host_config ("/etc/nisdomain", name, len); in setdomainname()
|
D | sethostname.c | 28 ssize_t n = _hurd_set_host_config ("/etc/hostname", name, len); in sethostname()
|
D | sethostid.c | 40 n = _hurd_set_host_config ("/etc/hostid", buf, sizeof buf); in sethostid()
|
/glibc-2.36/hurd/ |
D | hurdhost.h | 26 ssize_t _hurd_set_host_config (const char *item,
|
D | set-host.c | 24 _hurd_set_host_config (const char *item, const char *value, size_t valuelen) in _hurd_set_host_config() function
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 10026 (_hurd_set_host_config): Include NEW in args to dir_link.
|
D | ChangeLog.5 | 111 * sysdeps/mach/hurd/sethostname.c: Use _hurd_set_host_config.
|
D | ChangeLog.10 | 10797 * hurd/set-host.c (_hurd_set_host_config): Use mode 0644, not 0600.
|
D | ChangeLog.13 | 12110 * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
|
D | ChangeLog.7 | 12199 * hurd/set-host.c (_hurd_set_host_config): Cast second arg to
|