Searched defs:hzname (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/su/
H A Dsu.c156 char hzname[10] = "HZ="; variable
493 (void) strlcat(hzname, hz, sizeof (hzname));
504 envinit[++envidx] = hzname;
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c292 static char hzname[10]; variable
3151 (void) sprintf(hzname, "HZ=%d", HZ);
3153 (void) snprintf(hzname, sizeof (hzname), "HZ=%s", hz);

Completed in 68 milliseconds