Lines Matching defs:zonename
29 * Get the zonename if it's the last argument and set the zonename
47 * actually a zonename.
66 * Get a -z option from argv and set the zonename in ipfzo accordingly
96 * Set the zonename in ipfzo to the given string: this is the zone all further
100 setzonename(const char *zonename)
102 memcpy(ipzo.ipfz_zonename, zonename, sizeof (ipzo.ipfz_zonename));
108 * Set the zonename in ipfo, and the gz flag. This indicates that we want all
112 setzonename_global(const char *zonename)
114 setzonename(zonename);