Searched refs:sys_groupname (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_crypto.c120 char *sys_groupname = NULL; /* group name */ variable
3171 sys_groupname == NULL)
3806 if (sys_groupname == NULL) {
3807 sys_groupname = hostval.ptr;
3808 } else if (strcmp(hostval.ptr, sys_groupname) != 0) {
3811 hostval.ptr, sys_groupname);
3815 if (sys_groupname != NULL) {
3822 sys_groupname);
3832 sys_groupname);
3842 sys_groupname);
[all...]
H A Dntp_control.c1544 if (sys_groupname != NULL)
1545 ctl_putstr(sys_var[CS_GROUP].text, sys_groupname,
1546 strlen(sys_groupname));
/macosx-10.9.5/ntp-88/include/
H A Dntpd.h229 extern char *sys_groupname; /* group name */
H A Dntpd.h.orig229 extern char *sys_groupname; /* group name */

Completed in 203 milliseconds