Lines Matching defs:strlen

762 	if (strlen(handle->zone_dh_delete_name) > 0)
792 if (strlen(zone) >= ZONENAME_MAX)
974 len = strlen(zonecfg_root);
1128 (void) strlcpy(ze.zone_path, zonepath + strlen(zonecfg_root),
1593 if (strlen(property) == 0 ||
1874 if (strlen(tabptr->zone_fs_dir) > 0) {
1884 if (strlen(tabptr->zone_fs_special) > 0) {
1903 if (strlen(tabptr->zone_fs_raw) > 0) {
1921 if (strlen(tabptr->zone_fs_type) > 0) {
2113 addrspec = strlen(tabptr->zone_nwif_address);
2114 physspec = strlen(tabptr->zone_nwif_physical);
2115 defrouterspec = strlen(tabptr->zone_nwif_defrouter);
2116 allowed_addrspec = strlen(tabptr->zone_nwif_allowed_address);
2209 if (strlen(tabptr->zone_nwif_address) > 0 &&
2213 if (strlen(tabptr->zone_nwif_allowed_address) > 0 &&
2224 if ((strlen(tabptr->zone_nwif_defrouter) > 0) &&
2324 if (strlen(fsallowedp) > ZONE_FS_ALLOWED_MAX)
2478 if (strlen(tabptr->zone_dev_match) == 0)
2729 if (strlen(tabptr->zone_admin_user) > 0) {
2981 if (strlen(path) <= g_devwalk_skip_prefix)
3019 g_devwalk_skip_prefix = strlen(path) + 1;
3107 l = strlen(rootpath);
3157 if (strlen(tabptr->zone_attr_name) > 0) {
3167 if (strlen(tabptr->zone_attr_type) > 0) {
3185 if (strlen(tabptr->zone_attr_value) > 0) {
3420 if (strlen(tabptr->zone_rctl_name) == 0)
4581 if (error == Z_NO_ENTRY || (error == Z_OK && strlen(poolname) == 0)) {
5371 append_priv_token(char *priv, char *str, size_t strlen)
5374 (void) strlcat(str, TOKEN_PRIV_STR, strlen);
5375 (void) strlcat(str, priv, strlen);
5424 len = strlen(privbuf) + sizeof (BASIC_TOKEN) + 2;
5427 len += strlen(pnp->pn_priv) + 1;
5538 limitlen = strlen(limitpriv);
5576 cp = zonepath + strlen(zonepath);
5734 zlen = strlen(zoneroot);
6068 if (strlen(name) == sizeof ("zone.") - 1)
6560 if (strlen(tabptr->zone_dataset_name) > 0) {
7793 offset = strlen(ZONE_AUTH_PREFIX);
7963 if (strlen(new_profs) > 0) {
8055 offset = strlen(ZONE_AUTH_PREFIX);
8111 new_auth_start = new_auths + strlen(new_auths);
8263 if ((strlen(user) == 0 ||
8265 (strlen(zonename) == 0 ||