Lines Matching defs:shared
196 ret = dgettext(TEXT_DOMAIN, "not shared");
226 ret = dgettext(TEXT_DOMAIN, "path or file is already shared");
399 * determine if the specified share is currently shared or not.
404 char *shared;
407 shared = sa_get_share_attr(share, "shared");
408 if (shared != NULL) {
409 if (strcmp(shared, "true") == 0)
411 sa_free_attr_string(shared);
552 * be a sub-dir of an already shared path or the parent directory of a
818 * find all the shared objects
1337 * The current assumption is that a path will only be shared
1542 * it is a valid path to be shared. NULL is returned on error
1629 "shared", "true");
1653 (void) sa_set_share_attr(share, "shared", "true");
1702 (void) sa_set_share_attr(share, "shared", NULL);
4256 (void) sa_set_resource_attr(resource, "shared", NULL);
4324 (void) sa_set_resource_attr(resource, "shared", NULL);