Lines Matching defs:strlen
757 if (strlen(handle->zone_dh_delete_name) > 0)
787 if (strlen(zone) >= ZONENAME_MAX)
969 len = strlen(zonecfg_root);
1123 (void) strlcpy(ze.zone_path, zonepath + strlen(zonecfg_root),
1588 if (strlen(property) == 0 ||
1869 if (strlen(tabptr->zone_fs_dir) > 0) {
1879 if (strlen(tabptr->zone_fs_special) > 0) {
1898 if (strlen(tabptr->zone_fs_raw) > 0) {
1916 if (strlen(tabptr->zone_fs_type) > 0) {
2108 addrspec = strlen(tabptr->zone_nwif_address);
2109 physspec = strlen(tabptr->zone_nwif_physical);
2110 defrouterspec = strlen(tabptr->zone_nwif_defrouter);
2111 allowed_addrspec = strlen(tabptr->zone_nwif_allowed_address);
2204 if (strlen(tabptr->zone_nwif_address) > 0 &&
2208 if (strlen(tabptr->zone_nwif_allowed_address) > 0 &&
2219 if ((strlen(tabptr->zone_nwif_defrouter) > 0) &&
2319 if (strlen(fsallowedp) > ZONE_FS_ALLOWED_MAX)
2473 if (strlen(tabptr->zone_dev_match) == 0)
2723 if (strlen(tabptr->zone_admin_user) > 0) {
2822 if (strlen(path) <= g_devwalk_skip_prefix)
2860 g_devwalk_skip_prefix = strlen(path) + 1;
2947 l = strlen(rootpath);
2997 if (strlen(tabptr->zone_attr_name) > 0) {
3007 if (strlen(tabptr->zone_attr_type) > 0) {
3025 if (strlen(tabptr->zone_attr_value) > 0) {
3260 if (strlen(tabptr->zone_rctl_name) == 0)
4421 if (error == Z_NO_ENTRY || (error == Z_OK && strlen(poolname) == 0)) {
5211 append_priv_token(char *priv, char *str, size_t strlen)
5214 (void) strlcat(str, TOKEN_PRIV_STR, strlen);
5215 (void) strlcat(str, priv, strlen);
5264 len = strlen(privbuf) + sizeof (BASIC_TOKEN) + 2;
5267 len += strlen(pnp->pn_priv) + 1;
5378 limitlen = strlen(limitpriv);
5416 cp = zonepath + strlen(zonepath);
5574 zlen = strlen(zoneroot);
5908 if (strlen(name) == sizeof ("zone.") - 1)
6400 if (strlen(tabptr->zone_dataset_name) > 0) {
7578 offset = strlen(ZONE_AUTH_PREFIX);
7748 if (strlen(new_profs) > 0) {
7840 offset = strlen(ZONE_AUTH_PREFIX);
7896 new_auth_start = new_auths + strlen(new_auths);
8048 if ((strlen(user) == 0 ||
8050 (strlen(zonename) == 0 ||